How To Remove Anydesk From Registry May 2026
HKEY_CURRENT_USER\Software\AnyDesk
Navigate to:
foreach ($unPath in $uninstallPaths) ForEach-Object Remove-Item $ .PsPath -Recurse -Force Write-Host "Removed uninstall entry: $($_.GetValue("DisplayName"))" how to remove anydesk from registry
$uninstallPaths = @( "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall", "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall" ) how to remove anydesk from registry