Advertisement
ElvaRivle

Force win update to get new version

Mar 13th, 2021
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #start powershell as admin:
  2.  
  3. set-executionpolicy bypass
  4.  
  5. accept
  6.  
  7. install-module pswindowsupdate
  8.  
  9. accept twice
  10.  
  11. get-windowsupdate -acceptall -install
  12.  
  13. never have any problems with windows update again
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement