Skip to content

Commit bb77eb4

Browse files
committed
Readme: add troubleshooting
1 parent 41fa00b commit bb77eb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ This project provides PowerShell scripts to add and remove "Open with Cursor" op
3636

3737
The script will automatically add the "Open with Cursor" options to your context menus. ✅
3838

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+
3953
## 🗑️ Uninstallation
4054
4155
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

Comments
 (0)