Work around Sysinternals license pop-ups
Accepting the Eula for "PsShutdown"
[方法一] 在當前 User A/C (C:\Users\tim>) 執行
reg.exe ADD HKCU\Software\Sysinternals\PsShutdown /v EulaAccepted /t REG_DWORD /d 1 /f
[方法二] "-AcceptEULA" parameter
P.S.
系統的 Service User
reg.exe ADD HKU\S-1-5-18\Software\Sysinternals\PsShutdown /v EulaAccepted /t REG_DWORD /d 1 /f
Remark
S-1-5-18 Local System A service account that is used by the operating system. S-1-5-19 NT Authority Local Service S-1-5-20 NT Authority Network Service