• How to unpause Windows updates “without” using the Resume updates button.

    Home » Forums » AskWoody support » Windows » Windows – other » How to unpause Windows updates “without” using the Resume updates button.

    Author
    Topic
    #2508624

    I figured out how to “unpause” Windows update without clicking the “Resume updates” button and causing Windows to automatically download/install any pending updates.

    Here’s how to manually remove the update pause.

    With Windows updates paused, open regedit and goto…

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings

    …and change the values of PausedFeatureStatus and PausedQualityStatus to 0

    Then move down to …

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings

    …and delete the following 5 items

      PauseFeatureUpdatesEndTime
      PauseFeatureUpdatesStartTime
      PauseQualityUpdatesEndTime
      PauseQualityUpdatesStartTime
      PauseUpdatesExpiryTime

    Go back to Windows Update and you’ll find it’s no longer paused but it did not download and install anything like it does if you click the “Resume updates” button!

    I’ve included a batch file (.bat), Powershell script (.ps1) and registry file (.reg) in the attached zip file to automate this process (note, they need to be run from an account that has Administrator access.)

    BTW, do not click the “Check for updates” button after using this method to unpause updates as doing so will initiate an auto download/install of any pending updates!

    10 users thanked author for this post.
    Viewing 15 reply threads
    Author
    Replies
    • #2508637

      🙂 very handy for ‘Home edition’ users.

      Windows - commercial by definition and now function...
      • #2512931

        So I can just run this reg. file and then go back to Windows Update and set another 35-day Pause to cover me until the January updates are out and approved for install? Sounds almost too good to be true!

        • #2512965

          Yup!

          What it does is delete all the “pause dates” saved in the registry and sets the Windows update status back to “active“, all without initiating the “check for updates” caused by using the resume updates button.

          The only possibly gotcha is, if Settings > Update & Security > Windows update is still open when you run it, it’ll still show updates are paused (i.e. the “Resume updates” button will still be there) until you actually close and reopen it. That “might” tempt some users into clicking the button which would be a bad thing as it’d activate the “check for updates” you’re trying to avoid.

          1 user thanked author for this post.
          • #2512972

            Many thanks, that’s great. I’ll make sure W.U. is closed when I run it and do a reboot after running it just to make sure, before I reset the pause. This little reg. file might prove invaluable in the future, whenever we’re advised postponing a month’s updates could be an option.

          • #2512974

            By the way, do I have to run all three files, or just the reg. file? I’ve not had three different files to do the same job before!

            • #2512993

              Each one is simply a “different” method of applying the same registry changes.

              I included 3 different ways of doing it because not everyone will understand what a batch file, registry file, or powershell script is for and wanted to ensure as many users as possibly would have a method they understand to do this.

              BTW, the registry change takes effect “immediately“, so you don’t really need to reboot.

              If you open Settings > Update & Security > Windows Update right after applying the fix, you’ll find that updates are no longer be paused (i.e it’ll display the “Check for updates” button.)

            • #2513003

              Thanks again. I’ll only need the reg. file, then – a useful little file to be stored away against dodgy patch Tuesdays.

    • #2508692

      I take it that this removes a one-time Pause that you have initiated. Does it remove the ability to do a Pause in the future?

      • #2508718

        Does it remove the ability to do a Pause in the future?

        As I explained in my initial post, all it does is simply unpause Windows update checks exactly as if you clicked the “Resume updates” button, but without the auto download/install any pending updates doing that causes.

        It does this by modifying the specific entries clicking “Pause updates for 7 days” makes in the registry and nothing more.

        I take it that this removes a one-time Pause that you have initiated.

        The 5 values in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings key that get deleted are the “date & times” when update pauses are suppose to end so it actually removes all update pauses.

    • #2508854

      Nice hack alerj.
      But wouldn’t disconnecting from the internet and clicking ‘Resume Updates’ have the same effect or am I missing something?

      Cheers

    • #2508867

      If your internet connection is down when Windows initiates a download/install of pending updates (or goes down while it’s in progress), Windows remembers it was doing that and resumes the download/install once internet connectivity is restored!

      I’m sure that status is also stored “somewhere” in the registry but I haven’t really had a reason to try and figure out where and how to disable it.

      1 user thanked author for this post.
    • #2508932

      One Wednesday after a Patch Tuesday, I realized my computer was due to resume updates the next day, which would have been well before there would be any official recommendations.  In desperation I clicked “resume updates”, then immediately clicked “pause updates”.  It worked, and let me click the pause 5 times.  It hadn’t had time to check for updates, much less download any, so I dodged the bullet that time.

      1 user thanked author for this post.
      • #2509096

        In my experience I have found that you have a small window of several hours before anything downloads and installs after pressing ‘Resume Updates’ In that time you can use wushowhide or WuMgr to control your updates.

        In other words after unpausing it doesn’t check and download immediately. Give it some time and eventually it will. Clicking ‘Check for Updates’ ……well that’s a different story!

        • #2759390

          In my experience, the check for updates happens immediately.

           

           

    • #2509099
      2 users thanked author for this post.
    • #2513020

      Why not use Portable Windows Update Blocker?
      No need for pause/unpause…

    • #2513039

      Let me see if I understand how to run the unblocked RemoveUpdatePause.ps1 file. I am new at running .ps1 scripts. My execution Policy list already has both CurrentUser and LocalMachine set to RemoteSigned.

      1. Make sure that the WU screen is closed.
      2. Use a PS command to get to the directory where the unblocked .ps1 file is. (Since it is unblocked, it no longer has the Mark of the Web on it.)
      3. Use the PS command .\RemoveUpdatePause to run it.
      4. When it runs, it will execute regedit commands and when it finishes, I can go open WU again and I will no longer see a Pause on the screen.
      5. As I always don’t ever do, don’t click on “Check for updates”

      Can you confirm these steps, especially #2 and #3?

      Thanks in advance.

    • #2513058

      Actually, unless you’ve installed some S/W that changed the .ps1 file association, you should be able to run it from file explorer like any other program.

      Note: if your user account doesn’t have Admin access, right-click and select “Run as Admin”.

      If you can’t get it to run, simply use either the batch file or the registry file as they’ll also make the required changes to the registry.

      • #2513077

        Actually, unless you’ve installed some S/W that changed the .ps1 file association, you should be able to run it from file explorer like any other program.

        Thanks very much for giving me advice on how to run your .ps1 file. I’m not a techie and I’m just learning how to run some .ps1 files that have been offered in AskWoody. Using File Explorer to run them is a new lesson for me. As @Geekdom says “Learn.”

        RemovePauseUpdate is a Downloads folder. Within it is the .zip folder and the extracted folder, within which are the three files (extracted) that you wrote. I checked the file association for the extracted .ps1 file and it’s set to open in Notepad. When I go to Settings>Default apps>Choose default apps by file type and look for the default for a .ps1 file, it says “Notepad”. When I click on the Notepad icon, it doesn’t offer any other app, except going to MS Store to find one. So, it doesn’t look like I can associate a .ps1 file with Windows PowerShell. But, maybe, there’s a way that I don’t know about. See attached.

        However, below that is info about a .psc1 file and it shows that the default is “Windows PowerShell”. So, I see here that it’s possible for Windows PowerShell to be set with some files. See attached.

        But when I right-click on the extracted .ps1 file, the drop-down content menu offers ‘Run from Powershell’. See attached.

        So, could I just right-click on this extracted .ps1 file and select ‘Run from Powershell’ in the drop-down content menu and run it that way, without having to bring up Powershell to execute the cd command and the ./filename command or without having to figure out how to associate the .ps1 file with Powershell?

    • #2513185

      Ok, here’s the easy way to change the default app that opens a particular file type that allows you to select any app located on your PC, regardless of whether it’s an “installed” app or a “portable” app.

        1- Open explorer and browse to the location where the file is stored.

        2- Right-click it, select “Open with” and then the “Choose another app” option in the popup.

        3- Check the “Always use this app to open .??? files” box.

        4- Click the More apps 🡣 option.

        5- Scroll down the list until you see the specific app you want to set as the default for that file and select it (note, the list only shows “installed” apps.)

        6- If the app you want isn’t listed or it’s a “portable” app, click the Look for another app on this PC option at the bottom of that list and browser to it’s location and select it.

      In your case, the app you want to set as the default for .ps1 is called Windows PowerShell and will be at the bottom of the list.

      Note: the above procedure won’t remove any other apps you see listed as available to open that file type when you click “Open with“, it simply changes which one is the default app used when you double click that file type (i.e. Notpad will still show as being able to open .ps1 files)

      • #2513265

        Ok, here’s the easy way to change the default app that opens a ….

        At step 6, I had to dig around by right-clicking on a Powershell shortcut in the Start Menu folder and right-clicking on the shortcut to find the file location. I finally found the .exe file in …\System32\WindowsPowerShell\v1.0.
        Now, when I right-click on the .ps1 file, Windows PowerShell is an added ‘open-with’ option. See attached.

        In addition, Choose default apps by file types now shows Windows PowerShell as the default app and Notepad remains a choice. See attached.

        And the .ps1 file now runs when I click (or double-click) on it!!

        Thanks for your help in setting this up.

    • #2583926

      Thank you so much…. I had been visiting several websites without any solution and at last i found this forum and changed the values with registry editor and hopefully this worked.

    • #2692200

      Hi there,

      Very interesting and useful sharing, indeed.

      However, not directly related to this topic, but I have similar problem here about paused/unpaused (resumed) Windows Updates.

      I have a preinstalled Windows 11 Home 22H2 on my HP notebook and had updated fine until the beginning of March 2024. Then, because of a special reason, I had to pause the updates for 5 weeks legally and normally without modifying any registry settings, only through Windows Update UI by clicking on “Pause Updates” menu. After 5 weeks have passed and Windows Updates are supposed to “resume” normally the weird thing that everytime I start my computer and look up Windows Update UI, it always says “You’re up to date, last checked: today xx:xx (hour:min)” which is really strange and not getting updates since then. What could be the reason of this problem and wondering if anyone had this kind of issue so far? I found out that Windows Defender is getting auto updates of its definitions seperately and silently through it own UI (Protection Updates page in Settings app) normally, but Windows Update has stopped getting updates automatically until I click on “Check for Updates” there.

      Really frustrated.

      Regards!

    • #2759287

      In the description of how to manually remove the update pause it doesn’t give the values to change the registry settings to. Here’s a copy of where it doesn’t give the values: ” …and change the values of PausedFeatureStatus and PausedQualityStatus to” .
      What should I change the values to ?

      Also, where it says “I’ve included a batch file (.bat), Powershell script (.ps1) and registry file (.reg) in the attached zip file to automate this process (note, they need to be run from an account that has Administrator access.) “, I don’t see those items in the post. Are they no longer available?

      I’m using Windows 11 Home, version 23H2. I’m paused until April 22, before Windows update will download and install version 24H2. I did that once before and it prevented my scanner from working, so I restored my computer back to 23H2 using an Acronis True Image backup.

      I’m new to this website, so I hope I did this question correctly.
      Thank you.

      • #2759350

        …and change the values of PausedFeatureStatus and PausedQualityStatus to” . What should I change the values to ?

        The value should be 0 (that’s a zero). Post edited to show value.

        Also, where it says “I’ve included a batch file (.bat), Powershell script (.ps1) and registry file (.reg) in the attached zip file to automate this process (note, they need to be run from an account that has Administrator access.) “, I don’t see those items in the post.

        The .zip file is located under “Attachments”

        • #2760162

          Thank you.  It works!  I check Windows Update and it says I’m up to date.

          Another quick question; I did this manually, not with anything in the zip file.  Is there anything in the zip file that does more or is that everything?  Will it stay this way unless I click the check for updates button?

          And, I assume this will prevent Windows Defender from updating also.  If I were to get Norton 360, would that protect my computer as well as Windows Defender, in your opinion?

          Thanks again.

    • #2760175

      I just received a pop message that my computer needs to restart.  When I check Windows Update in Settings, it says “Restart Required” and below it “2025-03 Cumulative Update for Windows 11 Version 23H2 for x64-based Systems (KB5053602)”.

      From past experience this means that when I restart the computer it will automatically start downloading and installing the above.

      Is there any way to avoid this?  I need to restart periodically to install some updates on other programs.

      • #2760216

        Windows Defender will update the Definitions whether or not you have Windows Update Paused. You do not need another A/V.

        The contents of the .zip file are different methods of making the commands/changes shown in the OP’s  top post.
        If Pause is not in place (ie, has been removed), Windows Update will scan for updates at it’s next scheduled time. If you do not have the download/install controlled by some means such as Group Policy (for Pro Edition only), Registry settings, or a third-party application, your computer will begin updating.

        Your message indicates the March CU has been downloaded and a reboot is required to complete the installation. Susan has given the go-ahead to install the March CU, so installing is OK.

    • #2760444

      Thank you for your response.  I’ve done all the steps given on various websites using  services.msc, gpedit.msc, and regedit.exe.  The services.msc settings did automatically change back to “Running” from “Disabled” and “Stopped”.  I had also previously deleted the Windows Software Distribution Download folder, but as of now it’s repopulated.

      Is there any way to stop the above from happening?  And how do I remove the “Restart Required” notice in the Windows Update settings?  If I delete the files in the Software Distribution Downloads folder, will that remove the “Restart Required” notice?  At some point I’ll need to restart the computer.

      And if I do restart the computer and the CU installs, will it install version 24h2 again?  I seem to recall it did install 24h2 previously, which again prevented my scanner from working.  My scanner drivers are up to date.  I tried everything I could think of to get the scanner working again without success.  And it’s apparently a known problem with 24h2.

    • #2760568

      how do I remove the “Restart Required” notice

      This pops up after patch / update installation to tell you that a restart is required to finish the installation. It can’t be removed.

      will it install version 24h2 again?

      Not if you run GRC InControl – and then reboot.

      cheers, Paul

    Viewing 15 reply threads
    Reply To: How to unpause Windows updates “without” using the Resume updates button.

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: