https://github.com/imrostami/gowinupdatekiller
GoLang Windows Update Killer
https://github.com/imrostami/gowinupdatekiller
go golang windows windows-update
Last synced: 2 months ago
JSON representation
GoLang Windows Update Killer
- Host: GitHub
- URL: https://github.com/imrostami/gowinupdatekiller
- Owner: imrostami
- Created: 2024-08-12T22:02:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T22:09:42.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T18:46:20.878Z (over 1 year ago)
- Topics: go, golang, windows, windows-update
- Language: Go
- Homepage:
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Win Update Killer
A tool built in golang to prevent automatic Windows update, just copy the file windowsUpdateKiller.exe to the startup of your operating system and get rid of arbitrary execution of Windows update.
If you want to compile the source yourself, pay attention to the fact that if you want to hide the console so that it is displayed in the background of the system during execution, use the command
```
go build -ldflags="-H windowsgui" -o output.exe
```