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 /_site | |
| parent | 46858d866b4e632ee8c0eda6ab8e29c970ec5a64 (diff) | |
| download | massgrave.dev-f542a516bbef1234b56fe642cbd8e791327a9909.zip | |
Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets
Diffstat (limited to '_site')
| -rw-r--r-- | _site/hwid.html | 2 | ||||
| -rw-r--r-- | _site/kms38.html | 2 |
2 files changed, 2 insertions, 2 deletions
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.</p></li> system is already activated and fix the time with below Powershell
command and then initiate the ticket generation process as per above
mentioned steps.<br />
-<code>$date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
+<code>Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
</ul>
<hr />
</div>
diff --git a/_site/kms38.html b/_site/kms38.html index fceca46..c1b3613 100644 --- a/_site/kms38.html +++ b/_site/kms38.html @@ -972,7 +972,7 @@ command.</li> <li><p>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.<br />
-<code>$date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
+<code>Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
<li><p>In the case of Windows Server Cor/Acor (No GUI) editions, the
system doesn’t have <code>clipup.exe</code> file.<br />
To KMS38 activate it, you need to download <code>ClipUp.exe</code> file
|
