Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Folder context menu #1

Closed
pyhoon opened this issue Jul 8, 2019 · 2 comments
Closed

Folder context menu #1

pyhoon opened this issue Jul 8, 2019 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pyhoon
Copy link

pyhoon commented Jul 8, 2019

This project doesn't work properly. When I run the project, the windows and font do not render properly. It also created an "open with" context menu when right click on any folder which is annoying. I tried to remove using regedit but it still exist. At the end I use System restore to restore my Windows settings.

@buger404
Copy link
Owner

buger404 commented Jul 8, 2019

I'm very sorry about that . Emerald always create a Chinese font named "微软雅黑"(Microsoft YaHei) so that it can't work properly on your computer , you can try to edit the paramarray of MakeFont .
And about the content menu , you can press Ctrl+R , type control and find 'Emerald' then uninstall .
If the question still doesn't solve , try to delete :

    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emerald\icon"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emerald\version"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emerald\command\"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emerald\"
    
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emerald\icon"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emerald\command\"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emerald\"
    
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emeraldp\icon"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emeraldp\command\"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\shell\emeraldp\"
    
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emeraldp\icon"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emeraldp\command\"
    WSHShell.RegDelete "HKEY_CLASSES_ROOT\Directory\Background\shell\emeraldp\"

Finally , thanks for your supporting !

If you can't understand my words , please call me .

@pyhoon
Copy link
Author

pyhoon commented Jul 8, 2019

Thanks for replying. I have solved the issue by System restore. I hope this guide will benefit someone else or you can put it inside the Wiki.

@pyhoon pyhoon closed this as completed Jul 8, 2019
@buger404 buger404 added bug Something isn't working help wanted Extra attention is needed labels Jul 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants