-
Notifications
You must be signed in to change notification settings - Fork 0
Current compatibility with remote access software
RobotsOnDrugs edited this page Feb 27, 2024
·
17 revisions
| Software name | Status | Bitness | Notes |
|---|---|---|---|
| Alpemix | 🔵 | 32 | Input is still blocked with the privacy screen, but remote input is blocked. |
| AweSun | ✔️ | 64 | |
| AnyDesk | ✔️ | 32 | |
| Chrome Remote Desktop | ❔ | ❔ | Requires Google accounts on both sides and is rarely used by scammers. |
| ConnectWise ScreenConnect | ✔️ | 64 | |
| QuickAssist | ❌ | 64 | Unlikely to be supported any time soon if at all. It uses Edge webview processes which are spawned with extra protection and cannot be hooked. See below for a workaround. |
| Remote Utilities | ❔ | ❔ | Blocking input should work; blocking sending input hasn't been tested yet. |
| SupRemo | ✔️ | 32 | May be unable to eject the hook in edge cases. Fix available in upcoming 0.7.1. |
| TeamViewer | 🔵 | 64 | Input is still blocked with the privacy screen, but remote input is blocked. |
| UltraViewer | ✔️ | 32 | Fix available in upcoming 0.7.1. |
| More to be filled in... |
Powershell commands:
# May need to be run as administrator
# Uninstall Quick Assist (requires a reboot)
Remove-WindowsCapability -online -name App.Support.QuickAssist~~~~0.0.1.0
# Uninstall the Microsoft Store completely if you want to make it much more difficult for a scammer to reinstall Quick Assist
Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage