Merge pull request #2797 from Jcoetsee/patch-2

change made to unrestricted powershell cmd
This commit is contained in:
Greg Lindsay
2019-03-06 10:54:31 -08:00
committed by GitHub

View File

@ -53,7 +53,7 @@ To use this script, you can download it from the PowerShell Gallery and run it o
```powershell
md c:\\HWID
Set-Location c:\\HWID
Set-ExecutionPolicy Unrestricted
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
```