Remove an invisible caracter on Windows (fucking encoding)

This commit is contained in:
Yorick 2016-10-18 09:53:15 +02:00
parent 8832083dc5
commit 7371507fd4

View file

@ -110,7 +110,7 @@ function disableShitty {
try { try {
Dism /online /Disable-Feature /FeatureName:$name /NoRestart | Out-Null Dism /online /Disable-Feature /FeatureName:$name /NoRestart | Out-Null
} }
catch { catch {
Write-Host -ForegroundColor Red " Error" Write-Host -ForegroundColor Red " Error"
Return Return
} }