-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should i add a context menu entry? #780
Comments
Open a CMD by searcing it in the search bar in windows, right click open as administrator and then type what he sent you with out the . maybe? |
@officialQP commented on Dec 26, 2015, 3:18 PM GMT+5:30:
its not working it say's the same thing as cmder |
@officialQP commented on Dec 26, 2015, 3:18 PM GMT+5:30:
I did it actually i have to do it without . & / and write it simple as this now i want to know how to get this option when you right click + shift click |
It's a part of the Wiki, guys.. |
@Vatsa774 commented on Dec 30, 2015, 11:25 PM GMT+5:30:
actually i did it with this method |
Add the string value "Extended" to [HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder], so it looks like this: If you want the .reg file to do it, it's pretty simple: (note that this is not my own .reg export, but the one from the wiki).
If you want mine instead (there's an icon, and you choose the directory without modifying your PATH, here it is:
Note: The first key ( |
@aedotj commented on Jan 3, 2016, 5:03 PM GMT+5:30:
Really Thanxx about this and there is one more question i want to ask you is can this all be done via command for e.g. this command does everything |
@Droyk Not sure I understand. If you wanna register everything with a command (such as REG), yes you can, but it would be harder than just using a .reg file. Open up your console, and type This is, I believe, the best way to deal with the registry via the command line. |
@aedotj commented on Jan 6, 2016, 2:44 AM GMT+5:30:
actually i am not saying to deal with registry at all what i am saying is just to use command to hide the option in context menu and show the option when right click + shift .......... for e.g. |
Add the string value But if you are looking forward to a solution that solves the problem via command line, I have to say: that's simply impossible yet. As you can see, the RegisterShellMenu won't register more in registry (L189-L203). (Even the same in Maybe they will add that feature later on? |
@esphas commented on Jan 6, 2016, 9:39 AM GMT+5:30:
but what about the simple windows CMD ? I think windows cmd or powershell can help us on that |
@Droyk Oh I thought you want to do it someway like Since you just need to run it via command line, that's simple: Run cmd or anything like that as Administrator, then:
This should work. |
@esphas commented on Jan 6, 2016, 10:03 AM GMT+5:30:
thanxxx i knew it's possible but when i see other responses i was depressed and thought you can't just add that using the command line tool.....thanxxx.......for telling me actually it is bit of my fault because of bad english. and i am really sorry about it i am not a native english speaker its only been 2 months since i started learning English and right-now i can only read and understand it properly but i can't write properly Poor me |
Worked like a charm. Thank you!! |
You are about too read some bad english. and i am really sorry about it i am not a native english speaker
Hey guys sorry if this is the not right way to ask this question
So guys the developer of Cmder said that if you want to add Cmder on your context menu then you should do this Execute .\cmder.exe /REGISTER ALL
If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.
i am trying it but it always says this
plz help me gys and plz bear with i am just a normal kid so plz huh
The text was updated successfully, but these errors were encountered: