protected String get() throws IOException {
   String command = SystemUtils.registryReadText(HKCU, protocol + "\\shell\\open\\command", "");
   return parsePath(command);
 }