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 / 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
@AzimsTech
AzimsTech / 99-OpenWrt-Stuffs.md
Last active April 9, 2025 16:24
Installing and Using OpenWrt
:: 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
@AzimsTech
AzimsTech / text.txt
Created August 13, 2023 01:52
Simple Text Editor Gist
dfdsf
@AzimsTech
AzimsTech / sqm-qos_backups.md
Created July 25, 2023 01:11
sqm-qos_backups.md

config queue 'eth1' option qdisc 'cake' option script 'piece_of_cake.qos' option interface 'pppoe-wan' option upload '8500' option debug_logging '0' option verbosity '5' option enabled '1' option download '28500' option linklayer 'none'

@AzimsTech
AzimsTech / win11-show-all-tray-icons.md
Last active January 23, 2024 19:18
Win11: Show all tray icons

Type this command, go here:

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "EnableAutoTray" /t REG_DWORD /d 1 /f

Then run this command:

explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
@AzimsTech
AzimsTech / copy-here.ps1
Last active July 19, 2023 22:23
Copy Current Users Directories Here
# Assign Source directory name list
$src_nme = "Desktop", "Documents", "Downloads", "Music", "Pictures", "Videos"
# Assign Destination name
$bak_fdr_nme = $env:UserName
# Assign Destination path
$dst_pth = "$((Get-Item .).FullName)\$($bak_fdr_nme)"
# Create destination directory
@AzimsTech
AzimsTech / uci-defaults_templates_for_tm-unifi.md
Last active March 14, 2024 17:58
UCI Defaults Templates for TM Unifi ISP