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.

How to: Change Volume Label

Featured Replies

I searched all around for this. First found a vbscript that did it, then finally came across a MUCH easier solution.

Sure enough theres an actual native Windows utility that does this for you, appropriately called 'label.exe'. The syntax is as follows

label <drive letter> <label name>

IE:

label c: system

Hope someone else can use this as well.

  • Author

I searched through that post and couldnt find anything that does this...

hehe...

good heads-up! Knew of it, but did not use it till now, so now I will use it.

:w00t: This is old-school DOS executables.. Something that makes me feel happy...

Just wanted to mention that using the %SystemDrive% variable with label makes the drive designation dynamic instead of a static "C:" (for all you non-C installing guys & gals out there).

The %SystemDrive% variable is disclosed in the following post. Furthermore, you can type 'SET' in a command prompt - this returns all currently set variables.

http://www.msfn.org/board/index.php?act=ST&f=70&t=10253

Use this line in a .cmd file of your choice:

LABEL %SystemDrive% System

/FriendlyGhost

While we're at it, I found out that if you don't specify a drive, it will use the current drive (the drive of the directory you're currently in with DOS).

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.