Files
syr4ok 3041af9013 feat: improve AnyDesk reset logic
- Added Administrator privileges check

- Added 32-bit && 64-bit registry path support

- Implemented flag logic for clean status output
2026-04-13 15:54:39 +03:00
..
2026-04-13 15:54:39 +03:00

🛠 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-bit paths).
  • 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

  1. Right-click anydesk-id-reseter.bat.
  2. Select Run as Administrator.
  3. Follow the on-screen status.
  4. 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.