Untitled

mail@pastecode.io avatar
unknown
plain_text
15 days ago
309 B
2
Indexable
Never
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
Leave a Comment