fix bug with registry default values

This commit is contained in:
Sebastian Sdorra
2011-04-30 13:43:35 +02:00
parent 90871159e4
commit 12b9e45c30

View File

@@ -109,7 +109,7 @@ public class RegistryUtil
}
else
{
command = new SimpleCommand("reg", "query", key);
command = new SimpleCommand("reg", "query", key, "/ve");
}
try