Monday, February 14, 2011

How can one Enable his registry when get Disabled


Below text can save it to your Windows desktop as 

UnHookExec.inf 
[Version]
Signature="$Chicago$"
Provider=Symantec
 
[DefaultInstall]
AddReg=UnhookRegKey
 
[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe ""%1"""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools,0x00000020
this will enable registry when get disable by virus 

No comments:

Post a Comment