Created
September 28, 2024 08:55
-
-
Save Erim32/aa0c1215ea78e45d164a097bcad150ce to your computer and use it in GitHub Desktop.
Open with Cursor in windows context menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\Cursor] | |
@="Open with &Cursor" | |
"Icon"="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe,0" | |
[HKEY_CLASSES_ROOT\*\shell\Cursor\command] | |
@="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Cursor] | |
@="Open with &Cursor" | |
"Icon"="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\shell\Cursor\command] | |
@="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cursor] | |
@="Open with &Cursor" | |
"Icon"="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cursor\command] | |
@="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe \"%V\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment