PC_Aide

Upgrade_PowerShell_4_to_5.1_on_Windows7.ps1

Oct 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2.     Windows Management Framework 5.1: https://www.microsoft.com/en-us/download/details.aspx?id=54616
  3.     O/P: http://pix.toile-libre.org/upload/original/1539527660.png
  4. #>
  5.  
  6. #RunAdmin:
  7. $Path = $env:TEMP; $Installer ="Win7AndW2K8R2-KB3191566-x64.zip"; Invoke-WebRequest -Uri "https://download.microsoft.com/download/6/F/5/6F5FF66C-6775-42B0-86C4-47D41F2DA187/Win7AndW2K8R2-KB3191566-x64.zip" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer
Add Comment
Please, Sign In to add comment