Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AnyDesk Manager

Manage AnyDesk client identity, scheduled resets, telemetry blocking, and connectivity. A 12-tool PowerShell utility.

Quick Start

PowerShell (auto-elevates if not admin):

irm https://raw.githubusercontent.com/Tastico/anydesk-manager/main/launcher.ps1 | iex

Or clone the repo and double-click anydesk-manager.cmd (keep it next to anydesk-manager.ps1).

Tools

# Tool What It Does
1 Surgical Reset Removes identity files only — preserves settings
2 Full Wipe Reset Nuclear: wipes everything, clean ID
3 Schedule Auto-Reset Task Scheduler, runs as SYSTEM
4 Show Status Current ID, service, traces
5 Backup / Restore Config backup with timestamps
7 Block Telemetry Hosts file blocking
8 Firewall Rules Windows Firewall control
10 Uninstall AnyDesk Complete removal
11 Check for Updates Installed vs latest version
12 Network Test DNS/TCP relay connectivity

How Surgical Reset Works

  1. Captures current ad.anynet.id
  2. Stops AnyDesk (5 aggressive cycles)
  3. Deletes identity files: service.auth, ad.session.token, *.trace, *.old, service.conf, connection_trace.txt
  4. Strips 5 identity keys from system.conf (preserves favorites/aliases)
  5. Wipes registry: HKLM, HKCU AnyDesk keys
  6. Starts AnyDesk, verifies new ID

Windows Defender / AMSI note

The utility resets AnyDesk identity files and registry keys, which antivirus engines classify as a potentially unwanted application (HackTool/PUA). AMSI may block the script with ScriptContainedMaliciousContent even though the script is a legitimate admin tool. The script is plain, readable PowerShell — no obfuscation — so if your Defender still flags it, add an exclusion for the script path:

Add-MpPreference -ExclusionPath "$env:TEMP\anydesk-manager.ps1"

For fleet machines, push the exclusion via GPO / Intune / Defender for Business policy, or code-sign the script with a trusted certificate.

Requirements

  • Windows 10/11, PowerShell 5.1+
  • Administrator (auto-elevates)

License

MIT

About

AnyDesk commercial-use detection reset tool. Surgical ID reset, auto-scheduler, telemetry blocker, firewall rules, network tester.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages