Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winpass11-archive/WinServ11
🔑 WinPass11 WinService is a tool for loading keys into the registry on startup with the use of Windows Services.
https://github.com/winpass11-archive/WinServ11
bypass csharp patch registry unsupported visual-studio windows windows-11 windows-service
Last synced: 18 days ago
JSON representation
🔑 WinPass11 WinService is a tool for loading keys into the registry on startup with the use of Windows Services.
- Host: GitHub
- URL: https://github.com/winpass11-archive/WinServ11
- Owner: winpass11-archive
- License: apache-2.0
- Archived: true
- Created: 2021-06-28T00:37:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T02:29:15.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:59:53.577Z (3 months ago)
- Topics: bypass, csharp, patch, registry, unsupported, visual-studio, windows, windows-11, windows-service
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# WinPass11: WinService
🔑 [WinPass11](https://github.com/project-winpass11/) WinService is a tool for loading keys into the registry on startup with the use of Windows Services. Our goal is for the end-user to easily run a single executable and have access to Windows 11 through the dev channel with no worries about your unsupported hardware. There is no installer so **currently** this is not possible. `:(` This program currently supports bypassing unsupported processors, the TPM 2.0 requirement, and the secure boot check.
>There are no service installers at this time in development.
## Prerequisites
* [Microsoft .NET Core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1)
* Our modifyed [registry file](https://project-winpass11.github.io/Tweaks/regtweaks.reg). (Place this at the root of the C:\ drive)## Installation
* Download the [latest release](https://github.com/project-winpass11/WinPass11.WinService/releases).
* Unzip the `netcoreapp3.1.rar` file in file explorer.
* Open a command prompt **as administrator** and change into the directory named `netcoreapp3.1`. This is most likely in downloads.
* In the administrator command promt, run `.\WinPass11.WinService.exe install start`## Did it work?
Open About this PC in settings. If your processor is listed as an Intel Core i7 (and it wasn't previously), then congrats! It's worked! 🎂## Contributing
When your machine is ready for development, take a look at CONTRIBUTING.md to see how to get your changes merged in.## License
WinPass11.WinService is licensed by project-winpass11 under the Apache License. (see LICENSE). The usage of third-party packages and programs is determined by the terms of their individual licenses.