Home >Common Problem >How to enable or disable folder options on Windows 11, 10
Folder OptionsPowerful, powerful enough to include many of your major file and folder settings. Obfuscating Folder Options can cause changes in how the system behaves when performing search functions, whether hidden files in system directories are visible, whether empty drives must be hidden, how the navigation pane is displayed, and more advanced view settings.
So if you also share your computer with someone else, you definitely don't want that person to access your Folder Options and change all of your preferred settings. So is there a way to easily block and allow access to Folder Options in Windows 11 or 10? Yes, absolutely!
In this article, we explain through 2 different methods how to easily block or unblock folder options. One way is through the Local Group Policy Editor and the other is through the RegistryEditor. Both have the same effect, you only need to perform one. Hope you like it!
Step 1: Press Win R## at the same time #Key starts the Run window. Type gpedit.msc and press Enter.
Step 2: When Local Group Policy Editor starts and opens, Navigate to The following locations. You can expand each folder by double-clicking it.
用户配置 --> 管理模板 --> Windows 组件 --> 文件资源管理器After reaching the
File Explorer folder, on the right side of the window , find and double-click the named The setting for "Don't allow folder options" is opened from the Options button on the View tab of the ribbon.
Step 3: When the configuration window opens, select the radio button corresponding to option Enabled.
Click theApply button, then click the OK button. That's it. Changes will be immediate.
Step 4: To see if your settings have taken effect, open File Explorer and clickOn the top ribbon look for the 3 horizontal dots icon next to the tab. From the expanded menu, click Options to open Folder Options.
Step 5: Tada! Because you have set restrictions, Folder Options will not start now. Instead, you will see the limitation message.
Note: If you want to revert the changes, in Step 3, do not select the Enable option but select option not configured or disabled option. That's it.
Method 2: Via Registry EditorIncorrect registry settings may cause the system to crash. Therefore, it is always recommended that you take a backup of stable registry settings before proceeding with this method as it involves making adjustments to your registry keys.Step 1: Press the Win R keys simultaneously and open the Run window. Type regedit and press Enter.
Step 2: Copy and paste the following location into the Registry Editor navigation bar , and then press the Enter key.
计算机\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ExplorerNext,
right-click the ResourcesManager folder, click the New option, and then click DWORD ( 32 bits) Value option.
Step 3: If you now look at the right side of the window, you can see the newly created DWORD value . Click on it and press the F2 key to rename it to NoFolderOptions.
Double-click NoFolderOptions and enter the value 1 in the Value data field. Click the OK button.
Step 4: That’s it. You may need to restart your computer or restart Windows File Explorer to see the changes take effect.
After the reboot is complete,Open Windows File Explorer and click the 3 horizontal dots icon next to the View drop-down menu in the top ribbon. From the list of items in the drop-down list, click Options.
Step 5: You will now see the Restrictions window saying that you must contact your system administrator before you can perform what you are trying to do The operation performed.
Note: To revert the changes, you can right-click NoFolderOptions DWORD value and remove it, or in step 3 you can set the value in the value data field of NoFolderOptions is 0 (zero) instead of 1.
The above is the detailed content of How to enable or disable folder options on Windows 11, 10. For more information, please follow other related articles on the PHP Chinese website!