Saturday 31 August 2013

Folder Option Not working in windows

Sometimes folder options in your PC may get disabled by some virus and after removing the virus,
you can not use folder options.
Here i am sharing some tricks to activate folder options again
Before doing this first remove that virus from ur computer using some good AV

Method:1

Type “regedit” in run command and hit enter
Find any of the following keys:
User Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ Explorer

System Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\ Explorer

Value Name: NoFolderOptions
Data Type: REG_DWORD (DWORD Value)
Value Data: 0 = show options, 1 = hide options

Method:2

>do: start
> Run
> Type gpedit.msc
> hit enter
> User Configuration
> Administrative Templates
> Windows Components
> Windows Explorer
> Select Removes the Folder Options menu item from the Tools menu.
> Right click:
> Properties
> Disable
> Apply
“Shell”=”Explorer.exe “


No comments:

Post a Comment

Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...