Posted On September 16, 2021

Windows: Disable Automatic Restart After Updates

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows: Disable Automatic Restart After Updates

1. Run gpedit.msc as Administrator
2. Navigate to Local Group Policy Editor > Computer Configuration > Administrative Templates > Windows Components > Windows Update
3. Double-click on “No auto-restart with automatic installations of scheduled updates”
4. Select “Enabled”, and then click “OK”
5. Close the local group policy editor

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install ‘Compass’ Program

Copy Compass from \\FILE02\Apps\Compass to C:\Compass   Script:   Create shortcut on desktop with target of: C:\Compass\OMNIS7.EXE agy2000.lbr…

Sample: New User Setup Instructions

INSTRUCTIONS TO MANUALLY SETUP USER FOR OUR SYSTEMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   To add User to Active…

How To Quickly Search a User in Active Directory by Matching Email

This one liner would do the trick: Get-ADUser -Filter {EmailAddress -eq '[email protected]'} PS C:\Windows\system32> Get-ADUser…