News

The Make2023BootableMedia.ps1 script should be run from an elevated PowerShell prompt. You must provide the script with a media source (-MediaPath) which has the latest servicing updates applied.
Bash scripts are typically saved with the .sh extension, and that’s the convention followed here. PowerShell scripts don’t need a Shebang and use the .PS1 extension, which lets you run it from Windows ...
So now that I have explained my general approach, I want to show you how my two scripts work. I will discuss the Setup.ps1 script in Part 2 and the HelloWorld.ps1 script in Part 3.