Repaired UTF-8 BOM encoding

This commit is contained in:
Markus Fleschutz
2024-10-01 15:24:16 +02:00
parent 49072fdbaa
commit d957e3aba2
161 changed files with 163 additions and 163 deletions

View File

@ -1,4 +1,4 @@
$VMName = "debian"
$VMName = "debian"
$WarningPreference = 'SilentlyContinue' # If VM already stopped
Stop-VM $VMName -Force
Remove-VM $VMName -Force