> For the complete documentation index, see [llms.txt](https://osd.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osd.osdeploy.com/docs/trash/disk/new-osdisk/old-version/volume-labels.md).

# 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

![](/files/-Lqt5oz_UrA3jJ0VUZWJ)

## 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'
```
