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 --- _site/hwid.html | 2 +- _site/kms38.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '_site') diff --git a/_site/hwid.html b/_site/hwid.html index 0bbc839..d43558b 100644 --- a/_site/hwid.html +++ b/_site/hwid.html @@ -869,7 +869,7 @@ Lockbox ticket and if not then it will be a Downlevel ticket.
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}
To make the exact ticket used in MAS KMS38 script, 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}
In the case of Windows Server Cor/Acor (No GUI) editions, the
system doesn’t have clipup.exe file.
To KMS38 activate it, you need to download ClipUp.exe file
--
cgit v1.2.3