mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-03-17 13:33:35 +00:00
Compare commits
8 Commits
08443039aa
...
2.7
Author | SHA1 | Date | |
---|---|---|---|
b1b5299c47 | |||
652092e985 | |||
b06c83622a | |||
ce669809bf | |||
0afb09cbd1 | |||
5d8a463475 | |||
7044f37b44 | |||
35e044ddc8 |
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
# MAS export-ignore
|
||||
# LICENSE export-ignore
|
||||
# README.md export-ignore
|
||||
MAS export-ignore
|
||||
LICENSE export-ignore
|
||||
README.md export-ignore
|
||||
.gitattributes export-ignore
|
||||
|
@ -1,5 +1,5 @@
|
||||
@::RANDOM-09dbb08f-d896-4653-b84f-24fc22f8d250
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@setlocal DisableDelayedExpansion
|
||||
@echo off
|
||||
|
||||
@ -313,7 +313,7 @@ goto dk_done
|
||||
cls
|
||||
color 07
|
||||
title Microsoft %blank%Activation %blank%Scripts %masver%
|
||||
if not defined terminal mode 76, 32
|
||||
if not defined terminal mode 76, 33
|
||||
|
||||
echo:
|
||||
echo:
|
||||
@ -332,6 +332,8 @@ echo:
|
||||
echo: [5] Check Activation Status
|
||||
echo: [6] Change Windows Edition
|
||||
echo: [7] Change Office Edition
|
||||
echo: __________________________________________________
|
||||
echo:
|
||||
echo: [8] Troubleshoot
|
||||
echo: [9] Extras
|
||||
echo: [H] Help
|
||||
@ -3691,8 +3693,19 @@ if not exist "!_work!\clipup.exe" (
|
||||
echo clipup.exe doesn't exist in Server Cor/Acor [No GUI] versions.
|
||||
echo The file is required for KMS38 activation.
|
||||
echo Check the below page for instructions on how to activate it.
|
||||
set fixes=%fixes% %mas%kms38
|
||||
echo %mas%kms38
|
||||
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%kms38"
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
||||
:: Check file signature
|
||||
|
||||
if defined a_cor (
|
||||
%psc% "if (-not (Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').IsOSBinary) {Exit 3}" %nul%
|
||||
if !errorlevel!==3 (
|
||||
%eline%
|
||||
echo Valid digital signature not found in clipup.exe file.
|
||||
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%troubleshoot"
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
@ -444,8 +444,19 @@ if not exist "!_work!\clipup.exe" (
|
||||
echo clipup.exe doesn't exist in Server Cor/Acor [No GUI] versions.
|
||||
echo The file is required for KMS38 activation.
|
||||
echo Check the below page for instructions on how to activate it.
|
||||
set fixes=%fixes% %mas%kms38
|
||||
echo %mas%kms38
|
||||
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%kms38"
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
||||
:: Check file signature
|
||||
|
||||
if defined a_cor (
|
||||
%psc% "if (-not (Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').IsOSBinary) {Exit 3}" %nul%
|
||||
if !errorlevel!==3 (
|
||||
%eline%
|
||||
echo Valid digital signature not found in clipup.exe file.
|
||||
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%troubleshoot"
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set masver=2.6
|
||||
@set masver=2.7
|
||||
@echo off
|
||||
|
||||
|
||||
|
30
README.md
30
README.md
@ -14,19 +14,19 @@
|
||||
|
||||
## Download / How to use it?
|
||||
|
||||
### Method 1 - PowerShell (Recommended)
|
||||
### Method 1 - PowerShell (Windows 8 and later) ❤️
|
||||
|
||||
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
|
||||
- Copy and paste the code below and press enter
|
||||
1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
|
||||
2. Copy and paste the code below and press enter
|
||||
```
|
||||
irm https://get.activated.win | iex
|
||||
```
|
||||
or (deprecated, will be retired on Aug 31 2024, use above instead)
|
||||
or (deprecated, will be retired on Dec 31 2024, use above instead)
|
||||
```
|
||||
irm https://massgrave.dev/get | iex
|
||||
```
|
||||
- You will see the activation options. Follow the on-screen instructions.
|
||||
- That's all.
|
||||
3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
|
||||
4. That's all.
|
||||
|
||||
---
|
||||
|
||||
@ -35,22 +35,22 @@ irm https://massgrave.dev/get | iex
|
||||
- The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.
|
||||
- The URL get.activated.win may be blocked by some DNS services because it is a new domain.
|
||||
|
||||
### Method 2 - Traditional
|
||||
### Method 2 - Traditional (Windows 7 and later)
|
||||
|
||||
- Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
|
||||
- Right-click on the downloaded zip file and extract
|
||||
- In the extracted folder, find the folder named `All-In-One-Version`
|
||||
- Run the file named `MAS_AIO-CRC32_XXXXXXXX.cmd`
|
||||
- You will see the activation options, follow the on-screen instructions.
|
||||
- That's all.
|
||||
1. Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts) or [Codeberg](https://codeberg.org/massgravel/Microsoft-Activation-Scripts)
|
||||
2. Right-click on the downloaded zip file and extract
|
||||
3. In the extracted folder, find the folder named `All-In-One-Version`
|
||||
4. Run the file named `MAS_AIO.cmd`
|
||||
5. You will see the activation options, follow the on-screen instructions.
|
||||
6. That's all.
|
||||
|
||||
To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches)
|
||||
|
||||
</br>
|
||||
|
||||
```
|
||||
Latest Version: 2.6
|
||||
Release date: 20-Apr-2024
|
||||
Latest Version: 2.7
|
||||
Release date: 6-Sep-2024
|
||||
```
|
||||
|
||||
### [Troubleshooting / Help](https://massgrave.dev/troubleshoot)
|
||||
|
Reference in New Issue
Block a user