JSI Tip 0764. How can I cause My Computer and NT Explorer to always open with a detail view?
Jerold Schulman
October 12, 1998
1 Min Read
Use Regedt32 to navigate to:
HKEY_LOCAL_MACHINESoftwareClassesFolderShellOpen
Set the REG_BINARY value name of EditFlags to 01000000. Browse to:
HKEY_LOCAL_MACHINESoftwareClassesFolderShellOpenCommand
and set the unnamed type REG_EXPAND_SZ value to C:WINNTExplorer.exe /idlist,%I,%L %1
Finally, edit:
HKEY_LOCAL_MACHINESoftwareClassesFolderShellOpenddeexec
and set the unnamed type REG_SZ value to [ExploreFolder("%l", %I, %S)]
After a reboot, double-click My Computer, On the View menu, Click Details. On the View menu, click Options. On the File Types tab, scroll to Folder and select it. Click the Edit button. Click Open in the Actions: box and press Set Default. Click Close and Close.
See tip 765.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like