How to enable "Folder option"

Windows OS Specific Topics
Post Reply
Cyclops
Lieutenant
Lieutenant
Posts: 71
Joined: Wed Jul 15, 2009 1:48 pm
Location: London

How to enable "Folder option"

Post by Cyclops » Sat Sep 26, 2009 10:30 am

Most of the malware today are very smart. To hide the malicious files that they have created on the computer, they just change their attributes to hidden and then they disable Tools>Folder Options, so that you can never make those files visible.

So here’s how to enable folder options again,

Step 1. First open the registry editor (Go to start>run and type regedit and press enter).

Step 2. Now there are two possibilities,

Case 1. Registry Editor opens. If this is the case then go to Step 3.

Case 2. You get the error message that “Registry editing has been disabled by your administrator”. This means that the malware on your computer has disabled the registry editor as well. To enable the registry editor again,

Go to Start>Run, type the following and press Enter,

Code: Select all

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Step 3. Navigate to the following keys one by one,

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrent VersionPoliciesExplorer
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrent VersionPoliciesExplorer

and find out if there is a DWORD value named NoFolderOptions in the right side pane. If it exists then simply delete it.That’s it. Now you can check that the Tools>Folder Options has been enabled again.
Post Reply

Return to “Windows”