October 19, 200421 yr During my unattended setup I'd like to set drive labels for partition C: and D:. On this forum I found a useful registry entry to accomplish this:;Set label for drive c:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel]@="System - NTFS"This works great, so I thought to use the same method for drive D:;Set label for drive d:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultLabel]@="Documents - NTFS"But this doesn't work... The drives are preformatted with NTFS prior to Windows XP setup starts.What am I doing wrong?
August 12, 200521 yr The below reg syntax is working well with me :;Change Drive name and icon[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\A\DefaultLabel]@="Futile Drive"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel]@="WinXP";change my drive icons[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\A\DefaultIcon]@="%Windir%\\Web\\MyImages\\hearts.ico"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]@="%Windir%\\Web\\MyImages\\MSOffice.ico"And i wanted to know whether there is a way to substitute drive letter(A, C) in the above code with something like %systemdrive% coz this tweak is applied from an unattended install and i never know which would be the XP system drive. (If C has win2k, i would install XP in D: and would wish to apply the label to D: as WinXP. In another computer, I would install in C: and would label C: as WinXP, with this tweak).BTW, i wanted to change the account picture using registry, but it never worked as i tried many times.;Change Account Picture[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Hints\Administrator]"PictureSource"="%Windir%\\Web\\MyImages\\AccPic.bmp"AccPic.bmp is 48*48 bitmap. I replaced %windir% with C:, but it still doesnt work. Anyone have a solution? Edited August 12, 200521 yr by rajesh.kumar
August 15, 200521 yr Or u can just use the label.exe file to perform the naming of ur drives... might be easier!Cheers..
August 15, 200521 yr I just have label c: Windows, and label D: Userfiles in my clean-up-script.. Works like a charm, theres no setting of custom icons and such though
August 20, 200520 yr here is the hearts icons pack.Br4tt3: what is label.exe? can u pl explain.Heart_Icons.rar Edited August 21, 200520 yr by rajesh.kumar
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now