Microsoft Activation Script (MAS) v2.x

Svami

U P L O A D E R
Microsoft Activation Script (MAS) v2.6 | EN

MASM_2.6.png


Sollte man eigentlich kennen.
Ein Windows- und Office-Aktivator, der HWID-/Ohook-/KMS38-/Online-KMS-Aktivierungsmethoden verwendet, mit Schwerpunkt auf Open-Source-Code und weniger Antiviren-Erkennungen.

  • • starte aus dem AiO Ordner die "MAS_AIO-CRC32_8B16F764.cmd" als Admin

Funktionen und Features:

• HWID-Methode (Digital License) zur dauerhaften Aktivierung von Windows
• Ohook-Methode zur dauerhaften Aktivierung von Office
• KMS38-Methode zur Aktivierung von Windows/Server bis zum Jahr 2038
• Online-KMS-Methode zur Aktivierung von Windows/Server/Office für 180 Tage (lebenslang mit Erneuerungsaufgabe)
• Erweiterte Fehlerbehebung bei der Aktivierung
• $OEM$-Ordner zur Voraktivierung
• Ändern Sie die Windows-Edition
• Überprüfen Sie den Windows-/Office-Aktivierungsstatus
• Verfügbar in den Versionen „All In One“ und „Separate Dateien“.
• Vollständig Open Source und basierend auf Batch-Skripten
• Weniger Antiviren-Erkennungen


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
AktivierungstypUnterstütztes ProduktUnterstützter Produktaktivierungszeitraum
HWIDWindows 10-11Permanent
OhookOfficePermanent
KMS38Windows 10/11/Serverbis zum Jahr 2038
Online KMSWindows / Office180 Tage (Verlängerung erfolgt mittels Renewal-Task)


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

/HWIDWindows Aktivierung mittels HWID-Methode
/HWID-NoEditionChangeEinige Editionen unterstützen HWID nicht. Das Skript ändert standardmäßig die Edition auf die nächstgelegene verfügbare, um die HWID-Aktivierung zu ermöglichen. Mit diesem Schalter kann diese Änderung gestoppt werden. Sie müssen dabei den /HWID-Schalter nicht hinzufügen.
Ohookinstallieren Ohook-Methode um Office zu aktivieren
/Ohook-Uninstalldeinstalliert die Ohook-Methode
/KMS38Aktivierung mittels KMS38-Methode
/KMS38-RemoveProtectionentfernt die KMS38-Aktivierung
/KMS38-NoEditionChangeEinige Editionen unterstützen KMS38 nicht. Das Skript ändert standardmäßig die Edition auf die nächstgelegene verfügbare, um die KMS38-Aktivierung zu ermöglichen. Mit diesem Schalter kann diese Änderung gestoppt werden. Sie müssen dabei den Schalter /KMS38 nicht hinzufügen.
/KMS-WindowsAktiviert Windows mittels Online-KMS-Methode
/KMS-OfficeAktiviert Office mittels Online-KMS-Methode
/KMS-WindowsOfficeAktiviert Windows und Office mittels Online-KMS-Methode
/KMS-RenewalTaskerstellt einen Renewal-Task für die Online-KMS-Methode in der Aufgabenplanung
/KMS-ActAndRenewalTaskinstalliert die Online-KMS-Aktgivierungsmethode und erstellt einen Renewal-Task (empfohlene Methode)
/KMS-Uninstallentfernt die Online-KMS Aktivierung
/KMS-KeepvNextverhindert das Überschreiben einer Office C2R vNext-Lizenz
/KMS-Debugerstellt ein Debug-Log für die Online-KMS-Aktivierung
/KMS-Loggererstellt ein einfaches Debug-Log für die Online-KMS-Aktivierung
/SSilent Modus (es erfolgt keine Ausgabe)


_________________________________________________

Größe: 270KB
Sprache:
en-us.png

Plattform: Windows 7+
Format: RAR | ZIP (2x gepackt)
Hoster: Rapidgator
Passwd (hidden):
arrow_r1.gif
D-L-i-N

LinkCrypter: Filecrypt
_________________________________________________

Bitte Anmelden oder Registrieren um Links zu sehen.

Status
 

Anhänge

  • arrow_l1.gif
    arrow_l1.gif
    147,5 KB · Aufrufe: 57
S
Svami kommentiert
muahhh, einfach die linke Maustaste neben dem animierten Pfeil gedrückt halten und etwas nach rechts ziehen *rofl* HTH
 
Zuletzt bearbeitet:
Greater
Greater kommentiert
@Svami, wie das ja hier gerne gemacht wird auf der Seite werden Kommentare gerne gelöscht, wenn diese irgend jemandem nicht passen.
Es standen mehrere Kommentare unter dem Beitrag, wo das Passwort zum Entpacken gesucht wurde...
>darum hatte ich das einfach mal separat unter den Beitrag gesetzt, als ich den Pass gefunden hatte, lol! <
Das dabei mein Pass Beitrag übrig bleibt und der Rest gelöscht wird, dafür kann ich ja nix!
 
Microsoft Activation Script (MAS) v2.7 | EN

MAS_v2.7.png


2.7

A new change Office edition script, rewritten Online KMS script and lots of improvements
All:

Removed dependancy on WMIC and VBScript.
Added the check for Windows subscription, activation will be performed based on base edition, example. Thanks to asdcorp and @abbodi1406.
Added the code to disable CMD QuickEdit using Powershell instead of temporary regedit (to avoid accidental pause when the user clicks inside the script window). Thanks to @abbodi1406.
Added the code to launch from conhost.exe using Powershell to avoid the Terminal app. Thanks to @abbodi1406.
Added more environment variables in the script at the start to resolve issues in case they are messed up in the user's system.
Added debug mode option in separate files version to create a log file with details.
Added better check in Powershell execution without crashing the script in case any antivirus is blocking it.
Added better SPP check at the start to find issues where the script just hangs without any output, now it will show an error after waiting a certain time.
Changed messages related to eval edition activation.
Reduced the number of services to check health to a bare minimum.
Added SPP trigger reevaluation command at the end of the activation, it helps in updating SPP tasks.
Added the command to delete SuppressRulesEngine registry keys by default in every run if found, this causes issues in spp tasks to refresh.
Added the extra checks for malware and showed info accordingly.
Added better error handling of SPP 2.0 folder creation.
Added better check to find permission issues in SPP.
Added the command to check SvcRestartTask Status to find potential activation issues.
Updated the WPA registry check code to skip unrelated keys, and to make it work on Windows 7 as well.
Added the code to show the option to open the Troubleshoot page if errors are found.
Many other small changes to better handle errors.

HWID / KMS38

Removed the extra checks for Windows update services and replaced them with a more accurate check in S-1-5-19 IdentityCRL registry to find connection errors.
Now Update service error will only be shown when it's very likely to be a cause for the activation failure.

KMS38

Update Windows Server 2025 keys to use from products.ini

Ohook

Added the code to add SharedComputerLicensing registry to avoid licensing issues in the case of Windows Server with Retail C2R office.
Script will now skip installing the key for already activated products.
Added the info for the Office version and the update channel.
Script will fix ProductReleaseIds In Registry if incorrect found, it affects features.
Script will check the running Office apps and will ask to close them before proceeding.
Added more detailed info in case Ohook installation fails.
Added more accurate detection of MSI Office products.
Script will now deeply find remnants of Office vNext/shared/device/OEM license block, and will clean them.
Script will now add a Resiliency key to avoid the licensing banner in all of the user accounts including those that are not logged in, also registry will be added to all new future user accounts.
Script is updated to use Ohook 0.5 (non+ version), nothing is changed functionality-wise, you don't need to update your already installed Ohook.

Online KMS

Rewrote the whole thing from scratch. Thanks to @abbodi1406 for the help.
Difference from the previous version:
Added the option to set the KMS server/port.
Added support for Office 2024.
Script will show the option to activate Office (All) and Office (Project/Visio) and the script won't skip the already activated Office products.
Toggle option is added to install the Renewal task along with the activation, by default it's set to install the renewal task along with activation.
Script will create a run-once task if the Internet is not found, which will run on system login if the Internet is found later.
Toggle option is added to not change edition if needed for Windows/Office.
Added more info on the screen regarding the process.

Change Office Edition

This is a new option added in the script.
It offers the option to change the installed C2R Office edition to any other with minimum Internet consumption. Thanks to @ave9858 for the suggestion.
It also offers the option to change the Office update channel. Thanks to @abbodi1406.

Change Windows Edition

This script will now create log files on the desktop in case if edition change fails.
Several bugs fixed.

Check Activation Status

Previous scripts are now replaced with CAS by @abbodi1406.

Troubleshoot

Added the code to fix activation errors caused by KB971033 in Windows 7.
Removed the unnecessary code to find errors because they are already in activation scripts.

Sollte man eigentlich kennen.
Ein Windows- und Office-Aktivator, der HWID-/Ohook-/KMS38-/Online-KMS-Aktivierungsmethoden verwendet, mit Schwerpunkt auf Open-Source-Code und weniger Antiviren-Erkennungen.

  • • starte aus dem AiO Ordner die "MAS_AIO-CRC32_8B16F764.cmd" als Admin

Funktionen und Features:

• HWID-Methode (Digital License) zur dauerhaften Aktivierung von Windows
• Ohook-Methode zur dauerhaften Aktivierung von Office
• KMS38-Methode zur Aktivierung von Windows/Server bis zum Jahr 2038
• Online-KMS-Methode zur Aktivierung von Windows/Server/Office für 180 Tage (lebenslang mit Erneuerungsaufgabe)
• Erweiterte Fehlerbehebung bei der Aktivierung
• $OEM$-Ordner zur Voraktivierung
• Ändern Sie die Windows-Edition
• Überprüfen Sie den Windows-/Office-Aktivierungsstatus
• Verfügbar in den Versionen „All In One“ und „Separate Dateien“.
• Vollständig Open Source und basierend auf Batch-Skripten
• Weniger Antiviren-Erkennungen


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
AktivierungstypUnterstütztes ProduktUnterstützter Produktaktivierungszeitraum
HWIDWindows 10-11Permanent
OhookOfficePermanent
KMS38Windows 10/11/Serverbis zum Jahr 2038
Online KMSWindows / Office180 Tage (Verlängerung erfolgt mittels Renewal-Task)


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

/HWIDWindows Aktivierung mittels HWID-Methode
/HWID-NoEditionChangeEinige Editionen unterstützen HWID nicht. Das Skript ändert standardmäßig die Edition auf die nächstgelegene verfügbare, um die HWID-Aktivierung zu ermöglichen. Mit diesem Schalter kann diese Änderung gestoppt werden. Sie müssen dabei den /HWID-Schalter nicht hinzufügen.
Ohookinstallieren Ohook-Methode um Office zu aktivieren
/Ohook-Uninstalldeinstalliert die Ohook-Methode
/KMS38Aktivierung mittels KMS38-Methode
/KMS38-RemoveProtectionentfernt die KMS38-Aktivierung
/KMS38-NoEditionChangeEinige Editionen unterstützen KMS38 nicht. Das Skript ändert standardmäßig die Edition auf die nächstgelegene verfügbare, um die KMS38-Aktivierung zu ermöglichen. Mit diesem Schalter kann diese Änderung gestoppt werden. Sie müssen dabei den Schalter /KMS38 nicht hinzufügen.
/KMS-WindowsAktiviert Windows mittels Online-KMS-Methode
/KMS-OfficeAktiviert Office mittels Online-KMS-Methode
/KMS-WindowsOfficeAktiviert Windows und Office mittels Online-KMS-Methode
/KMS-RenewalTaskerstellt einen Renewal-Task für die Online-KMS-Methode in der Aufgabenplanung
/KMS-ActAndRenewalTaskinstalliert die Online-KMS-Aktgivierungsmethode und erstellt einen Renewal-Task (empfohlene Methode)
/KMS-Uninstallentfernt die Online-KMS Aktivierung
/KMS-KeepvNextverhindert das Überschreiben einer Office C2R vNext-Lizenz
/KMS-Debugerstellt ein Debug-Log für die Online-KMS-Aktivierung
/KMS-Loggererstellt ein einfaches Debug-Log für die Online-KMS-Aktivierung
/SSilent Modus (es erfolgt keine Ausgabe)


_________________________________________________

Größe: 311B
Sprache:
en-us.png

Plattform: Windows 7+
Format: RAR | ZIP (2x gepackt)
Hoster: Rapidgator
Passwd (hidden):
arrow_r1.gif
D-L-i-N
LinkCrypter: Filecrypt
_________________________________________________

Bitte Anmelden oder Registrieren um Links zu sehen.

Status
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten