Folder Option doesn't appear in both control panel & Tools menu. I there a solution in this problem? Thanks in advance...

Dani AI

Generated

When Folder Options is missing (as reported by and asked again by ), the cause is usually one of three things: a policy/restriction (local or domain), a profile-level setting, or malware/corruption. pointed at a registry-based fix — that can work if you have local control — but it helps to follow a short checklist to find the root cause before changing anything.

Try to open the applet directly from Run to confirm the control panel item still exists:

rundll32.exe shell32,Options_RunDLL 0

If that opens Folder Options, the item is simply hidden from menus. Next, check Group Policy (if available): run gpedit.msc and look under User Configuration -> Administrative Templates -> Windows Components -> Windows Explorer for the policy that removes the Folder Options menu item; set it to Not Configured/Disabled. If the PC is on a domain, domain GPOs override local changes — use rsop.msc or gpresult /r to see applied policies.

If the applet does not open, test whether the problem is per-user by creating a new user account or booting Safe Mode. Back up the registry (Regedit -> File -> Export) and create a System Restore point before editing anything. Scan with an up-to-date anti‑malware tool — some malware hides Folder Options. If system components are damaged, run sfc /scannow (Windows CD may be required) or use System Restore. For Windows 2000 the same gpedit/control-panel commands apply.

Do not attempt registry edits without a backup. If changes were pushed from a domain controller, contact the administrator rather than fighting persistent GPOs.

Recommended Answers

All 2 Replies

Change the following entries in regedit:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:00000000

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000000

how do enable folder options in win 2000

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.