You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,16 @@ This project provides PowerShell scripts to add and remove "Open with Cursor" op
30
30
31
31
## 🚀 Installation
32
32
33
-
1. Download the `install-open-with-cursor.ps1` script.
34
-
2. Right-click on the script and select "Run with PowerShell".
33
+
1. Download the `install-open-with-cursor.ps1` script from https://github.com/Puliczek/open-with-cursor-context-menu/raw/main/install-open-with-cursor.ps1
34
+
2. Right-click on the downloaded script and select "Run with PowerShell".
35
35
3. If prompted, allow the script to run with administrator privileges.
36
36
37
37
The script will automatically add the "Open with Cursor" options to your context menus. ✅
38
38
39
39
## 🗑️ Uninstallation
40
40
41
-
1. Download the `uninstall-open-with-cursor.ps1` script.
42
-
2. Right-click on the script and select "Run with PowerShell".
41
+
1. Download the `uninstall-open-with-cursor.ps1` script from https://github.com/Puliczek/open-with-cursor-context-menu/raw/main/uninstall-open-with-cursor.ps1
42
+
2. Right-click on the downloaded script and select "Run with PowerShell".
43
43
3. If prompted, allow the script to run with administrator privileges.
44
44
45
45
The script will remove all "Open with Cursor" entries from your context menus. ❌
0 commit comments