Skip to content

Instantly share code, notes, and snippets.

@ramazansancar
Created February 24, 2025 11:20
Show Gist options
  • Save ramazansancar/12b23d3b46e3a83ee9023c692f061fdc to your computer and use it in GitHub Desktop.
Save ramazansancar/12b23d3b46e3a83ee9023c692f061fdc to your computer and use it in GitHub Desktop.
Cursor Uninstall (%100)

Cursor Uninstall

Windows

Perform the necessary operations in the folders below.

Run Uninstall.exe:
%USERPROFILE%\AppData\Local\Programs\cursor*

Delete Folders:
%USERPROFILE%\AppData\Local\Cursor*
%USERPROFILE%\AppData\Roaming\Cursor*
%USERPROFILE%\.cursor*

MacOS

rm -rf ~/Library/Application Support/Cursor
rm -rf ~/.cursor*

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment