Untitled

Anonymous
plain_text
09/30/2024 3:32 PM
412 B
18
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