Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting drive labels thruogh the registry

Featured Replies

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?

  • 9 months later...

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 by rajesh.kumar

Or u can just use the label.exe file to perform the naming of ur drives... might be easier!

Cheers..

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

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.