From fc4cb1da66a7622d269c610c5ab65d600458060c Mon Sep 17 00:00:00 2001 From: DESKTOP-AJSJJMA\Admin Date: Mon, 7 Nov 2022 12:30:36 -0800 Subject: 1.7 --- _site/command_line_switches.html | 625 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 625 insertions(+) create mode 100644 _site/command_line_switches.html (limited to '_site/command_line_switches.html') diff --git a/_site/command_line_switches.html b/_site/command_line_switches.html new file mode 100644 index 0000000..015cb42 --- /dev/null +++ b/_site/command_line_switches.html @@ -0,0 +1,625 @@ + + + + + + + + + + + + + +command_line_switches + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

Command Line Switches

+
+
+

Switches List

+
    +
  • You can use the below switches in MAS AIO, separate files version +and in Powershell one-liner to run in unattended mode.

  • +
  • If you want to use it in Windows Pre-Activation then check this page for more +details.

  • +
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SwitchesMeaning
/HWIDActivate with HWID
/HWID-NoEditionChangeDon’t change edition if not supported by HWID
/KMS38Activate with KMS38
/KMS38-RemoveProtectionRemove KMS38 protection
/KMS38-NoEditionChangeDon’t change edition if not supported by KMS38
/KMS-WindowsActivate Windows with Online KMS
/KMS-OfficeActivate Office with Online KMS
/KMS-WindowsOfficeActivate Windows & Office with Online KMS
/KMS-RenewalTaskInstall Online KMS renewal task
/KMS-ActAndRenewalTaskInstall Online KMS activation & renewal tasks
/KMS-UninstallUninstall Online KMS
/KMS-KeepvNextDon’t override Office C2R vNext license
/KMS-DebugCreate Debug log in Online KMS Activation
/KMS-LoggerCreate simple log in Online KMS Activation
/Insert-HWID-KeyInsert Windows HWID key
/SRun operations in silent mode (no output)
+
+
+
+

Uses In Powershell One Liner

+

& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para

+
    +
  • Replace /para in the this command with the switches +from the above table. You can use multiple switches. Example,
  • +
+

& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office

+
+
+
+

Rules

+
    +
  • Script will run in unattended mode if any switch is +used.

  • +
  • /S switch is not applicable in MAS separate files +version scripts.

  • +
  • All switches are case-insensitive, works in any order, but must +be separated with spaces.

  • +
  • KMS Uninstall switch will take precedence over other KMS +switches

  • +
  • KMS38 remove protection switch will task precedence over KMS38 +activation.

  • +
+
+
+
+

Need help?

+
    +
  • Reach out to us on Discord (signup not +required)
  • +
+
+
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + -- cgit v1.2.3