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
+14
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,20 @@ This project provides PowerShell scripts to add and remove "Open with Cursor" op
36
36
37
37
The script will automatically add the "Open with Cursor" options to your context menus. ✅
38
38
39
+
## 🔧 Troubleshooting
40
+
41
+
If the context menu options don't appear immediately after running the installation script:
42
+
43
+
Restart Windows Explorer using Terminal:
44
+
45
+
- Press Win + X and select "Terminal (Admin)"
46
+
- Run the following command:
47
+
```powershell
48
+
Stop-Process -Name explorer -Force; Start-Process explorer
49
+
```
50
+
51
+
This command will close and restart Windows Explorer, which should refresh your context menu without requiring a full system restart. 🔄🖱️
52
+
39
53
## 🗑️ Uninstallation
40
54
41
55
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
0 commit comments