SetRegistryIsolation |
Previous Top Next |
RegistryKey
|
[in]
The registry key whos isolation mode is to be set. Start with
"HKLM" for HKEY_LOCAL_MACHINE, "HKCU" for HKEY_CURRENT_USER of
"HKCR" for HKEY_CLASSES_ROOT |
IsolationMode
|
[in]
Isolation mode to be set |
1 =
WriteCopy |
2 =
Merged |
3 =
Full |
' Set isolation of HKEY_CURRENT_USER\Software\Thinstall\Test to
Full |
SetRegistryIsolation
"HKCU\Software\Thinstall\Test", 3 |
This
option requires Thinstall version 3.215 or higher |