How to check registry in Ghost image
| Article:HOWTO32414 | | | Created: 2010-09-25 | | | Updated: 2010-10-12 | | | Article URL http://www.symantec.com/docs/HOWTO32414 |
Question/Issue:
The following steps intended to show checking the registry value for the policy "Interactive logon: Do not require CTRL + ALT + DEL" on Security Option.
-
Start Ghost Explorer
[Start] > [All Programs] > [Symantec Ghost] > [Ghost Explorer]
-
Open the Ghost image file that need to check registry.
[File] > [Open]
-
In the left pane expand "Windows\System32\config".
-
In the right pane, right click on the "Software" hive file .
-
Extract the hive file to any folders (e.g "c:\").
-
Start Command Prompt.
[Start] > [All Programs] > [Accessories] > [Command Prompt]
-
On the command prompt, type following command to load the "Software" hive file.
reg load HKLM\tmp_software c:\Software
-
Type following command to query "disabledcad"
C:\>reg query HKLM\tmp_software\Microsoft\Windows\CurrentVersion\Policies\System /v disablecad
REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\tmp_software\Microsoft\Windows\CurrentVersion\Policies\System
disablecad REG_DWORD 0x0
-
On the command prompt, type following command to unload the "Software" hive file.
reg unload HKLM\tmp_software
|
|
Article URL http://www.symantec.com/docs/HOWTO32414
Terms of use for this information are found in Legal Notices









Thank you.