Skip to content

Instantly share code, notes, and snippets.

@allenk
allenk / deepclean_test.cmd
Last active September 15, 2025 15:42
ASUS Software Clean Up Tool Test version (This version is for testing purposes only, please use the released version)
@echo off
:: ------------------------------------------------------------------------------------------------------------
:: Clean Up ASUS All
:: ------------------------------------------------------------------------------------------------------------
:: The tool helps to clean up all ASUS software from system
:: ------------------------------------------------------------------------------------------------------------
:: Before running the tools,
:: 1. Complete backup your system.
:: 2. Disable ASUS Apps from BIOS (MyASUS and Armoury)
:: 3. Run ASUS remove tools (Armoury Crate Uninstall Tool.exe, or geek_uninstall.exe).
@smoralis
smoralis / jscovit.js
Last active April 11, 2024 15:09
JSCovit
// ==PREPROCESSOR==
// @name "JSCovit"
// @author "zeremy"
// @version "0.2 2023-08-13"
// @import "%fb2k_component_path%helpers.txt"
// ==/PREPROCESSOR==
// Frontend for COVIT
// https://covers.musichoarders.xyz/
@allenk
allenk / deepclean.cmd
Last active October 18, 2025 14:58
ASUS Software Clean Up Tool
@echo off
:: ------------------------------------------------------------------------------------------------------------
:: Clean Up ASUS All
:: ------------------------------------------------------------------------------------------------------------
:: The tool helps to clean up all ASUS software from system
:: ------------------------------------------------------------------------------------------------------------
:: Before running the tools,
:: 1. Complete backup your system.
:: 2. Disable ASUS Apps from BIOS (MyASUS and Armoury)
:: 3. Run ASUS remove tools (Armoury Crate Uninstall Tool.exe, or geek_uninstall.exe).
@bookfere
bookfere / fix-google-translate-cn.bat
Last active June 16, 2025 20:18
Fix Google Translate CN for Windows
:: Copyright (c)2022 https://bookfere.com
:: This is a batch script for fixing Google Translate and making it available
:: in the Chinese mainland. If you experience any problem, visit the page below:
:: https://bookfere.com/post/1020.html
@echo off
setlocal enabledelayedexpansion
chcp 437 >NUL
set "ips[0]=74.125.137.90"