Latest News “Stay informed with breaking news, world news, US news, politics, business, technology, and more at latest news.

Category: Updates

Auto Added by WPeMatico

  • How to Manually Uninstall Windows 11 Updates

    Sometimes, Windows 11 updates can cause more problems than before. If you recently installed a problematic update, you should know how to uninstall it manually.

    On Windows 11, you can uninstall most updates from the Windows Update settings, using the command line tools, etc. Here are the best ways to uninstall an update on Windows 11.

    1. Uninstall Updates via Settings

    You can quickly uninstall Windows Updates from the Settings. Here’s what you need to do.

    1. Click on the Windows 11 Start menu and select Settings.

    Settings

    2. Click on Windows Update on the left pane.

    Windows Update

    3. On the Windows Update page, click the Update History option.

    Update history

    4. On the Update history, scroll down to the Related Settings section and click Uninstall updates.

    Related Settings

    5. Now Control Panel will open. Right-click on the most recent update and select Uninstall.

    Uninstall

    2. Uninstall Windows 11 Updates via Control Panel

    Another way to uninstall Windows 11 Update is by accessing the Control Panel. Here’s what you need to do.

    1. Click on the Windows 11 search and type in Control Panel. Open the Control Panel app from the list.

    Control Panel

    2. On the Control Panel, click the Uninstall a Program link underneath Programs.

    Uninstall a program

    3. On the Programs and Features window, click on the View installed updates link.

    View Installed updates

    4. You will see all Windows 11 updates installed on your system. Right click on the update you want to uninstall and select Uninstall.

    select the Uninstall option

    3. Uninstall Windows 11 Updates via PowerShell

    The PowerShell utility can be used to uninstall the Windows 11 Update. Here’s how to use it.

    1. Type PowerShell on Windows 11 Search. Right-click on the PowerShell and select Run as Administrator.

    Run as Administrator

    2. On the PowerShell utility, enter the command:

    wmic qfe list brief /format:table

    wmic qfe list brief /format:table

    3. This command will list a table of all Windows 11 updates installed on your device. You need to note the HotfixID (the number after ‘KB’) of the update you want to install.

    powershell commands

    4. Enter the command:

    wusa /uninstall /kb:HotFixID

    Replace the HotFixID with the update’s identification number. For example, if you want to uninstall an update KB5014019, the command would look like

    wusa /uninstall /kb:5014019

    powershell commands

    5. Once done, hit the Enter button to execute the command. On the confirmation prompt, click on the Yes button.

    click on the Yes button

    4. Uninstall Windows 11 Update from Command Prompt

    Like PowerShell, you can use Command Prompt to uninstall Windows Updates.

    1. Type CMD in Windows search. Right click on it and select Run as administrator.

    Run as administrator

    2. When the command prompt opens, copy & paste the given command and press Enter.

    wmic qfe list brief /format:table

    wmic qfe list brief /format:table

    3. You will now see the Windows Update History. Identify the problematic update by its HotfixID and InstalledOn information.

    4. To uninstall a specific update, execute this command:

    wusa /uninstall /kb:KBNUMBER

    uninstall

    Important: Replace KBNUMBER with the actual KB number of the update you want to uninstall.

    You need to follow the on-screen instructions to complete the uninstallation part.

    5. Uninstall Windows 11 Updates via Recovery Environment

    If your PC doesn’t boot, you can use Windows RE to uninstall the problematic update. Here’s how you can access the Windows Recovery Environment.

    1. Click on the Windows 11 Start menu and select Settings.

    Settings

    2. On the Settings app, click the Windows Update option on the left pane.

    Windows Update

    3. On the right pane, click on Advanced Options.

    Advanced Options

    4. On the Advanced Options page, scroll down and click on Recovery.

    Recovery

    5. Click the Restart Now button beside the Advanced Startup.

    Restart Now

    6. Your computer will restart and enter Recovery mode. On the Windows RE, navigate to Troubleshoot > Advanced Options and click on Uninstall updates.

    Troubleshoot > Advanced Options

    7. You can uninstall the latest Windows 11 Quality or Feature update. Uninstall it, and your PC is likely to boot now.

    6. Uninstall Windows Update by creating a batch file

    You can create a batch script in Windows containing the updates you want to uninstall. After creating the batch file, you can uninstall the updates by running it on your computer. Here’s how to create a Batch file.

    1. Click on Windows Search and type in Notepad. Open the Notepad app from the list of matching results.

    Notepad

    2. When Notepad opens, enter the following text.

    @echo off
    
    wusa /uninstall /kb:2565063 /quiet /norestart
    
    wusa /uninstall /kb:5028851 /quiet /norestart
    
    END

    enter the following texts

    Important: You need to replace ‘2565063’ and ‘5028851’ with the identification number of the update youYouruninstall. And you can add more lines in between the @echo off and END.

    3. Click the File > Save As option to save the Notepad.

    File > Save As

    4. On the Save As Prompt, save the file with .bat as an extension.

    .bat

    5. To uninstall the updates, double-click on the Batch file you’ve created.

    Batch file

    These are just a few ways to uninstall Windows 11 updates manually. If you have set up an automatic system restore on Windows 11, you can even roll back your PC to a previous point to uninstall the updates.

    The post How to Manually Uninstall Windows 11 Updates appeared first on TechViral.

  • 5 Ways to Disable Automatic Chrome Updates in Windows

    Several users have limited internet bandwidth or use metered connections and don’t want Chrome to download the updates automatically whenever they connect. Chrome’s automatic updates can even slow down the internet connection and raise CPU usage.

    So, if you’re on a metered connection, turning off the Automatic Chrome update is important. Here’s how you can turn it off.

    1. Rename the Google Chrome Update Folder

    The easiest way to turn off Chrome’s automatic updates is by renaming the Chrome update folder. Here’s what you need to do.

    1. Navigate to the path where Chrome is installed. The path is usually found on "C:Program Files (x86)GoogleUpdate"

    navigate to the path where Chrome is installed

    2. In the Update folder, right-click the GoogleUpdate executable file and select the Rename option.

    GoogleUpdate

    3. Rename the GoogleUpdate executable file to something like GoogleUpdate123, NoUpdate, etc.

    GoogleUpdate

    Whenever Google Chrome attempts to download the updates, the update will fail.

    2. Disable Chrome Updates from System Configuration

    You can also use the System Configuration utility to disable automatic Chrome updates. Here’s what you need to do.

    1. Press the Windows Key + R button on your keyboard. This will open the RUN dialog box. On the RUN dialog box, type in msconfig and hit the Enter button.

    msconfig

    2. On the System Configuration app, switch to the Services tab.

    Services

    3. Under the Services, scroll down and uncheck the Google Update Service (gupdate) and Google Update Service (gupdatem).

    uncheck

    4. Once done, click on the Apply and then Ok.

    click on the Apply and then Ok button

    After making the changes, restart your Windows 11 PC to turn off the automatic Chrome updates.

    3. Disable Automatic Chrome Updates via Windows Services

    You can turn off the Chrome update services from the Windows Services Manager. This will disable the Chrome updates completely.

    1. Press the Windows Key + R button. In the RUN dialog box, enter services.msc and hit the Enter button.

    services.msc

    2. Search for Google Update (gupdate) on the Windows Services. Double-click on it and select Disabled on the Startup type. Once done, click on Ok.

    Disabled on the Startup type

     

    3. Search for Google Update (gupdatem) and double-click on it. On the Google Update Service (gupdatem) Properties, select Disabled on the Startup type and click the Ok button.

    Disabled on the Startup type

    After making the changes, restart your Windows PC.

    4. Disable Automatic Google Chrome Updates via Registry Editor

    If Google Chrome is still searching for available updates, you must make a few changes to the Windows Registry file.

    1. Click on the Windows 11 search and type Registry. Open the Registry Editor from the list of matching results.

    Registry Editor

    2. In the Registry Editor, navigate to the following path:

    ComputerHKEY_LOCAL_MACHINESOFTWAREPolicies

    navigate to the following path

    3. Right-click on the Policies folder and select New > Key.

    New > Key

    4. Name the newly created key as Google.

    Google

    5. Right-click on the Google folder and select New > Key.

    New > Key

    6. Name the newly created key as Update.

    Update

    7. On the right pane, right-click and select New > DWORD (32-bit) Value.

    New > DWORD (32-Bit) Value

    8. Name the new key as Updatedefault.

    Updatedefault

    9. Once done, double-click the Updatedefault key and type 1 in the Value Data field. Then click the Ok button.

    type 1 on the Value Data field

    This will automatically disable the automatic Chrome updates on your Windows computer.

    5. Block Chrome Update URLs from the Host File

    To download the updates, the Chrome browser accesses several domains. You can block those domains on your computer by editing the host files to block the Chrome update.

    The problem with this method is that if Google changes the URL for the update, your browser will continue to auto-update. You can try blocking these domains using the host file on Windows and Mac.

    • google.com/dl/*
    • google.com/*
    • com/dl/*
    • *.gvt1.com
    • google.com/service/update2
    • google.com
    • googleapis.com/service/update2
    • google.com

    To edit the hosts file on Windows, follow our guide – How to find and edit the hosts file in Windows.

    Frequently Asked Questions:

    Does Chrome automatically update on Windows?

    Yes, by default, the Google Chrome browser is set to auto update in the background. Whenever an update is available, Google Chrome will automatically check and install it in the background.

    How to disable Chrome extension auto update?

    The steps to disable Chrome extension auto update are a bit different. You need to edit the extension’s manifest.json file and replace the update_url properly with something invalid.

    How do I stop Chrome from automatically downloading?

    You can follow the methods shared in the article to stop Chrome from downloading automatically in the background. There’s no direct way to stop auto update in Chrome.

    How to turn on Auto Updates in Chrome

    You can manually turn on Auto Updates in Chrome by opening the Chrome Menu and selecting Help > About Google Chrome.

    These are the best ways to disable automatic Chrome updates in the Windows operating system. The shared methods work on every version of Windows, including the latest Windows 11.

    The post 5 Ways to Disable Automatic Chrome Updates in Windows appeared first on TechViral.