# WindowUpdateBlocker **Repository Path**: shaohuanihao/WindowUpdateBlocker ## Basic Information - **Project Name**: WindowUpdateBlocker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-05 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows Update Blocker This is a service that blocks windows updates. ## Installation 1. Download the [latest release](https://github.com/tasadar2/WindowUpdateBlocker/releases/latest) 2. Unzip the release to a directory of your choosing ```powershell Expand-Archive -Path WindowsUpdateBlocker.zip -DestinationPath "C:\Program Files\Windows Update Blocker" ``` 3. Install the service ``` WindowsUpdateBlocker.exe install ``` ## What it does * Stops windows update service * Disables windows update service ### Future features * Disable windows update scheduled tasks * Taskbar UI to allow easy enable/disable of windows updates * Better logging ## What it solves (*beware, there be rants ahead*) The windows update mechanisms have become too opinionated. So much so, while long running processes are running on the computer, and taking 98% of the available processing power, windows will deem it's updates more important than the task we've taken the time to start on the computer. This results in failed long running tasks, closing of applications that were intentionally left open, loss of application context, and generally an increase of personal time lost to get back to the desired state. Windows used to offer a fantastic option, "Download updates but let me choose whether to install them". This offered the world the ability to be notified that there were updates, but at the same time, not shutdown in the middle of playing a game to install the ever important updates. Since no reasonable option is available to end users without installing Windows Server, this program means to bridge that gap until Microsoft comes to their senses(like the other os's have done for years: Android, IOS, OSX, <=Windows7, all? distros of linux, etc).