Couldn't you set a scheduled task in Windows to run a Powershell script $Process = Get-Process MyService $Process.ProcessorAffinity = 4 ...
確定! 回上一頁