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.

Renaming Local Disk

Featured Replies

I know the experts here has an answer for this. I have tried searching and came up with a whole bunch of topics for "local disk" and "rename" but none that applies to my question.

How in an unattend install can you rename Local Disk to whatever you want?

I searched through the registry and found a key that stores this name:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{42a92161-6650-11d9-81bc-806d6172696f}]

"BaseClass"="Drive"

"_LabelFromReg"="Local Disk"

So I change the name and it doesn't work. Tried rebooting also.

Anyone know how to do this?

Thanks


use the label command...

LABEL [drive:][label]

LABEL [/MP] [volume] [label]

drive: Specifies the drive letter of a drive.

label Specifies the label of the volume.

/MP Specifies that the volume should be treated as a

mount point or volume name.

volume Specifies the drive letter (followed by a colon),

mount point, or volume name. If volume name is specified,

the /MP flag is unnecessary.

You could also use vbScripting to do it like below:

Set fso = CreateObject("Scripting.FileSystemObject")

Set drv = fso.Drives.Item("c")

drv.VolumeName = "SERVER_SYS"

  • Author

Gosh danggit. Forgot about the label command.

Thanks

  • 2 weeks later...

i rename c drive using this in my tweak .reg file

Set label for drive c:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel]

@="Main Drive"

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.