项目作者: iamtraction

项目描述 :
Fix your issues with Windows Update using a simple script.
高级语言: PowerShell
项目地址: git://github.com/iamtraction/fix-windows-update.git
创建时间: 2019-05-18T03:19:09Z
项目社区:https://github.com/iamtraction/fix-windows-update

开源协议:The Unlicense

下载


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:

  1. # Assuming you saved the aforementioned file in the Downloads directory
  2. cd %USERPROFILE%\Downloads
  3. # Now, run the fix script
  4. PowerShell -ExecutionPolicy Unrestricted .\FixWindowsUpdate.ps1

Run Windows Update again.