If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.
But sometimes Registry Editor is also disabled. Whenever you try to open regedit, Windows will show following error message:
Its a symptom of “RONTOKBRO” Trojan.Registry Editor has been disabled by administrator.
If its not a trojan problem and someone intentionally has disabled it in your system, then you can enable it again by following any of these methods:
1.Type gpedit.msc in RUN dialog box and goto:
User
Configuration -> Administrative Templates -> System
in right-side pane, set “Prevent access to Registry editing tools” to either Not Configured or Disabled.
2. Just type following in RUN dialog box and press
Now after enabling Registry Editor, you can re-enable Folder Options from above option.REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
No comments:
Post a Comment