Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongle-the-gadget/W11ISOPatcher
Windows 11 ISO patcher
https://github.com/dongle-the-gadget/W11ISOPatcher
csharp dll iso patch patcher registry unsupported wim windows windows-11 windows-11-bypass windows-11-bypass-requirements windows-desktop wpf
Last synced: 3 months ago
JSON representation
Windows 11 ISO patcher
- Host: GitHub
- URL: https://github.com/dongle-the-gadget/W11ISOPatcher
- Owner: dongle-the-gadget
- License: mit
- Archived: true
- Created: 2021-08-28T14:41:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T09:44:38.000Z (about 3 years ago)
- Last Synced: 2024-06-22T18:47:12.917Z (5 months ago)
- Topics: csharp, dll, iso, patch, patcher, registry, unsupported, wim, windows, windows-11, windows-11-bypass, windows-11-bypass-requirements, windows-desktop, wpf
- Language: C#
- Homepage:
- Size: 548 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/supportguidelines.md
Awesome Lists containing this project
- jimsghstars - dongle-the-gadget/W11ISOPatcher - Windows 11 ISO patcher (C# #)
README
# W11ISOPatcher
Windows 11 ISO patcher.![.NET Workflow](https://github.com/dongle-the-gadget/W11ISOPatcher/actions/workflows/dotnet.yml/badge.svg)
## Important notice about Version 1 Preview
The `appraiserres-x64.dll` file hosted on this GitHub is now down. W11ISOPatcher version 1 will now require [a local `appraiserres.dll` file](#using-a-local-appraiserresdll-file).## Requirements
### Running
This program only officially supports Windows 10 May 2020 Update (version 2004) or newer.I also recommend having at least 20 GB of free space.
### Building
Requires .NET 6 Preview Windows Desktop SDK and Visual Studio 2019 Preview or Visual Studio 2022 Preview.## Usage
You will need:
- A Windows 11 ISO that you have read access to.
- An empty folder that you have read and modify access to. (This will serve as our working folder)First, launch the patcher and choose Next.
Then, choose the original ISO file, the working folder, and the final ISO path and choose Next.
**WARNING:** The final ISO file must not be in the working directory, otherwise the file will get deleted during cleanup.
Finally, wait for the patcher to finish its work.
**WARNING:** During the patching process **DO NOT** open or modify the working directory, this may disrupt the process.
### Using a local appraiserres.dll file
You can have the program use a local `appraiserres.dll` file by placing the file (under the name `appraiserres.dll`) in the same folder where the patcher is in.
**NOTE:** This program will always use the local file if found.
## Image
![Windows 11 ISO Patcher](https://user-images.githubusercontent.com/29563098/131250432-d3e8fbe2-1653-4cfe-9439-e6804080c70b.png)## Support guidelines
They are [here](/docs/supportguidelines.md).
## Contributing guidelines
They are [here](/docs/CONTRIBUTING.md).## License
This project is licensed under [MIT License](/LICENSE). Third party licenses are available [here](/docs/thirdpartylicenses.md).## Code of Conduct
This project follows [this Code of Conduct](/CODE_OF_CONDUCT.md).