Jump to content

Recommended Posts

Posted

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?

  • Moderators
Posted

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

 

  • 3 weeks later...
  • Moderators
Posted

@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!

Posted (edited)

lol.  Yeah, the former is much funnier.  :D:D  Thanks for the script!!  This one is going in the favorites.

Edited by Melba23
Quote removed
Posted (edited)

I would change your script the following though.  Humor me and try running it.  The script that you provided excludes the part I like most:

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

 

Edited by Melba23
Quote removed
Posted (edited)

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
  • Moderators
Posted

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

 

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
  • Recently Browsing   0 members

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