Turning off Folder bar

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

Guest

When using the hotkey Win+E to open the Explorer, the Folder bar is always
turned on. Is there a way to set it that the Explorer opened by Win+E will
open without the Folder bar?
 
This is possible by altering ddeexec string in the registry.

Click Start, Run and type Regedit.exe
Navigate to the following location:

HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec

Backup the key to a REG file, using the Export option.
In the right-pane, double-click (default) and assign the data as follows:

[ViewFolder("%l", %I, %S)]

Close Regedit.exe

To Undo the above, set the (default) value back to the following string:

[ExploreFolder("%l", %I, %S)]
 

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