Skip to main content

How to Stop Windows 10 Updates

It's not considered a good idea to stop Windows from downloading updates. Microsoft did not provide a simple way to stop these updates that can sometimes consume valuable data bundles when you need the bundles for critical work. It is especially tragic when you have no way to obtain more bundles and Windows consumes the little that is left which you planned to use for some crucial work. Indeed it can be a nightmare. Apparently the folks at Richmond do not understand the computing environment is a lot of places on this earth so they more or less deleted the feature in earlier Windows versions that allowed one to stop updates. 

Odd that the ransomware attacks are much more common in the developed world. This may be an indication that folks in developing countries are more adept at managing updates on their Windows machines. 

This post deals with a single issue: How to stop Windows updates in order to save data bundles. It is crucial to turn on updates at least once a month to ensure security patches are downloaded and installed, therefore, the action described here exacerbates security issues on your computer while saving your bundles from extinction! This is the process:


  1.  Turn on the Windows Task Manager by pressing Ctrl, Shift and Esc buttons all at the same time (Alt, Ctrl, Del does the same thing).
  2. Select the services tab as shown and search for "Windows Update" service.


3.  You can right-click the service as shown below and select "stop". To start it, select "start."



As long as the Windows Update service is stopped, no updates will occur. However, Windows 10 seems not to favour this state of affairs so autostarts Update after a few minutes. To more permanently stop Updates, open Task Manager (Ctrl, Shift and Esc), find Windows Update and right-click as shown below:

Select Properties from the popup menu. You get the following dialog:


In the Startup type box, select Disabled to permanently stop Updates. Permanently disabling Updates stops all updates including essential security patches. Therefore, as indicated earlier, you need to regularly turn on Updates and download these essential updates else you are vulnerable to a broader range of cyber attacks. 


You can also take the following measures to help conserve bandwidth:

1. Set you wireless router as a metered device.
2. Download and install Glasswire bandwidth usage monitoring software (apparently also a firewall but I've never figured how to set up the firewall - a UX issue??)

Comments

Popular posts from this blog

How to Install Visual Basic 2017 Offline

This page offers a way to avoid the long and error-prone online installation of Visual Studio which is a massive package. Our interest is limited to Visual Basic and ASP.Net. One can, later, add other tools such as C# and C++. In this page, "VS" refers to Visual Studio. Installing Visual Basic 2017 Offline is not a simple process because Visual Basic 2017 is a part of Visual Studio 2017 that comes as one huge package (up to 35GB) in three versions: Community Edition (Free) Professional Edition (intended for a few people) Enterprise (intended for larger software teams)  Visual Studio by default uses a web-based install process that starts by downloading one of three the bootstrapper package from the VS download page . When you run the bootstraper, it will initiate download of the Visual Studio components that may be up to 35GB in size and takes a very long time to complete. The purpose of this page is to explain how to avoid the headache of this long and tedious

How to Install Packet Tracer 6.0.1 for Linux

This article is intended to help me remember the installation process for Cisco Packet Tracer 6 details of which seems to be hard to come by on the web. 1. Log in in to your Cisco Netspace account. Yes, you need to be logged in. 2. The " Download PT 6.0.1 " link on is on the NetSpace home page. 3. Click this " Cisco Packet Tracer " link shown below the folder icon as shown in the figure below: 4. Select  Cisco Packet Tracer 6.0.1 5. Select download location. 6. After completion of download, use your file manager to open that folder and rename the file to something such as "CPT6". It is a shell script so no file extension is required. 7. Change the file permissions to executable using command: sudo chmod 777 CPT6 from a terminal window opened in the download directory. This assumes your downloaded file is renamed CPT6 8. Launch the file with command: ./CPT6 from the terminal window. You will get the message: Self extracting archive... We

Android Applications with Intellij IDEA - 1

This article applies to Android applications in Windows using IntelliJ IDEA development tools. Windows 7 was used in this example but the explanation will work for other recent versions of Windows. It is quite a task learning how to use mobile application development tools. This page describes how to digitally sign your .apk file which is the  Android application package file. In short, your Android program file. Once you have created an APK file to launch it, simply copy to your device and use the Android file manager to install it. The picture below shows the digital signature keystore file, the unsigned APK file and the signed APK file. The procedure of signing the APK file is quite straighforward but first you must ensure your Java JDK is properly installed and that the Java tools are accessible on your commandline (Windows command console - what used to be called the DOS window). Most important is that your PATH environmental variable (In Windows 7 find this at: Control