loads of useful information, examples and tutorials pertaining to web development utilizing asp.net, c#, vb, css, xhtml, javascript, sql, xml, ajax and everything else...

 






Automatically open folders/drives in explorer view

by naspinski 3/16/2008 12:41:00 PM

A very simple, yet incredibly useful way to use explorer view by default... why isn't this an option you can simply check?

Not development in any way, but I thought I would share because it helped me so much!  This has bothered me for years, explorer view is about 10x more handy than the standard way XP opens folders.  But there was no way to make it default.  Of course I could right click and choose 'Explore' but that's just too much extra work.  There is a simple way to make this default behavior.

 

open Regedit (start->run regedit) and find

HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec
and modify the value from
[ViewFolder("%l", %I, %S]
to read
[explorefolder("%l", %I, %S]
and you are all set.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

other

Related posts

Add comment

Name*
E-mail* (Gravatar)
Website
Country   Country flag

Comment* [b][/b] - [i][/i] - [u][/u]- [quote][/quote]




Live preview

8/19/2008 11:35:38 PM