From 49fcb8c6614355b840e2e3a0ef855a3d8cbd2eb8 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 27 Jun 2023 17:48:35 +0530 Subject: Update --- command_line_switches.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'command_line_switches.md') diff --git a/command_line_switches.md b/command_line_switches.md index 2ab45b3..68c551d 100644 --- a/command_line_switches.md +++ b/command_line_switches.md @@ -13,7 +13,7 @@ pagetitle: Command Line Switches - If you want to use it in Windows Pre-Activation then check [this](oem-folder.html) page for more details. | Switches | Meaning | -|---------------------------|----------------------------------------------------------| +|------------------------|-----------------------------------------------| | `/HWID` | Activate with HWID | | `/HWID-NoEditionChange` | Don't change edition if not supported by HWID | | | | @@ -39,19 +39,11 @@ pagetitle: Command Line Switches ## Uses In Powershell One Liner -`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para` +`iex "&{$(irm https://mass grave.dev/get)} /para"` -- Replace `/para` in this command with the switches from the above table. You can use multiple switches. For example, if you want to activate Windows and Office both with the best method possible then use, +Note - Remove space between `mass grave` -`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS38 /KMS-WindowsOffice /KMS-ActAndRenewalTask` - -If you just want to activate Windows with HWID and Office with KMS then, - -`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office /KMS-ActAndRenewalTask` - -If you just wants to activate Windows with HWID then, - -`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID` +- Replace `/para` in this command with the switches from the above table. You can also use multiple switches. For example, `/HWID /KMS-Office /KMS-ActAndRenewalTask` **Note:** This Powershell one liner will work on Windows 8 and later versions only. -- cgit v1.2.3