diff options
| author | WindowsAddict | 2023-07-01 21:15:19 +0000 |
|---|---|---|
| committer | WindowsAddict | 2023-07-01 21:15:19 +0000 |
| commit | f542a516bbef1234b56fe642cbd8e791327a9909 (patch) | |
| tree | f71968451c1c878130294db4e51594842f2707d1 /hwid.md | |
| parent | 46858d866b4e632ee8c0eda6ab8e29c970ec5a64 (diff) | |
| download | massgrave.dev-f542a516bbef1234b56fe642cbd8e791327a9909.zip | |
Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets
Diffstat (limited to 'hwid.md')
| -rw-r--r-- | hwid.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ C:\Files\gatherosstatemodified.exe /c Pfn=$value`;DownlevelGenuineState=1 - If the system is already activated then created ticket will be a Lockbox ticket and if not then it will be a Downlevel ticket.
- To make the exact ticket used in MAS HWID script, make sure system is already activated and fix the time with below Powershell command and then initiate the ticket generation process as per above mentioned steps.\
- `$date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}`
+ `Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}`
------------------------------------------------------------------------
|
