Fixade lite felstavningar
This commit is contained in:
@@ -66,9 +66,9 @@ Write-Host ""
|
||||
$diskAfter = (Get-PSDrive C).Free / 1GB
|
||||
$freed = $diskAfter - $diskBefore
|
||||
|
||||
Write-Host "Diskutrymme före : $([Math]::Round($diskBefore,2)) GB" oundColor Cyan
|
||||
Write-Host "Diskutrymme efter : $([Math]::Round($diskAfter,2)) GB" -undColor Cyan
|
||||
Write-Host "Frigjort utrymme : $([Math]::Round($freed,2)) GB" -ForegroundColor Yellow-Host ""
|
||||
Write-Host ("Diskutrymme före : {0:N2} GB" -f $diskBefore) -ForegroundColor Cyan
|
||||
Write-Host ("Diskutrymme efter : {0:N2} GB" -f $diskAfter) -ForegroundColor Cyan
|
||||
Write-Host ("Frigjort utrymme : {0:N2} GB" -f $freed) -ForegroundColor Yellow
|
||||
|
||||
if (Get-WURebootStatus -Silent) {
|
||||
Write-Host "⚠ Systemet behöver startas om." -ForegroundColor Yellow
|
||||
|
||||
Reference in New Issue
Block a user