AiOwares
StopWinUpdates - Printable Version

+- AiOwares (https://www.aiowares.com)
+-- Forum: Software & Applications (https://www.aiowares.com/forumdisplay.php?fid=6)
+--- Forum: Multi-Platform Software (https://www.aiowares.com/forumdisplay.php?fid=14)
+---- Forum: Portable programs & Repacks (https://www.aiowares.com/forumdisplay.php?fid=63)
+---- Thread: StopWinUpdates (/showthread.php?tid=219)

Pages: 1 2 3 4


StopWinUpdates - BALTAGY - 05-01-2018

[Image: gcvLG4X.png]
Notes:
1- Windows update service set to manual by default
2- Store and Edge and Defender are working
3- Windows update page in settings will show a blank page in Windows 10 1607 or older it's normal
4- Disabling update will auto hide Windows Update page in settings so it will now open Windows Defender (Security) instead in Win10 1703 or newer
5- If you used any tool to disable updates, you must use same tool to enable it, to reset the permissions!
6- You need to restart after enable or disable updates
7- Option to disable or enable Auto Update Store Apps (Win10/Win11)
8- Option to Set Windows Defender (Security) to Update Every 6 Hours (Win8.1/Win10/Win11)
9- Option to Disable or Enable Automatic Device Driver Installation
10- Disable or Enable Auto Downloading Language Related Components (Win10/Win11)
11- Option to Disable or Enable Automatic Offline Maps Download
12- Option to Disable or Enable Delivery Optimization
13- Option to hide or unhide update/Delivery Optimization in settings
14- Command line switches: Auto install with Progress Only "/SILENT" Or Completely Silent "/VERYSILENT"
Or
If you want to do a custom install /COMPONENTS="a\Enable" or /COMPONENTS="a\Disable"
Or
If you want to enable or disable Auto Update Store Apps /COMPONENTS="b\EnableStoreApps" or /COMPONENTS="b\DisableStoreApps"
Or
If you want to enable or disable Set Windows Defender (Security) to Update Every 6 Hours /COMPONENTS="c\EnableDefender" or /COMPONENTS="c\DisableDefender"
Or
If you want to enable or disable Automatic Device Driver Installation /COMPONENTS="d\EnableDriver" or /COMPONENTS="d\DisableDriver"
Or
If you want to enable or disable Automatic Offline Maps Download /COMPONENTS="e\DisableMaps" or /COMPONENTS="e\EnableMaps"
Or
If you want to enable or disable Delivery Optimization /COMPONENTS="f\DisableOptimization" or /COMPONENTS="f\EnableOptimization"
Or
If you want to hide or unhide Update/Delivery Optimization /COMPONENTS="g\HideUpdate" or /COMPONENTS="g\UnhideUpdate"
Example: StopWinUpdates.exe /VERYSILENT /COMPONENTS="a\Disable,b\DisableStoreApps,c\EnableDefender,d\DisableDriver,e\DisableMaps" /NORESTART
15- Enjoy!





Size: 1.24 MB

PHP Code:
The contents of this section are hidden 
You have No permissions


PHP Code:
The contents of this section are hidden 
You have No permissions


Additional notes:
1- What made me make this tool is to disable updates while store apps download/install works
2- I don't recommend disabling windows update service while it will be needed while installing some programs that will need to install needed updates if they not included in the system, also some Visual C++ do the same ( Normal user wont know what we talking about so it's better to disable update without making another problem for him )
3- This tool don't replace any system files, it's all about editing registry/Disabling services/editing permissions
4- If you will use this tool to disable updates you must use it to enable it before using any other tools, Same with other tools
5- This tool tested in non updated systems, some updates may effect "Update & Security" in win10 1607 or older keep closing, as a workground for old Win10 Builds you can search for the settings you want or you can create a shortcut like ms-settings:windowsdefender more info The contents of this section are hidden The contents of this section are hidden
6- If you have any suggestions or feedback let me know, all ideas are welcome
7- You can give it a try, If you don't trust it don't use it!



RE: StopWinUpdates v1.1 - BALTAGY - 05-01-2018

First post updated
- Updated to v1.1


RE: StopWinUpdates v1.1 - BALTAGY - 05-02-2018

First post updated
- Updated to v1.2 ( Added support for Win10 v1803 )


RE: StopWinUpdates v1.3 - BALTAGY - 05-03-2018

First post updated
- Disabled Windows Update Medic Service


RE: StopWinUpdates v1.4 - BALTAGY - 05-04-2018

First post updated
Improved GUI:
- Languages option removed since the options will be in English only
- Welcome screen removed
- Notes page removed
- Now the GUI will start at the options page


RE: StopWinUpdates v1.4 - BALTAGY - 05-06-2018

First post updated
Improved/Cleaned the script:
- Since each system have it's scenario now each a few versions will have it's commands ( For example Windows Update Medic Service only exist in Win10 1803 )
- I won't update it again unless there's something worth updating


RE: StopWinUpdates v1.5 - BALTAGY - 05-16-2018

In Win10 1703 or older store apps download/update won't work with my tool, sadly the way store is related to windows update in these versions and the way i disable the update wont make both work together

My advice if anyone still using these versions is to use The contents of this section are hidden since it will disable the update while store working fine


RE: StopWinUpdates v1.5 - WALLONN7 - 05-16-2018

Thread stuck on top Windows forum.


RE: StopWinUpdates v1.6 - BALTAGY - 05-17-2018

First post updated
Fixed in Win10 1703 or older store apps download/update didn't work


RE: StopWinUpdates v1.7 - BALTAGY - 05-19-2018

First post updated to v1.7
Minor fixes and improvements