I have a Windows 10 managed machine and I want to prevent the forced restart requested by Software Center software.
1 Answer
Thanks to the post stop-an-sccm-scheduled-reboot by @Peter.
- Make sure you have administrator rights on the running windows. (If you don't this solution is not for you)
- Download/Extract the sysinternals-suite
- Create and save a .cmd file with the following contents
taskkill /F /IM SCnotification.exe pssuspend.exe CcmExec.exe -nobanner shutdown -a - Run the windows terminal with administrator privileges, and from there execute the .cmd (I named the file stop-software-center.cmd)
- Check that the CcmExcec.exe process was suspended.