Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets

This commit is contained in:
2023-07-02 02:45:19 +05:30
parent 46858d866b
commit f542a516bb
5 changed files with 77 additions and 108 deletions

View File

@ -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 doesnt have <code>clipup.exe</code> file.<br />
To KMS38 activate it, you need to download <code>ClipUp.exe</code> file