Skip to content

Commit d17d749

Browse files
Shortened Powershell download code
1 parent 22938f3 commit d17d749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Microsoft Activation Scripts (MAS):
22

3-
A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source code, fewer antivirus detections and user-friendliness.
3+
A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
44

55
## Download / How to use it?
66

77
### Method 1 - PowerShell
88

99
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
1010
- Copy-paste the below code and press enter\
11-
`iwr -useb https://massgrave.dev/get | iex`
11+
`irm https://massgrave.dev/get | iex`
1212
- You will see the activation options, and follow onscreen instructions.
1313
- That's all.
1414

0 commit comments

Comments
 (0)