Home > System Tutorial > Windows Series > One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

WBOY
Release: 2024-02-12 23:57:08
forward
1112 people have browsed it

php editor Banana brings you a magical method to permanently turn off the automatic update function of Windows 10. As we all know, Windows 10's automatic updates often cause trouble to users. They not only occupy a lot of bandwidth and system resources, but also cause system freezes and instability. With this method, you can completely solve this problem with just one line of code, so that your system will no longer be disturbed by automatic updates. Let’s learn about this simple yet effective method!

How to permanently turn off win10 automatic updates

1. First, press the [Win In the menu item, select [Run].

One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

#2. Run the window, enter the [cmd] command, and then press the [Ctrl Shift Enter] key combination.

One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

#3. User Account Control window, do you want to allow this application to make changes to your device? Click [Yes].

4. In the administrator command prompt window, enter and press Enter to execute the following command:

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings” /v FlightSettingsMaxPauseDays /t reg_dword /d 3000 /f.

One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

#5. Finally, on the Windows Update page, you can adjust the time to pause updates from the advanced options.

One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates

The above is the detailed content of One line of code to permanently turn off Win10 automatic updates_How to permanently turn off Win10 automatic updates. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xpwin7.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template