Files
fogsnippets/03_ChangeLabelOfSystemDrive/03_ChangeLabelOfSystemDrive.bat
Stefan Tollkühn ec74d4a2c1 Initial commit
2025-09-18 14:02:17 +02:00

8 lines
196 B
Batchfile
Executable File

@echo off
:: This script renames the systemdrive to the hostname,
:: which makes it easier to find the hostname by just
:: opening the windows explorer
label %SystemDrive% %COMPUTERNAME%