Skip to content

iamtraction/fix-windows-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 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:

# 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.

About

Fix your issues with Windows Update using a simple script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published