Opening folders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to open a folder from My Computer, I get the File and Folders
search utility start up! If I right click and then click open, I get to see
the folder contents. Also I am unable to start any programs via Start, All
Progams ect. All the final links are empty.

Explorer works fine

This pc was heavily infected with adware but not ant viruses.

Any veiws on how to fix these issue much appreciated
 
10citadel said:
When I try to open a folder from My Computer, I get the File and Folders
search utility start up! If I right click and then click open, I get to
see
the folder contents. Also I am unable to start any programs via Start,
All
Progams ect. All the final links are empty.

Explorer works fine

This pc was heavily infected with adware but not ant viruses.

Any veiws on how to fix these issue much appreciated


Type the following in the Run Dialog box:

cmd /k REG ADD "HKCR\Drive\Shell" /ve /d none
and
cmd /k REG ADD "HKCR\Directory\Shell" /ve /d none
 
This problem occurs when you alter the "Drive" / "File Folders" entries via
File Types dialog, to add a "Command Prompt here" or "Print Directory"
feature for folders. (example)

http://support.microsoft.com/?kbid=321379
http://support.microsoft.com/?kbid=321186

Resolution:

Click Start/Run and type this command to fix this problem:
(Tip from David Candy)

regsvr32 /i shell32.dll

-or-

To fix this manually via registry:

If this problem is seen for Drives:

HKEY_CLASSES_ROOT\Drive\shell
Set (default) to "none" (without ")

If this problem is seen for folders:

[HKEY_CLASSES_ROOT\Directory\shell]
Set (default) to "none" (without ")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top