Info Posted March 28, 2017 Share Posted March 28, 2017 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. 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 More sharing options...
Moderators Melba23 Posted March 28, 2017 Moderators Share Posted March 28, 2017 Info, Let me google that for you. M23 Quesney, TheDcoder and EmilyLove 3 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Info Posted March 28, 2017 Author Share Posted March 28, 2017 Thanks Link to comment Share on other sites More sharing options...
TheDcoder Posted March 29, 2017 Share Posted March 29, 2017 @Melba23 No offence but you literally googled that URL EmilyLove 1 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 More sharing options...
Moderators JLogan3o13 Posted March 29, 2017 Moderators Share Posted March 29, 2017 And the award for missing the point by a mile goes to... Jos 1 "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 More sharing options...
TheDcoder Posted March 29, 2017 Share Posted March 29, 2017 4 minutes ago, JLogan3o13 said: And the award for missing the point by a mile goes to... Mmm... Let me guess... Me EmilyLove 1 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 More sharing options...
Moderators JLogan3o13 Posted March 29, 2017 Moderators Share Posted March 29, 2017 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 More sharing options...
TheDcoder Posted March 29, 2017 Share Posted March 29, 2017 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 More sharing options...
MattHiggs Posted April 20, 2017 Share Posted April 20, 2017 Isn't "Let me google that for you" a hilariously awesome tool? Use it everyday at work too. Gets me in trouble sometimes, but worth it. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 20, 2017 Moderators Share Posted April 20, 2017 @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 MattHiggs 1 "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 More sharing options...
MattHiggs Posted April 20, 2017 Share Posted April 20, 2017 (edited) lol. Yeah, the former is much funnier. Thanks for the script!! This one is going in the favorites. Edited April 20, 2017 by Melba23 Quote removed Link to comment Share on other sites More sharing options...
MattHiggs Posted April 20, 2017 Share Posted April 20, 2017 (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 April 20, 2017 by Melba23 Quote removed Link to comment Share on other sites More sharing options...
TheDcoder Posted April 20, 2017 Share Posted April 20, 2017 I am guessing that the URL has the "internet explainer" turned on 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 More sharing options...
MattHiggs Posted April 20, 2017 Share Posted April 20, 2017 (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 April 20, 2017 by Melba23 Quote removed Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 20, 2017 Moderators Share Posted April 20, 2017 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 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now