- Get link
- X
- Other Apps
Problem
Sure that updates are important for securities and bug fixes that you should at least schedule an update once in a while. However, windows automatic update is now a problem and no longer just an annoyance. If you missed the initial option of only what time should Windows perform updates or Windows just would not listen to because it claimed to be a critical update then the problems are:
- The update occurs when the user is shutting down a laptop. The user may have an urgent appointment or schedule and could not even afford to wait a minute for the update to finish and did you know that the fastest update that happens to me my friend in this case is 5 minutes, and some took 30 minutes. What do we do? If we are lucky enough to have enough battery capacity, we can just put our laptop alive in our bags and let it update while we travel but if we are unlucky, we have to force it to shutdown and pray that no damages will occur.
- The update occurs when the user turns on a laptop. Similar to the previous point, the user may have a meeting and needs to present or immediately use the laptop for something. The result can be either the meeting is delayed for many minutes or cancelled. Another example, is that the may have an online exam or assignment deadline. A life and death example, is that the user needs to communicate for help but an update occurs and the user could have been saved if the update did not occur.
- A not very important reason is the update consumes Internet quota. During not automatic update, the user may borrow free WiFi or other Internet connections for updates but the user may get unlucky and automatic update occurs and wastes Internet quota.
Though we can just switch to almost any Linux operating system because they never perform a task without the users' agreement but most likely that we still need to use Windows:
- Many people still relies on Microsoft Office. Eventhough there are Libre Office and Open Office, there are people who asked for Microsoft Office specific formats for example they do not accept dotx from Libre Office and Open Office but only docx from Microsoft Office. During my academics, I deleted Windows but have to reinstall because the academic paper submission back then needs to be in docx eventhough there are many publishers that accepts Latex. Back then, I have to rewrite my paper from Latex to docx.
- There are applications that are not available on Linux and vice versa which is why my laptop is dual boot. I still play video games and most video games are on Windows and only on very later date they may support Linux. During the time when I was Introduced to cryptocurrency, I wanted to try Netbox Browser and Cryptotab Browser but they are not available on Linux but on Windows.
- You maybe too lazy to try using Linux well you are not the only one, most people are.
Customizing Windows 10 Automatic Update
Newer Windows 10 Update Settings
Older Windows 10
@echo off pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" pause
Linux Updates
There are many ways to set up automatic updates through command line.
I found many posts that best practice for headless machines or servers are to use unattended-upgrades:
sudo apt-get install unattended-upgrades sudo dpkg-reconfigure unattended-upgrades
You can add any commands in crontab including update and upgrade commands:
sudo crontab -e
You can also do the old ways by adding commands into /etc/local... and /etc/rc... . Leave a comment if you know anymore
Android Updates
Mirrors
- https://www.publish0x.com/0fajarpurnama0/disable-or-customize-windows-10-update-also-linux-and-androi-xgdeyve?a=4oeEw0Yb0B&tid=blogger
- https://0darkking0.blogspot.com/2020/10/disable-or-customize-windows-10-update.html
- https://0fajarpurnama0.medium.com/disable-or-customize-windows-10-update-also-linux-and-android-a23235d8653c
- https://0fajarpurnama0.github.io/internet/2020/10/23/windows-update-also-linux-android
- https://blurt.world/blurtech/@fajar.purnama/disable-or-customize-windows-10-update-also-linux-and-android?r=fajar.purnama
- https://hive.blog/computers/@fajar.purnama/disable-or-customize-windows-10-update-also-linux-and-android?r=fajar.purnama
- https://steemit.com/computers/@fajar.purnama/disable-or-customize-windows-10-update-also-linux-and-android?r=fajar.purnama
- https://hicc.cs.kumamoto-u.ac.jp/~fajar/internet/windows-update-also-linux-android.html
- https://0fajarpurnama0.wixsite.com/0fajarpurnama0/post/disable-or-customize-windows-10-update-also-linux-and-android
- http://0fajarpurnama0.weebly.com/blog/disable-or-customize-windows-10-update-also-linux-and-android
- https://0fajarpurnama0.cloudaccess.host/index.php/13-computers-and-internet/81-disable-or-customize-windows-10-update-also-linux-and-android
- https://read.cash/@FajarPurnama/disable-or-customize-windows-10-update-also-linux-and-android-2abcda81
- https://www.uptrennd.com/post-detail/disable-or-customize-windows-10-update-also-linux-and-android~Nzg0NDIy
Comments
Post a Comment