# Volume Labels

You can easily change the default volume labels by using the **Label parameters** ... I'll save some electrons and combine this in one screenshot.  This should be easy enough to figure out

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lqt3yij2OFUGuqPQ4P6%2F-Lqt5oz_UrA3jJ0VUZWJ%2Fimage.png?alt=media\&token=acf6d0a2-3d04-4a1a-81d7-55f775e77b3d)

## LabelSystem

```
#Drive Label of the System Partition
#Default = System
#Alias = LS, LabelS
[Alias('LS','LabelS')]
[string]$LabelSystem = 'System'
```

## LabelWindows

```
#Drive Label of the Windows Partition
#Default = OS
#Alias = LW, LabelW
[Alias('LW','LabelW')]
[string]$LabelWindows = 'OS'
```

## Label Recovery

```
#Drive Label of the Recovery Partition
#Default = Recovery
#Alias = LR, LabelR
[Alias('LR','LabelR')]
[string]$LabelRecovery = 'Recovery'
```
