massgrave.dev/oem-folder.md

122 lines
5.4 KiB
Markdown
Raw Normal View History

2023-03-16 19:09:16 +01:00
---
pagetitle: OEM Folders
---
2022-07-25 20:03:20 +02:00
# \$OEM\$ Folders
(Windows Pre-Activation)
------------------------------------------------------------------------
## Overview
2023-10-24 15:46:54 +02:00
- To create a pre-activated Windows installation .iso, do the following:
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Extract the `$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.
2023-10-24 15:46:54 +02:00
- Now use this .iso or bootable USB drive to install Windows, 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-10-24 15:46:54 +02:00
- You can check [here](index.html) for activation method details and select the activation method as per your requirement.
2023-01-11 12:19:43 +01:00
2023-10-24 00:12:58 +02:00
------------------------------------------------------------------------
## Edit ISO File
2023-10-24 15:46:54 +02:00
- As stated above, you can copy the `$OEM$` folder to your bootable USB so you don't have to edit the ISO file. However, if you need to, then follow the steps below.
2023-10-24 00:12:58 +02:00
2024-01-24 02:12:44 +01:00
- Extract the ISO file with an archive software like 7-zip or Winrar and **rename the extracted folder** to something else so that the ISO and extracted folder names are not the same in the same directory (Otherwise MakeISO.reg will replace your ISO with modified ISO).
2023-10-24 00:12:58 +02:00
- Add the mentioned folder to the specified location.
- Run [MakeISO.reg](https://forums.mydigitallife.net/posts/1733596) by Aveyo. [Mirror](https://pixeldrain.com/u/sKEdjFJA).
2023-10-24 15:46:54 +02:00
- Right-click on the extracted ISO folder and select `MakeISO` option.
2023-10-24 00:12:58 +02:00
- That's it.
------------------------------------------------------------------------
## Limitations
2023-09-25 15:45:25 +02:00
- On Windows 8 and later, **running setupcomplete.cmd is disabled** if the default installed key for the edition is OEM Channel.\
2023-10-24 15:46:54 +02:00
For example - Preactivation won't work for Windows 10 Iot Enterprise LTSC because installed key is of the OEM channel.
2023-10-24 00:12:58 +02:00
2023-10-24 15:46:54 +02:00
- The **solution** for this issue is to use (Non-Iot) Windows 10 Enterprise LTSC ISO, and the HWID method in preactivation will use Iot LTSC key to change the edition.
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
2023-10-24 15:46:54 +02:00
- Windows Server Cor/Acor (No GUI) editions don't have the `clipup.exe` file.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- To KMS38 activate it, you need to download the missing `ClipUp.exe` file from [this link](https://www.box.com/index.php?rm=box_download_shared_file&shared_name=qrmkewit9ty6ah0qzk0vncyyrwo8hei9&file_id=f_747809716860).\
2023-03-16 19:09:16 +01:00
\
`File: ClipUp.exe`\
`SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef`\
\
2023-10-24 15:46:54 +02:00
This file has digital signatures that can be verified. You can also get this file from the official [Windows Server 2016 x64 RTM ISO](https://download.microsoft.com/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO).
2022-11-07 21:30:36 +01:00
2023-03-16 19:09:16 +01:00
- Put the `ClipUp.exe` beside the KMS38 Activation script. That would be either `MAS_AIO.cmd` or `KMS38_Activation.cmd`
2022-11-07 21:30:36 +01:00
2024-01-24 02:12:44 +01:00
- The 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.
------------------------------------------------------------------------
2023-09-25 15:45:25 +02:00
## Ohook
- If Office is preinstalled then Ohook method will activate the Office immediately without Internet. This activation uses custom sppc.dll file for the activation.
------------------------------------------------------------------------
2022-07-25 20:03:20 +02:00
## KMS38
- When using KMS38 activation, no files are stored on the system, and Windows 10-11-Server becomes activated immediately without Internet.
------------------------------------------------------------------------
## Online KMS
2023-09-25 15:45:25 +02:00
- When using Online KMS activation, Windows-Server and Office (Preinstalled) both will be activated when connected to the internet for the first time. This option uses a renewal task for lifetime activation.
------------------------------------------------------------------------
## HWID + Ohook
- In this method, Windows 10-11 will be activated with HWID, and **Office** (Preinstalled) will be activated using Ohook.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## HWID + Online KMS
2023-09-25 15:45:25 +02:00
- In this method, Windows 10-11 will be activated with HWID, and **Office** (Preinstalled) will be activated using Online KMS.
------------------------------------------------------------------------
## KMS38 + Ohook
- In this method, Windows 10-11-Server will be activated with KMS38, and **Office** (Preinstalled) will be activated using Ohook.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## KMS38 + Online KMS
2023-09-25 15:45:25 +02:00
- In this method, Windows 10-11-Server will be activated with KMS38, and **Office** (Preinstalled) will be activated using Online KMS.
------------------------------------------------------------------------
## Online KMS + Ohook
- In this method, Windows-Server will be activated with Online KMS, and **Office** (Preinstalled) will be activated using Ohook.
------------------------------------------------------------------------