首页 » 闲聊时间 » Cursor缓慢或无法打开的解决办法

Cursor缓慢或无法打开的解决办法

90 0

先说原因,缓慢是因为加载了ms的intellicode功能,把这个扩展关了即可。

如果碰到双击exe无法打开的情况下,请尝试清空所有配置,重新下载安装即可。

管理员 PowerShell 一键执行(一次性清理所有残留)

Remove-Item -Path “$env:LOCALAPPDATA\Cursor” -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item -Path “$env:APPDATA\Cursor” -Recurse -Force -ErrorAction SilentlyContinue
Get-AppxPackage cursor | Remove-AppxPackage -ErrorAction SilentlyContinue

文章评分1次,平均分5.0

本文原始地址:https://www.tiandiyoyo.com/2025/11/cursor%e7%bc%93%e6%85%a2%e6%88%96%e6%97%a0%e6%b3%95%e6%89%93%e5%bc%80%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/
本站所有文章,除了特别注明外,均为本站原创,转载请注明出处来自www.tiandiyoyo.com

评论前先开启评论开关: