Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtraction/fix-windows-update
Fix your issues with Windows Update using a simple script.
https://github.com/iamtraction/fix-windows-update
fix microsoft powershell script windows-update
Last synced: 8 days ago
JSON representation
Fix your issues with Windows Update using a simple script.
- Host: GitHub
- URL: https://github.com/iamtraction/fix-windows-update
- Owner: iamtraction
- License: unlicense
- Created: 2019-05-18T03:19:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T03:54:55.000Z (over 5 years ago)
- Last Synced: 2025-01-05T21:42:02.342Z (20 days ago)
- Topics: fix, microsoft, powershell, script, windows-update
- Language: PowerShell
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fix Windows Updates
This is a little script that can fix most issues that users face with
Windows Updates being stuck.
Most of the time, this kinda issues occur due the files, required for the
update, being corrupted. This prevents Windows Update from updating.## Usage
Close Settings app or Windows Update Control Panel window.
[Right-Click](https://raw.github.com/k3rn31p4nic/fix-windows-update/master/FixWindowsUpdate.ps1)
here and click **Save Link As...** and save it as `FixWindowsUpdate.ps1`.Open a **Command Prompt (CMD)** window as **Administrator** and run the following commands:
```ps1
# Assuming you saved the aforementioned file in the Downloads directory
cd %USERPROFILE%\Downloads# Now, run the fix script
PowerShell -ExecutionPolicy Unrestricted .\FixWindowsUpdate.ps1
```Run Windows Update again.