This Python script allows you to reset your AnyDesk installation, including backing up and restoring your configuration, removing the current installation, installing a fresh version, and launching AnyDesk.
-
Backup the
user.conf
file
Automatically creates a backup of your AnyDesk configuration file (user.conf
) on your desktop for safekeeping. -
Remove the old version of AnyDesk
Cleans up AnyDesk installation directories to ensure a fresh start and avoid conflicts with previous installations. -
Install a new version of AnyDesk
Allows manual installation by selecting the.exe
installer through an intuitive file dialog. -
Restore the
user.conf
file
Restores your previous AnyDesk configuration from the backup to retain custom settings. -
Launch AnyDesk
Provides an option to automatically run AnyDesk after the script completes its tasks. -
Menu-driven operation
At the start, the script presents a menu for the user to choose between:- Running the main cleanup and reinstallation process.
- Running the AnyDesk ID changer function.
-
Change AnyDesk ID
Deletes theservice.conf
file to reset the current AnyDesk ID, enabling a fresh identification setup.
- Python 3.x
- Colorama
- pyfiglet
git clone https://github.com/MKultra6969/AnyDesk-reset
- Clone the repository to any directorycd AnyDesk-reset
- Navigate to the script directorypip install -r requirements.txt
- Install dependenciespython Adesk_reset.py
- Run the script