mirror of
https://github.com/andsyrovatko/s4k-admin-toolbox.git
synced 2026-04-21 13:58:46 +02:00
3041af9013
- Added Administrator privileges check - Added 32-bit && 64-bit registry path support - Implemented flag logic for clean status output
1.2 KiB
1.2 KiB
🛠 Anydesk ID reset utility
A lightweight Batch utility to hard-reset AnyDesk configuration and identity. Useful for resolving ID-related issues or clearing workstation footprints on Windows 10/11
(including LTSC).
🚀 Key Features
- Hard Reset: Cleans both User (
%AppData%) and System (%ProgramData%) configurations. - Registry Cleanup: Automatically detects and removes AnyDesk keys from HKLM (
32-bit&64-bitpaths). - Process Management: Safely terminates AnyDesk processes before cleanup.
- Privilege Check: Built-in verification for Administrator rights.
- Zero Dependencies: Pure Windows Batch. No external tools required.
- Portable: Can be run directly from a USB flash drive. No installation required.
🛠 Usage
- Right-click
anydesk-id-reseter.bat. - Select Run as Administrator.
- Follow the on-screen status.
- Launch AnyDesk to generate a new ID.
🔍 Technical Details
The script targets the following components:
- Files:
service.conf,system.conf(User & System-wide). - Registry:
HKLM\SOFTWARE\WOW6432Node\AnyDesk
HKLM\SOFTWARE\AnyDesk
⚖️ License
MIT LICENSE. Free to use and modify.