hey guys you have to help me , this is very important.
I dont know how suddenly my "folder options" tab inside the "tools" dropdown is gone missing.Not just "folder options" but all the standard options of "Tools" are missing, instead i see options like "Map N/w drive...", "Disconnect n/w drive..." and "Synchronize..."
Please help me, i have my very important files that were made hidden!!

Dani AI

Generated

A quick diagnosis and safe next steps

This symptom is usually not a missing file but a policy/flag that hides the Folder Options UI (and sometimes malware that flips that flag). ’s discovery in this thread points to that exact cause, and ’s System Restore/repair suggestions are good fallbacks if you don’t want to troubleshoot further. (learn.microsoft.com)

If you need to see or recover hidden files right away (without the Folder Options GUI)

  • Open an elevated Command Prompt (run as Administrator or boot to Safe Mode with Networking).
  • To list hidden items in a folder and all subfolders:
    dir "C:\path\to\folder" /a:h /s
  • To remove the Hidden and System attributes from files/folders (only target the folder where your files live — do NOT run this at C:\ unless you understand the consequences):
    attrib -h -s "C:\path\to\folder\*.*" /s /d

    Running attrib with the /s and /d switches applies changes recursively; test on a small folder first. (learn.microsoft.com)

How to restore the Folder Options menu permanently

  • If you have XP/Vista/Win7 Pro (or later Pro/Enterprise), check the local Group Policy setting that removes Folder Options and set it to Not Configured/Disabled. If the machine is on a domain, a domain policy may be enforcing the change. If you don’t have gpedit, the same policy can be reverted in the registry — back up the registry first. (learn.microsoft.com)

Malware checklist and precautions

  • If the UI keeps disappearing, or other tools (Regedit, Task Manager) are disabled, scan with up‑to‑date antimalware tools (Malwarebytes and others detect/have fixes for this class of change). Back up critical files to an external disk before making mass attribute or registry edits; if infection is confirmed, consider offline rescue-media scans or a rebuild. (malwarebytes.com)

Short checklist: run a quick attrib/dir check (above), verify local Group Policy (if available), run a full antimalware scan, and back up important files before doing registry or root-level attribute changes.

Recommended Answers

All 7 Replies

hey guys you have to help me , this is very important.
I dont know how suddenly my "folder options" tab inside the "tools" dropdown is gone missing.Not just "folder options" but all the standard options of "Tools" are missing, instead i see options like "Map N/w drive...", "Disconnect n/w drive..." and "Synchronize..."
Please help me, i have my very important files that were made hidden!!

What OS do you have?

What OS do you have?

Windows XP- pro

hey guys, i have the same exact problem. The folder Options is missing in control panel also. Does anyone have any experience with this?

Justin

First try System Restore to go back to a time before you had the problem.

Click Start, All Programs, Accessories, System Tools, System Restore

If that doesn't work, try an in-place upgrade (aka repair installation); instructions can be found here:

First try System Restore to go back to a time before you had the problem.

Click Start, All Programs, Accessories, System Tools, System Restore

If that doesn't work, try an in-place upgrade (aka repair installation); instructions can be found here:

man this problem was getting on me like anything, but finally.....I got a way out of this.I was just exploring the windows registry trying out some stuff, when i saw this "NoFolderOptions" field set to '1'.
When i deleted it the problem was rectified.You will find this field in the infected computer at the following registry address: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

set the DWORD "NoFolderOptions" to 0 or just delete it....and there you go the problem is GONE!!!!. :)

hey guys, i have the same exact problem. The folder Options is missing in control panel also. Does anyone have any experience with this?

Justin

I hope this solves our problem :) !!...Enjoy!!

.... Man!!!! I just registered just to say thank you!!! i spent so many night to try to fix this problem and finaly I got in this board and saw your thread :cheesy: .... And my problem is now gone.... THANK YOOOOOU! :cheesy:

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.