search
HomeSystem TutorialWindows SeriesHow to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Microsoft requires restarting Windows computers after each update, which seems a bit unusual at first glance, because there is no such requirement for Linux systems. The update should be done in the background and will not disturb your current workflow. This guide shows some workarounds that help you prevent automatic restarts after Windows updates are complete.

Table of contents

    1. Use the Service Menu
    1. Using the Local Group Policy Editor
    1. Using PowerShell
    1. Using the Registry Editor
    1. Using the Task Scheduler
    1. Change the activity time
    1. Use metering connection
  1. Use the Service Menu

This is the easiest way to prevent automatic restart after Windows updates. Open the service menu, you can search by entering services in Win R , or using the Windows menu. Scroll down to Windows Update in the list. Right-click and select Properties and go to the General tab. Change the startup type to Disable . Click Apply and OK .

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Although you can turn this method off at any time, there are some problems with this method. Completely banning update-related activities can affect Windows application updates and security patches, which are essential in today's threatening environments. This means no downloads and no update reminders. The following method provides more detailed control.

  1. Using the Local Group Policy Editor

On a Windows Pro/Enterprise device, open the Run command, Win R , then enter gpedit.msc and press Enter .

After opening the Local Group Policy Editor window, navigate to Local Computer Policy- > Computer Configuration- > Administrative Templates- > Windows Components- > Windows Update . In the right panel, double-click the entry: Do not automatically restart for scheduled automatic update installation when the logged-in user is in the case of a logged-in user .

Select the enable box and click Apply -> OK to completely disable any future updates' automatic restart feature. This method still allows Windows updates to download, but does not force restart.

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Tip : If you have problems after a recent Windows update, learn how to continue.

  1. Using PowerShell

PowerShell has a registry setting called NoAutoRebootWithLoggedOnUsers that allows users to prevent forced restarts after Windows updates. This method should work easily in Windows 10, but it requires some tweaking in Windows 11 because the exact registry path may not exist, resulting in a "Path not found" error.

First, open PowerShell as an administrator. If you are a Windows 11 user, run the following PowerShell script to place the above registry settings.

 <code>$registryPath = "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU"</code> Check if the registry path exists<p> if (-not (Test-Path $registryPath)) {</p><h1 id="Create-a-registry-path"> Create a registry path</h1><pre class="brush:php;toolbar:false"> <code>New-Item -Path $registryPath -Force | Out-Null</code>

}

Set NoAutoRebootWithLoggedOnUsers to 1

Set-ItemProperty -Path $registryPath -Name "NoAutoRebootWithLoggedOnUsers" -Value 1 -Type DWord

Set up automatic configuration updates (required to be effective for NoAutoRebootWithLoggedOnUsers)

Set-ItemProperty -Path $registryPath -Name "AUOptions" -Value 4 -Type DWord

After that, enter the following command. If you are a Windows 10 user, you can type directly because you won't encounter the "Path Not Found" error.

 <code>Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "NoAutoRebootWithLoggedOnUsers" -Value 1</code>

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

If you change your mind later, you can enable automatic restart again by setting the above registry value to "0".

 <code>Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "NoAutoRebootWithLoggedOnUsers" -Value 0</code>

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Related : You can also use PowerShell to hide updates.

  1. Using the Registry Editor

The above method of using PowerShell to prevent Windows updates from restarting can also be done using the Registry Editor. This method should work automatically in Windows 10, but requires specific tweaks in Windows 11.

Open Run command, Win R , and enter regedit in the box to open the Registry Editor on the device. Enter the following path in the Registry Editor window:

 <code>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate</code>

Find a D-WORD (32-bit) value named "NoAutoRebootWithLoggedOnUsers" under WindowsUpdate -> AU (Auto) key. The default is set to 0, but you need to set it to 1.

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

If you have already executed the PowerShell script above, you don't need to create the registry entry this way.

Warning : It is always wise to back up your registry before making any adjustments.

  1. Using the Task Scheduler

Open the Task Scheduler from the Windows Search box. Navigate to Task Scheduler- > Task Scheduler Library- > Microsoft- > Windows- > UpdateOrchestrator . The UpdateOrchestrator service runs in the background to scan, download and install Windows updates.

