Skip to content

Instantly share code, notes, and snippets.

View AI-Avalon's full-sized avatar
🎯
フォーカシング

AI-Avalon

🎯
フォーカシング
  • 12:48 (UTC +09:00)
View GitHub Profile
@AI-Avalon
AI-Avalon / AnyDesk-Reset.cmd
Created August 29, 2025 10:26 — forked from janasco/AnyDesk-Reset.cmd
AnyDesk Reset
@echo off & setlocal enableextensions
title Reset AnyDesk
reg query HKEY_USERS\S-1-5-19 >NUL || (echo Please Run as administrator.& pause >NUL&exit)
chcp 437
call :stop_any
del /f "%ALLUSERSPROFILE%\AnyDesk\service.conf"
del /f "%APPDATA%\AnyDesk\service.conf"
copy /y "%APPDATA%\AnyDesk\user.conf" "%temp%\"
rd /s /q "%temp%\thumbnails" 2>NUL
xcopy /c /e /h /r /y /i /k "%APPDATA%\AnyDesk\thumbnails" "%temp%\thumbnails"
@AI-Avalon
AI-Avalon / performancemods.md
Created July 18, 2023 18:10
Performance Mods

I do not maintain this list anymore:

Performance Mods

A list of performance-enhancing mods for most major-played versions.

Any suggestion/complaint?
~ Ping alkya#1273 in Modded Minecraft or use the gist comments.

Mods marked as "Dangerous" might be unstable, and cause some unexpected behaviour.