Obviously registry keys and group policy helps us to do whatever changes we need in the system. Here is one among those, to enable or disable Folder options from tools menu.
When you open windows explorer, under Tools menu you can find an option called Folder Option. To enable or disable it. Here is the steps,
Through group policy:
1. Open Gpedit through run.
2. Navigate User Configuration\Administrative Templates\Windows Components\Windows Explorer
3. Locate "Remove the Folder Option menu item from the tools menu".
4. Enable it inorder to remove and viceversa.
Through registry editor:
1. Open regedit.
2. Locate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer & HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
3. If "NoFolderOptions" Dword is present delete it or modify it to 0 to enable and viceversa.
No comments:
Post a Comment