How To Remove Anydesk From Registry -

Navigate to:

foreach ($unPath in $uninstallPaths) Get-ChildItem $unPath AnyDesk provides an official AnyDesk MSI Cleanup Tool (contact AnyDesk support or search their knowledge base). This tool automatically removes all registry entries, services, and drivers.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and how to remove anydesk from registry

HKEY_CURRENT_USER\Software\AnyDesk

$uninstallPaths = @( "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall", "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall" ) how to remove anydesk from registry

# Remove AnyDesk registry keys $paths = @( "HKCU:\Software\AnyDesk", "HKLM:\SOFTWARE\AnyDesk", "HKLM:\SOFTWARE\WOW6432Node\AnyDesk" ) foreach ($path in $paths) if (Test-Path $path) Remove-Item -Path $path -Recurse -Force Write-Host "Removed: $path"

HKEY_LOCAL_MACHINE\SOFTWARE\AnyDesk

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AnyDesk This removes AnyDesk from "Add/Remove Programs" list if the uninstall failed.

Copyright © 2025 Lenovo レノボ ThinkPadの中古ノートパソコン専門店 ITS-Japan Inc. All rights reserved.