Jump to content

Right-click context menu items - where are they stored?


Info
 Share

Recommended Posts

I installed Sandboxie which is a nice tool but the context menu item (I think it's called that) it creates for every file in my Windows 7 is pretty annoying.

34pypt1.jpg

I'm talking about the "Run Sandboxed" option.

Does anyone know where I can edit or delete this entry? Is it stored in the registry?

Link to comment
Share on other sites

  • Moderators

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

4 minutes ago, JLogan3o13 said:

And the award for missing the point by a mile goes to...

Mmm... Let me guess... Me :P

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

  • Moderators

Remember that conversation we had a while back about engaging the gray matter before posting?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

10 minutes ago, JLogan3o13 said:

Remember that conversation we had a while back about engaging the gray matter before posting?

Yes, Sorry :(

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

  • 3 weeks later...
  • Moderators

@whiggs2 sometimes the trouble is indeed worth it. Years ago I provided the script below to a helpdesk worker at one of my customers. Went back several years later and that person was now the senior, providing same script to the helpdesk to force them to look up their own answers to questions.

#pragma Compile(Out, Every Answer to Every Question Ever.exe)
#pragma Compile(Icon, C:\Users\JLogan3o13\Documents\Icons\EasyButton.ico)

$input = InputBox("Search Criteria", "Please enter type in your question.")
ShellExecute ("http://www.lmgtfy.com/?q=" & $input)

I have noticed, sadly, that they removed the last piece. Now it says "That's It!" for the last step, rather than "Was that really so hard?". I much prefer the former :)

 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Yessir.  I like turning that on as well whenever I send out the link in an attempt to, in a sense, embarrass the end user who submitted the ticket that the the solution to their problem was so easily obtainable.  The goal is to encourage users to at the very least do a quick google search to see if they can't determine the cause of the issue themselves (which will reduce number of calls, tickets, general user frustration when they have to wait for a technician to handle their issue because the technician already has upteen number of tickets to work, and technician frustration when they receive a ticket, on top of the mountain they already have, to perform a task which can be easily accomplished by the end user) 

Edited by Melba23
Quote removed
Link to comment
Share on other sites

  • Moderators

whiggs2,

When you reply, please use the "Reply to this topic" button at the top of the thread or the "Reply to this topic" editor at the bottom rather than the "Quote" button - responders know what they wrote and it just pads the thread unnecessarily.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...