Hashkey Logs Windows 10
>>> PASTIKAN TERKONEKSI KE INTERNET
1. Buka powershell (dengan hak akses Administrator)
2. copy paste comment berikut ke powershell dan enter:
new-item -type Directory -path "C:\HWID"
3. copy paste all comment berikut ke powershell dan enter:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
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 AutopilotHWID.csv