From 93b29d3acc9c40dc820d93f856f731a125df4277 Mon Sep 17 00:00:00 2001 From: Wither OrNot Date: Fri, 4 Apr 2025 03:44:14 -0400 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f411c9f..f00f2e6 100644 --- a/README.md +++ b/README.md @@ -26,23 +26,24 @@ Included methods and tools: ``` Usage: TSforge [/dump ()] [/load ] [/kms4k] [/avma4k] [/zcid] [/rtmr] [/duid] [/igpk] [/kmsc] [/ctpr] [/revl] [/prod] [/test] [] [/ver ] Options: - /dump () Dump and decrypt the physical store to the specified path. - /load Load and re-encrypt the physical store from the specified path. - /kms4k Activate using KMS4k. Only supports KMS-activatable editions. - /avma4k Activate using AVMA4k. Only supports Windows Server 2012 R2+. - /zcid Activate using ZeroCID. Only supports phone-activatable editions. - /rtmr Reset grace/evaluation period timers. - /rrmc Reset the rearm count. - /duid Delete product key Unique ID used in online key validation. - /igpk Install auto-generated/fake product key according to the specified Activation ID. - /kmsc Reset the charged count on the local KMS server to 25. Requires an activated KMS host. - /ctpr Clear the physical store tamper state. - /revl Remove the key change lock in evaluation edition store. - /prod Use SPP production key. - /test Use SPP test key. - /ver Override the detected version. Available versions: vista, 7, 8early, 8, blue, modern. - A specific activation ID. Useful if you want to activate specific addons like ESU. - /? Display this help message. + /dump () Dump and decrypt the physical store to the specified path. + /load Load and re-encrypt the physical store from the specified path. + /kms4k Activate using KMS4k. Only supports KMS-activatable editions. + /avma4k Activate using AVMA4k. Only supports Windows Server 2012 R2+. + /zcid Activate using ZeroCID. Only supports phone-activatable editions. + /rtmr Reset grace/evaluation period timers. + /rrmc Reset the rearm count. + /duid Delete product key Unique ID used in online key validation. + /igpk Install auto-generated/fake product key according to the specified Activation ID + /kmsc Reset the charged count on the local KMS server to 25. Requires an activated KMS host. + /ctpr Remove the tamper flags that get set in the physical store when sppsvc detects an attempt to tamper with it. + /revl Remove the key change lock in evaluation edition store. + /siid <5/9> Set Installation ID parameters independently of installed key. 5/9 argument specifies PKEY200[5/9] key algorithm. + /prod Use SPP production key. + /test Use SPP test key. + /ver Override the detected version. Available versions: vista, 7, 8, blue, modern. + A specific activation ID. Useful if you want to activate specific addons like ESU. + /? Display this help message. ``` ## FAQ