From f542a516bbef1234b56fe642cbd8e791327a9909 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sun, 2 Jul 2023 02:45:19 +0530 Subject: Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets --- hwid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwid.md') 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}` ------------------------------------------------------------------------ -- cgit v1.2.3