Thursday, August 29, 2024

Powershell Unrestricted and Download Windows ISO

Forget Windows Media Creation Tool. Download the Windows version you want.

Download the Fido.ps1 script here. Rufus uses it.
Open Powershell and type Get-ExecutionPolicy -List
You probably see this

We just want to run Fido.ps1 once and not change powershell policy forever.
You can use CMD or Powershell
> Of course change "username" and assuming Fido is located in Downloads<

Powershell.exe -ExecutionPolicy Unrestricted -File C:\Users\"username"\Downloads\Fido.ps1
>Remember shift+right-click and copy as path works<

Now when you close Powershell, nothing has changed.

The same thing can be done with Rufus to just grab the Windows.iso but it's not intutive.
In Boot selection choose Non bootable. Then click the down arrow by Select and choose DOWNLOAD. Then click DOWNLOAD
After downloading close Rufus






Curl, Wget, Winget & Powershell Install or Download Commands

After the mess I made in previous posts this summary might be useful.     Thanks PatchMyPC, the great and powerful program downloader and up...