When viruses attack on your system, 99.5% viruses disable your registry for your user account. Viruses use registry to get the control over your system and to get run automatically at windows startup. Using following steps you can re-enable your registry editing permissions.
1. Open notepad
2. Copy below code in notepad:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**.del.DisableRegistryTools"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**del.DisableRegistryTools"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
3. Save file as EnableReg.reg anywhere on your system
4. Double click on it to run it
This will enable your registry editing. If any virus that is disabling registry editing is active on your system, in that case you have to fire this code with no time gap.
No comments:
Post a Comment