Untitled

 avatar
unknown
plain_text
9 months ago
309 B
5
Indexable
New-Item -Type Directory -Path "C:\HWID"
Set-Location -Path "C:\HWID"
$env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo -OutputFile C:\HWID\AutoPilotHWID.csv
Editor is loading...
Leave a Comment