dj3094 Posted October 2, 2018 Report post Posted October 2, 2018 Hello all, When we push updates, users are not getting option to suppress the reboot. Is there any command line in powershell or cmd to force stop the restart. we tried shutdown /a it didnt work.. is there any other options? regards Quote Share this post Link to post Share on other sites More sharing options...
0 Labach Posted December 4, 2018 Report post Posted December 4, 2018 I'm not sure there's anything you can do. There seem to be a lot more 'forced' actions in Windows 10 than in any other Windows to date. Quote Share this post Link to post Share on other sites More sharing options...
0 UrganLokki9 Posted February 21, 2019 Report post Posted February 21, 2019 To start or stop a service through PowerShell, you can use the Start-Service or the Stop Service cmdlet, followed by the name of the service that you want to start or stop. For instance, you might enter Stop-Service DHCP or Start-Service DHCP. To cancel or abort system shutdown or restart, open Command Prompt, type shutdown /a within the time-out period and hit Enter. Quote Share this post Link to post Share on other sites More sharing options...
0 Gamssmer Posted July 30, 2019 Report post Posted July 30, 2019 On 12/4/2018 at 9:51 PM, Labach said: There seem to be a lot more 'forced' actions in Windows 10 than in any other Windows to date. I totally agree with you,that's Microsoft's latest policy. Quote Share this post Link to post Share on other sites More sharing options...
Hello all,
When we push updates, users are not getting option to suppress the reboot. Is there any command line in powershell or cmd to force stop the restart.
we tried shutdown /a it didnt work.. is there any other options?
regards
Share this post
Link to post
Share on other sites