start-Process powershell '$(Get-Process -Name audiodg).ProcessorAffinity = [int][Math]::Pow(2, 10) - [int][Math]::Pow(2, 9)' -verb runas -WorkingDirectory "$pwd"
Beigesteuert von Fricofresh
Ein Blog über IT generell, Programmierung, Projekte, cooles Zeug und alles andere
start-Process powershell '$(Get-Process -Name audiodg).ProcessorAffinity = [int][Math]::Pow(2, 10) - [int][Math]::Pow(2, 9)' -verb runas -WorkingDirectory "$pwd"
Beigesteuert von Fricofresh