SetRegion.ps1

SetRegion.ps1

$regionPS = {& $env:SystemRoot\System32\control.exe "intl.cpl,,/f:`"C:\Windows\Temp\Region_de-AT.xml`""}
Add-Content -Path "C:\Windows\Temp\SetRegion.ps1" -Value $regionPS

You may also like...