Question/Issue:
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