--Woodstok
"ShowDriveLettersFirst" registry value:
The computer description appears before the computer name in Windows XP:
http://support.microsoft.com/?kbid=330193
NOVELL: Display of Drive Letters in Drop Down Boxes (NetWare Cool Solutions):
http://www.novell.com/coolsolutions/netware/features/tips/t_drive_letters_nw.html
FYI: This function of Tweak UI is mis-mapped. Posted earlier by Keith Miller:
<quote>
For the TweakUI portion of your dilemma, the labels for the options are incorrect. The associated
registry value is under:
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer"and is a value named "ShowDriveLettersFirst". Possible values are:
0 = Default display - drive letters after description
1 = Network drive letters first, Local drive letters after
2 = Descriptions only, no drive letters displayed
4 = Drive letters before description
In TweakUI, the four options displayed are not associated with their correct values. The first
option is a match, but for "Show all drive letters before", tweakUI is setting the value to 2 rather
than 4; for "Network before/Local after", the value is being set to 2 rather than 1; and for "Never
show", the value is being set to 4 rather than 2. To summarize (assuming options are numbered 1
thru 4):
If you want
Option# Select:
1 1
2 4
3 2
4 3
Keith
</quote>
Or, do a search for "ShowDriveLettersFirst keith miller" in Google Groups.
--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org
"Woodstok" <Wood...@discussions.microsoft.com> wrote in message news:8AF646A4-A0EF-4CA7...@microsoft.com...