registry-virtualization Questions
2
Solved
We have a 3rd party native application (written in C I believe) which we want to run multiple instances of on a machine.
however the application reads and writes from one particular registry key i...
Fingered asked 17/6, 2013 at 19:5
2
Solved
Apart from the MSDN reference, I want to know what these keys do? Does KEY_WOW64_32KEY means that a 32-bit app on x64 OS will access the WOW64 Registry Tree ? And does KEY_WOW64_64KEY means that a ...
Alecalecia asked 9/10, 2012 at 9:14
2
Solved
I tried to write a registry subkey and its corresponding value to registry like this:
const string subKey = @"SOFTWARE\Apple\Banana\";
const string regKey = "pip";
var rk = Registry.LocalMachine...
Gruber asked 7/6, 2012 at 23:41
2
I need to open a registry entry "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{26A24AE4-039D-4CA4-87B4-2F86416024FF}" in c++. It contains the java 64 bit application. The full path of t...
Unnecessarily asked 10/5, 2012 at 11:54
1
© 2022 - 2025 — McMap. All rights reserved.