You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

Mac端Anydesk彻底移除方法及远程控制风险确认咨询

Mac端Anydesk彻底移除方法及远程控制风险确认咨询

Hey there, let's break this down clearly for you:

远程控制风险确认

First off, you don't need to panic right now — once you closed the AnyDesk windows and ended the session, the scammer has lost remote access to your Mac. AnyDesk requires an active, authorized connection to control a device; closing the session cuts that link immediately.

That said, if AnyDesk is still running in the background, there's a tiny theoretical risk if the scammer somehow managed to set up persistent access (but based on your description, you stopped before getting to bank account steps, so this is highly unlikely). To eliminate even that small risk, fully removing the app is the way to go.

彻底移除AnyDesk的步骤

You can do this either through the graphical interface or terminal, depending on what you're comfortable with:

图形界面操作(适合大多数用户)

  • Quit AnyDesk first: Click the AnyDesk icon in your menu bar (top-right corner) and select Quit AnyDesk. If you don't see the icon, open Activity Monitor (via Launchpad → Other → Activity Monitor), search for "AnyDesk", select the process, and click the stop icon (🔴) to quit it.
  • Delete the main app: Open Finder, go to the Applications folder, drag the AnyDesk icon to the Trash, then right-click the Trash and select Empty Trash.
  • Clear leftover files: Press Command + Shift + G in Finder, type ~/Library and hit Enter. Then delete these items:
    • ~/Library/Application Support/AnyDesk
    • ~/Library/Preferences/com.philandro.anydesk.plist
    • ~/Library/Logs/AnyDesk
    • ~/Library/Caches/com.philandro.anydesk

终端命令操作(适合熟悉终端的用户)

  • Terminate AnyDesk processes: Open Terminal, run killall AnyDesk (if you get a "no such process" message, it's already closed).
  • Delete the app: Run sudo rm -rf /Applications/AnyDesk.app — enter your Mac user password when prompted (you won't see characters as you type, that's normal).
  • Remove residual files: Run these commands one by one:
    rm -rf ~/Library/Application\ Support/AnyDesk
    rm ~/Library/Preferences/com.philandro.anydesk.plist
    rm -rf ~/Library/Logs/AnyDesk
    rm -rf ~/Library/Caches/com.philandro.anydesk
    

备注:内容来源于stack exchange,提问作者J Place

火山引擎 最新活动