Skip to content

Instantly share code, notes, and snippets.

View AzimsTech's full-sized avatar
🖨️
git push origin main --force

Wan Azims AzimsTech

🖨️
git push origin main --force
View GitHub Profile
@AzimsTech
AzimsTech / mpv-readme.md
Created May 29, 2026 10:39
My MPV Player Setup

My MPV Player Setup

Platform: Windows
MPV version: Latest MPV (UOSC UI) -
Config location: ~\AppData\Roaming\mpv\portable_config


Scripts

@AzimsTech
AzimsTech / chrome-manifest-v2.md
Created May 16, 2026 05:53
How to keep using Manifest v2 Chrome extensions

How to keep using Manifest v2 Chrome extensions

  1. Pin Chrome in Taskbar
  2. Win + R %UserProfile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
  3. Edit "Target" "C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled
@AzimsTech
AzimsTech / ipad-mini2.md
Last active April 21, 2026 09:55
Note to Self: iPad mini 2 Jailbreak and Activation Lock Bypass

What I did to make it work

Jailbreak (checkra1n)

  1. Flash JustatechCheckra1n0.12.4Windows.iso using Rufus or balenaEtcher.
  2. Disable Secure Boot in BIOS.
  3. Boot from the USB.
  4. Follow on-screen instructions.
  5. When the progress bar moves and it says “Right before Trigger”, quickly unplug and re-plug the USB.
  6. Wait until the process finishes.
@AzimsTech
AzimsTech / Win11-Native-NVMe.md
Last active February 27, 2026 15:46
Enable Experimental Native NVMe Driver in Windows 11 Pro
annotely_image

🔗 Official Announcement

Previously, this was done internally via the somewhat outdated SCSI driver, which was still intended for mechanical drives.

After enabling this, most people reports a marginal performance, if any.

Add the registry key with the following PowerShell command:

@AzimsTech
AzimsTech / VBS.md
Created October 4, 2025 11:44
How-to Check if Windows 11 VBS is running
  1. Paste this command in PowerShell

    Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard
    
  2. See VirtualizationBasedSecurityStatus image

    Value Description

|0 | VBS isn't enabled. |

@AzimsTech
AzimsTech / readme.md
Last active August 29, 2025 04:39
Get Windows 11 SE Theme

Here's how to get the six special Windows 11 SE themes (exclusive to the Surface Laptop SE).

image

To apply

reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /v EnableEduThemes /t REG_DWORD /d 1 /f

To undo

@AzimsTech
AzimsTech / 24h2-chromium-dwm-fix.md
Created May 29, 2025 16:35
Temp Fix for 24H2 Chrome Browser Stuttering

Fix:

reg add "HKLM\SOFTWARE\Microsoft\Windows\Dwm" /v "OverlayMinFPS" /t REG_DWORD /d 0 /f

Back to Default:

reg delete "HKLM\SOFTWARE\Microsoft\Windows\Dwm" /v "OverlayMinFPS" /f

Sources:

@AzimsTech
AzimsTech / block-windows-11-23h2.md
Last active January 25, 2025 11:22
Prevent Windows Update from downloading Windows 11 24H2

Prevent Windows Update from downloading Windows 11 24H2

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 /f

Disable Virtualization on Gigabyte H410M Without BIOS Mod

This was tested on Gigabyte H410M H V3 (rev. 1.0)
BIOS version: F9 (Dec 20, 2023)

Preparation

@AzimsTech
AzimsTech / readme.md
Last active November 18, 2024 23:06
Testing QoSmate | New bufferbloat solution for OpenWrt

1. Installation

Read: hudra0/qosmate

2. Auto Setup

service qosmate auto_setup