summaryrefslogtreecommitdiff
path: root/hwid.md
diff options
context:
space:
mode:
authorWindowsAddict2023-07-01 21:15:19 +0000
committerWindowsAddict2023-07-01 21:15:19 +0000
commitf542a516bbef1234b56fe642cbd8e791327a9909 (patch)
treef71968451c1c878130294db4e51594842f2707d1 /hwid.md
parent46858d866b4e632ee8c0eda6ab8e29c970ec5a64 (diff)
downloadmassgrave.dev-f542a516bbef1234b56fe642cbd8e791327a9909.zip
Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets
Diffstat (limited to 'hwid.md')
-rw-r--r--hwid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwid.md b/hwid.md
index 913511d..a86e6db 100644
--- a/hwid.md
+++ b/hwid.md
@@ -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}`
------------------------------------------------------------------------