Skip to content

Instantly share code, notes, and snippets.

View SummonHIM's full-sized avatar
🏠
自宅警备队

SummonHIM SummonHIM

🏠
自宅警备队
View GitHub Profile
@SummonHIM
SummonHIM / CCode.bat
Last active October 9, 2022 04:43
Start VSCode with VSBuild Tool / 配置带有 VS 生成工具的 VSCode
@echo off
if exist "%appdata%\CCode\settings.bat" (
call "%appdata%\CCode\settings.bat"
) else (
mkdir "%appdata%\CCode"
echo set vcVarArch=x64 >"%appdata%\CCode\settings.bat"
call "%appdata%\CCode\settings.bat"
)
for /f "tokens=2 delims==" %%a in ('wmic os get OSLanguage /Value ^| find "OSLanguage"') do set OSLanguage=%%a
@SummonHIM
SummonHIM / set-Support-Link.sh
Last active September 8, 2022 15:35
China android rom use Termux to open "Open Supported Link" page / 大陆安卓系统使用 Termux 打开“打开支持的链接”
@SummonHIM
SummonHIM / SteamRestarter.bat
Last active November 5, 2022 13:04
SteamRestarter - An automate restart Steam batch script (Chinese|GBK)
@echo off
:Head
mode con cols=50 lines=30
set version=4.1
title 一键强制关闭 Steam 客户端
set langAppTitle= 一键强制关闭 Steam 客户端
set langUACTitle= [管理员模式]
set langLine=--------------------------------------------------