You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Microsoft Activation Scripts (MAS):
2
2
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.
4
4
5
5
## Download / How to use it?
6
6
7
7
### Method 1 - PowerShell
8
8
9
9
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
10
10
- Copy-paste the below code and press enter\
11
-
`iwr -useb https://massgrave.dev/get | iex`
11
+
`irm https://massgrave.dev/get | iex`
12
12
- You will see the activation options, and follow onscreen instructions.
0 commit comments