If you see the restart option in the right panel of UpdateOrchestrator , right-click to disable it. If you don't see the restart option, it means that the restart task has not been created yet. The solution is to change the basic restart parameters of the scheduled scan option. Right-click to select its properties .

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Change the restart parameters from the Conditions tab.

How to Stop Automatic Restart in Windows After an Update - Make Tech Easier

Tip : Task Scheduler won't work for you? Check out our guide to learn how to fix it.

  1. Change the activity time

Windows has a feature called Active Time, which, as the name implies, allows the user to specify a period of time during which the operating system should not automatically install updates or perform system restarts.

In Windows 11, navigate to Settings -> Windows Update -> Advanced Options -> Active Time . For Windows 10, select Settings -> Update & Security -> Windows Update . Then, select Change Activity Time .

If the Adjust Active Time button is set to Automatic , change it to Manual . Allocate the period of time during the day when the system should not prompt you for restarting. Easily adjust these settings to avoid restart notifications of at least 23 hours a day.

  1. Use metering connection

Using metered connections is a great way to prevent automatic restarts while allowing critical updates to be installed. This is a good choice for those who don't want to adjust their group policy or registry editor.

Go to Settings -> Network and Internet -> Wi-Fi . Select the Wi-Fi network you want and turn on the metering connection switch.

As shown above, you can prevent automatic restart after Windows update download. Similarly, you can turn off automatic driver updates in Windows. If you find that Windows Update Service is missing, there are ways to restore it to your computer.

The above is the detailed content of How to Stop Automatic Restart in Windows After an Update - Make Tech Easier. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Excel Data Source Reference Not ValidExcel Data Source Reference Not ValidMay 14, 2025 pm 04:38 PM

Are you facing the annoying "Excel data source reference not valid" error? Don't fret, we're here to assist you in resolving this issue and getting your spreadsheets functioning smoothly again. Microsoft Excel, with its vast array of tools

Excel Found Unreadable Content - How to Fix the IssueExcel Found Unreadable Content - How to Fix the IssueMay 14, 2025 pm 04:37 PM

Learn about the most effective solutions to tackle the "Excel found unreadable content" error in XLSX files. We recognize the challenges you might encounter when facing this error, which can make it difficult to access your essential data.D

Fix the 'No Internet, Secured' Problem in Windows 10Fix the 'No Internet, Secured' Problem in Windows 10May 14, 2025 pm 04:35 PM

Many users who upgrade to Windows 10 encounter WiFi connectivity issues, experiencing slow internet or complete inability to connect. If you're facing the latter, you'll notice the "No Internet, secured" message next to your WiFi network in

Solved: No Internet Connection Windows 10Solved: No Internet Connection Windows 10May 14, 2025 pm 04:33 PM

Windows 10 updates can occasionally introduce new issues to your system, including the No Internet Connection error, which can prevent your computer from accessing the internet. Fortunately, this frustrating problem can be resolved using our outlined

How to Improve Game Data Loading Times in Windows - Make Tech EasierHow to Improve Game Data Loading Times in Windows - Make Tech EasierMay 14, 2025 pm 04:32 PM

To enhance gaming performance, many games load assets on-the-fly, making an SSD highly beneficial for reducing load times. If your SSD is slow or you're still using an HDD, you might experience extended loading times, stuttering, and fluctuating FPS.

Microsoft Word Keeps Freezing in Windows 10 - 10 ways to fix ItMicrosoft Word Keeps Freezing in Windows 10 - 10 ways to fix ItMay 14, 2025 pm 04:31 PM

Are you facing issues with Microsoft Word freezing on your Windows 10 system? This can be highly frustrating, especially when you're in the middle of important work.When Microsoft Word keeps freezing on Windows 10 during your tasks, it indicates an u

What to Do When Windows Update Keeps Failing on Windows 10What to Do When Windows Update Keeps Failing on Windows 10May 14, 2025 pm 04:30 PM

Windows 10, a widely used operating system around the world, often faces various issues despite its widespread adoption. One common problem is the recurring failure of the Windows Update feature, which prevents users from updating their systems.If yo

Spotify Web Player Not Working? What To Do?Spotify Web Player Not Working? What To Do?May 14, 2025 pm 04:28 PM

If you're struggling with the Spotify web player not functioning properly, you're not alone. Many users face similar issues when trying to enjoy their favorite music on this popular streaming platform. Fortunately, there are several troubleshooting s

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools