massgrave.dev/oem-folder.md

65 lines
2.9 KiB
Markdown
Raw Normal View History

2022-07-25 20:03:20 +02:00
# \$OEM\$ Folders
(Windows Pre-Activation)
------------------------------------------------------------------------
## Overview
- To create a pre-activated Windows installation .iso, do the following things:
2022-08-10 19:01:29 +02:00
- Extract `$OEM$` folder to the desktop using the MAS script.
2022-07-25 20:03:20 +02:00
- Copy the `$OEM$` folder to the `sources` folder in the Windows installation media (.iso or USB).
- The directory will appear like this: `\sources\$OEM$` in your altered .iso or on your bootable USB drive.
2022-08-10 19:01:29 +02:00
- Now use this .iso or bootable USB drive to install Windows and it will either already be activated (KMS38) as soon as it boots or will self-activate (HWID or Online KMS) at the first internet contact.
2022-07-25 20:03:20 +02:00
2023-01-11 12:19:43 +01:00
- You can check [here](index.html) about activation method details and select the activation method as per your requirement.
- On Windows 8 and later, running setupcomplete.cmd is disabled if the default installed key for the edition is OEM Channel. For example - Preactivation won't work for Windows 10 Iot Enterprise because installed key is of OEM channel.
2022-11-07 21:30:36 +01:00
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
2022-11-07 21:30:36 +01:00
## KMS38 - Server Cor/Acor
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
- Windows Server Cor/Acor (No GUI) editions don't have `clipup.exe` file.
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
- To KMS38 activate it, you need to download `ClipUp.exe` file from the below official MS link.\
<https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe>
- Rename the downloaded file as `ClipUp.exe` and put it beside the KMS38 Activation script. That would be either `MAS_AIO.cmd` or `KMS38_Activation.cmd`
- Activation script will check `ClipUp.exe` in the current folder (from where script is running) and will use it accordingly.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## HWID
- When using HWID activation, no files are stored on the system, and Windows 10-11 will be activated when connected to the internet for the first time.
------------------------------------------------------------------------
## KMS38
- When using KMS38 activation, no files are stored on the system, and Windows 10-11-Server becomes activated immediately without Internet.
------------------------------------------------------------------------
## Online KMS
2022-08-10 19:01:29 +02:00
- When using Online KMS activation, Windows and Office both will be activated when connected to the internet for the first time. This option uses a renewal task for lifetime activation.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## HWID + Online KMS
2022-08-10 19:01:29 +02:00
- In this method, Windows 10-11 will be activated with HWID, and **Office** will be activated using Online KMS.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## KMS38 + Online KMS
2022-08-10 19:01:29 +02:00
- In this method, Windows 10-11-Server will be activated with KMS38, and **Office** will be activated using Online KMS.