PDA

View Full Version : Regedit



cyb3rb3ast
May 4th, 2013, 09:47 PM
62738
how do i get all the the websites to the top of the right click menu i have put the position then added top, but the ones that are in the middle still won't show up at the top

8pecxstudios
May 4th, 2013, 10:53 PM
make a main category folder called links or what you want to name it then put all the site links in that folder:Peace:

cyb3rb3ast
May 5th, 2013, 09:35 PM
having trouble with understand what you mean, do i created a main category for the command link or just but all like the name of the site and follow it with the command cause i have done that and it gives and error

8pecxstudios
May 5th, 2013, 11:04 PM
having trouble with understand what you mean, do i created a main category for the command link or just but all like the name of the site and follow it with the command cause i have done that and it gives and error

you create a folder

site links
-ink 1
--link 2
---link 3
----link 4

basically you put the links all in one folder with what ever name you want to call it then it will only show that folder at the top of the context menu then when you hover over that menu item an smaller context menu will show with all the links in it.

YourNumbr1Fan
May 5th, 2013, 11:22 PM
When you create that new folder, HOW do you add the links? As a new key? When I try that I get an error message when clickin it in the context menu.....

62760


you create a folder

site links
-ink 1
--link 2
---link 3
----link 4

basically you put the links all in one folder with what ever name you want to call it then it will only show that folder at the top of the context menu then when you hover over that menu item an smaller context menu will show with all the links in it.

cyb3rb3ast
May 6th, 2013, 12:16 AM
62763

Followed your instruction right i hope but the context menu didn't pop up the links when i hovered over it,oh and one more question do i have to do that in the desktop background area of regedit cause i have it placed in the directory part of the regedit

8pecxstudios
May 6th, 2013, 12:23 AM
62763

Followed your instruction right i hope but the context menu didn't pop up the links when i hovered over it,oh and one more question do i have to do that in the desktop background area of regedit cause i have it placed in the directory part of the regedit

hi mate send me the reg file and i will take a look ok mate :)

XxHackThisxX
May 6th, 2013, 12:26 AM
why dontcha just use 7CMenuEditor.INC here found at deviant art>>http://frank1n.deviantart.com/art/7CMenuEditor-INC-4-5-194583921

8pecxstudios
May 6th, 2013, 01:23 AM
Ok mate

yeah i wasn't able to create the folder like i mentioned is was getting something wrong lol any was here is how to achieve what you desire



Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Facebook]
"Icon"=""
"Position"="top"
@="Facebook"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Facebook\Command]
@="\"C:\\program files\\cyberfox\\cyberfox.exe\" \"https://www.facebook.com\""

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Google]
"Icon"=""
"Position"="top"
@="Google"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Google\Command]
@="\"C:\\program files\\cyberfox\\cyberfox.exe\" \"https://www.google.com\""


Now you need to change the browser your trying to launch it with to the path or the browser
to target the middle of the context menu change top to middle to target the bottom change to bottom.

Sorry i cou;dnt be much more help

YourNumbr1Fan
May 6th, 2013, 02:48 AM
Thanks Toady for the ready-made hack. That's what was needed I think. Easy now to change the paths, icons, etc....:givahand:

Chris Massagee
May 6th, 2013, 03:51 AM
Thanks Toady for the ready-made hack. That's what was needed I think. Easy now to change the paths, icons, etc....:givahand:


give this Try u will have to change firefox to what ever u are wantin to use to open ur links i see u have cyberfox , u can also change the icons to ur liking


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sitelinks]
"MUIVerb"="Site Links"
"SubCommands"="FaceBook;google;virtualcustoms"
"icon"="explorer.exe"
"Position"="Top"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\facebook]
@="facebook"
"icon"="C:\\program files\\Mozilla Firefox\\firefox.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\facebook\command]
@="\"C:\\program files\\Mozilla Firefox\\firefox.exe\" \"https://www.facebook.com\"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Google]
@="google"
"icon"="C:\\program files\\Mozilla Firefox\\firefox.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Google\command]
@="\"C:\\program files\\Mozilla Firefox\\firefox.exe\" \"https://www.google.com\"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms]
@="virtualcustoms"
"icon"="C:\\program files\\Mozilla Firefox\\firefox.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms\command]
@="\"C:\\program files\\Mozilla Firefox\\firefox.exe\" \"http://virtualcustoms.net/"


just some notes if u add any more links u will need to edit the line below

"SubCommands"="FaceBook;google;virtualcustoms;newlink;newlink"

also make sure the areas in red are named the same for each new link

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms]
@="virtualcustoms"
"icon"="C:\\program files\\Mozilla Firefox\\firefox.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms\command]
@="\"C:\\program files\\Mozilla Firefox\\firefox.exe\" \"http://virtualcustoms.net/"

hope this helps

Chris Massagee
May 6th, 2013, 04:13 AM
if the above doesnt work for u u can also try this ,sorry its been a while since i had to work ith reg files


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sitelinks]
"MUIVerb"="Site Links"
"SubCommands"="virtualcustoms"
"icon"="explorer.exe"
"Position"="Top"



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms]
@="virtualcustoms"
"icon"="firefox.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\virtualcustoms\command]
@="firefox http://virtualcustoms.net/"

cyb3rb3ast
May 6th, 2013, 07:39 PM
ty all for the help your method worked out well chis ty i gotta go bk and fix the icon some time today since im on google chrome might be switching browsers soon though not sure.