01101010110 / MODWIN

A Tool To Make a Tiny or "Lite" Windows ISO with optional built in scripts to remove all apps, packages, and features preinstalled on the ISO. Allows you to Inspect and Modify Windows Images as well as add custom files, folders, apps, and registry edits. Works on Win 10, 11, and Windows ARM isos. UUPDUMP Isos supported too!

Home Page:https://forum.xda-developers.com/t/modwin-a-tool-for-inspecting-modifying-and-building-lite-isos.4509153/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MODWIN

A program to help users customize a Windows 10 or 11 iso.

Step 1

Open your Windows ISO and copy all the files.

Copy ISO Files

Step 2

Open MODWIN. MODWIN will automatically create the Folders and Files it needs, if need be.

Open MODWIN

Step 3

MODWIN will instantly open the newly created ISO directory so you can paste your ISO files in.

Paste Files

Step 4

Close the ISO folder and select Option 1 on MODWIN's Main Menu.

Main Menu

Step 5

MODWIN will automatically detect if the unpacked ISO contains a WIM or ESD and present you with a list of options to choose from. You can select any option by typing the correct number and MODWIN will extract the WIM.

WIM Extract

Step 6

Select option 3 to mount the wim.

Mount WIM

Step 7

Now that the WIM is mounted, you are able to edit the WIM’S applications, packages, features, and registry.

This is the application menu. This menu allows you to remove applications manually, remove all applications, or install your own applications.

App Package Menu

(OPTIONAL): If you add your apps to the APPS folder in MODWIN, it can detect them and install of them at once.

Install All Apps

EXAMPLE OF INDIVIDUAL APP REMOVAL:

Remove Individual Apps

PACKAGE MANAGER MENU:

Package Manager Menu

List of "safe" packages for removal. (Cannot be copy / pasted, for reference only) https://github.com/01101010110/MODWIN/blob/main/%22SAFE%22%20PACKAGES

EXAMPLE OF INDIVIDUAL PACKAGE REMOVAL:

Remove Individual Packages

FEATURE MANAGEMENT MENU:

Feature Management Menu

ENABLE FEATURES MENU:

Disable Features

DISABLE FEATURES MENU:

Enabled Features

WIM REGISTRY MENU:

WIM Registry Menu

LOADED REGISTRY HIVE EXAMPLE:

MODWIN is now able to open regedit for the user and prompts them to go to local machine / offline to see the loaded hive.

Loaded Hive

USER FOLDER:

Users can add their own files and folders to the user folder and it will install everything onto the wim when ran.

User Folder

Step 8

BUILD ISO: This menu allows the user to build a compressed ISO or an uncompressed version. It is also able to unmount and clean the mount point with option 2.

Build ISO

COMPLETED ISO BUILD EXAMPLE: After setting a name for your iso, MODWIN will use Xorriso to build your iso and then open the folder containing your new iso.

Completed ISO

Videos

MODWINV4 It says v4, but it shows all of the features included in v6, minus the auto-unnattended support, which is shown in the video below.

MODWINV6 This video shows how to use the auto unnattended feature

About

A Tool To Make a Tiny or "Lite" Windows ISO with optional built in scripts to remove all apps, packages, and features preinstalled on the ISO. Allows you to Inspect and Modify Windows Images as well as add custom files, folders, apps, and registry edits. Works on Win 10, 11, and Windows ARM isos. UUPDUMP Isos supported too!

https://forum.xda-developers.com/t/modwin-a-tool-for-inspecting-modifying-and-building-lite-isos.4509153/

License:GNU General Public License v3.0


Languages

Language:C 99.8%Language:C++ 0.2%