I made the terrible mistake of installing Windows updates this morning. Got to work and found that ever single time I open a folder in explorer, it launches a new explorer window. Hunted around and didn't find a satisfactory solution. Tried to post my fix on
stackoverflow, but the issue was closed. My solution:
- From command prompt, regedit.
- Go to HKEY_CLASSES_ROOT\Folder\shell\explore\command
- Change (Default) from: %SystemRoot%\Explorer.exe /seperate, /e,/idlist,%I,%L
- To: %SystemRoot%\Explorer.exe /e,/idlist,%I,%L
Sigh ... Windows ... bless its heart.
No comments:
Post a Comment