BACK HOME
Method:1
Step
1: Type “regedit” in run command and hit ENTER.
A window named REGISTRY EDITOR opens up.
Step2: Find any of the
following keys:
User Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
System
Key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies \Explorer
Step3: Find the VALUE NAME
Value
Name: NoFolderOptions
Data Type: REG_DWORD (DWORD Value)
Value
Data: 0 = show options, 1 = hide options
If found this u can delete
it too. Its safe to do so..
Method:2
Step 1: Start > Run
Step 2: Type
gpedit.msc > hit enter
Step 3: A window named GROUP POLICY will open up.
Goto : User Configuration > Administrative
Templates > Windows Components > Windows Explorer
Step 4: Select
Removes the Folder Options menu item from the Tools menu. > Right
click: > Properties > Disable > Apply
Method:3
Step 1: To
enable Folder Options, copy following code,paste it in any notepad and
save as "folderoptions.reg" file.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:0000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000000
Step 2: Double click it and your folder options will be restored.