By default, Windows XP Explorer only requires you to single click on a folder in the left pane to expand it. This can be a problem, especially for users of previous versions of windows.

This registry change will change Explorer so that it requires you to double click a folder to expand it.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FriendlyTree"=dword:00000000

Download the code here.


 

This registry change will change Explorer to the XP (default) so that it requires you to single click to expand a folder.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FriendlyTree"=dword:00000001

Download the code here.


 

B.K.H.

09-07-07 10:31:19 AM