This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # At the OOBE, open a command prompt session. Shift F10 | |
| # Launch PowerShell | |
| Powershell.exe | |
| # Set PowerShell Execution Policy | |
| Set-ExecutionPolicy bypass | |
| # Install the AutoPilot Script | |
| install-script get-windowsautopilotinfo |