Skip to content

Instantly share code, notes, and snippets.

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

Wan Muhammad Azims AzimsTech

🖨️
git push origin main --force
View GitHub Profile
@AzimsTech
AzimsTech / uci-defaults_templates_for_tm-unifi.md
Last active March 14, 2024 17:58
UCI Defaults Templates for TM Unifi ISP
@AzimsTech
AzimsTech / 99-OpenWrt-Stuffs.md
Last active March 12, 2024 17:08
Installing and Using OpenWrt
@AzimsTech
AzimsTech / windows_23h2.bat
Last active February 27, 2024 12:53
Windows 23H2 Tweaks
:: Quick setup for Windows 10/11 23H2
::
:: https://azimstech.github.io
:: remove unwanted win11 apps: https://gist.github.com/noseratio/40965eb5c3645fe8bf2b9bb6298d1c83
pause
:: Disable Google Cast
reg add "HKLM\Software\Policies\Google\Chrome" /v "EnableMediaRouter" /t REG_DWORD /d "0" /f
reg add "HKLM\Software\Policies\Microsoft\Windows NT\DNSClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f
@AzimsTech
AzimsTech / ReVanced-cli-install-script.md
Last active February 14, 2024 21:30
ReVanced Batch Script (for Windows user)
@AzimsTech
AzimsTech / ffz-profile - Sheeesh.json
Last active February 13, 2024 12:37
FrankerFacez Profile Backup
{
"version": 2,
"type": "profile",
"profile": {
"id": 2,
"name": "Sheeesh",
"pause_updates": false,
"description": "Settings that apply everywhere on Twitch.\nImported at 1/9/2022, 2:10:12 PM.\nImported at 6/28/2023, 1:22:23 AM.\nImported at 2/13/2024, 8:21:41 PM.",
"show_toggle": false
},
:: Windows 11 Config by CHEF-KOCH source: https://chef-koch.bearblog.dev/windows-11-config-by-chef-koch/
:: Remove and rebuild Font Cache
:: Some params might not work in Windows Terminal
:: This is not needed anymore in Windows Codename Nickel+.
del "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*" /s /f /q
del "%WinDir%\System32\FNTCACHE.DAT" /s /f /q
:: Remove the old Windows Powershell v1.x version which is vulnerable
:: taskkill /im PowerShell.exe /f
@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}
:: 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 / bar.md
Last active December 4, 2023 12:02
foo
@AzimsTech
AzimsTech / packagesV2.yaml
Last active November 17, 2023 18:29
MySofwareList
- id: choco
name: Chocolatey
icon: chocolatey.0.11.3.png
info: Install this if this is your first time.
- id: chocolateygui
name: Chocolatey GUI
icon: ChocolateyGUI.0.20.0.png
info: The official Chocolatey user graphical interface app
- id: googlechrome
name: Google Chrome