- Flash JustatechCheckra1n0.12.4Windows.iso using Rufus or balenaEtcher.
- Disable Secure Boot in BIOS.
- Boot from the USB.
- Follow on-screen instructions.
- When the progress bar moves and it says “Right before Trigger”, quickly unplug and re-plug the USB.
- Wait until the process finishes.
To block 24H2:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ProductVersion" /t REG_SZ /d "Windows 11" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersion" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "23H2" /f
reg add "HKLM\SYSTEM\Setup\UpgradeNotification" /v "UpgradeAvailable" /t REG_DWORD /d 0 /fThis was tested on Gigabyte H410M H V3 (rev. 1.0)
BIOS version: F9 (Dec 20, 2023)
- modGRUBShell.efi file
- USB stick
Read: hudra0/qosmate
service qosmate auto_setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: Windows 10\11 quick setup | |
| :: The encoding of this file must be OEM 866 | |
| :: https://t.me/wincmd64 | |
| @echo off | |
| NET SESSION | |
| IF %ERRORLEVEL% NEQ 0 GOTO ELEVATE | |
| GOTO ADMINTASKS | |
| :ELEVATE | |
| CD /d %~dp0 |
NewerOlder


