Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDuong00 committed Aug 6, 2024
1 parent 35e8e43 commit b8f0df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ To begin, run PowerShell as Administrator:

![[Pasted image 20240806074914.png]]

We can use this PowerShell Script to create a folder to save the information to:
We can use this PowerShell Script to create a folder named 'HWID', install, and run the 'Get-WindowsAutoPilotInfo' script:

```
New-Item -Type Directory -Path "C:\HWID"
Expand All @@ -18,12 +18,14 @@ Paste this script into the PowerShell command line and run the script:

![[Pasted image 20240806075123.png]]

The execution policy will popup and agree to all:
The execution policy and the NuGet provider will popup. Agree to all:

![[Pasted image 20240806075210.png]]

Once the script has run, navigate to where the script created a folder and saved the .csv file:

![[Pasted image 20240806075334.png]]

As you can see here, the file has been created containing the Device Serial Number, Windows Product ID, and Hardware Hash.
As you can see here, the file has been created containing the Device Serial Number, Windows Product ID, and Hardware Hash:

![[Pasted image 20240806080304.png]]
Binary file added content/Pictures/Pasted image 20240806080304.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8f0df3

Please sign in to comment.