| View previous topic :: View next topic |
| Author |
Message |
Krogdor
Joined: 18 Apr 2008 Posts: 935 Location: The Interwebs
|
Posted: Thu Jul 17, 2008 12:52 am Post subject: Changing Windows File Context Menu |
|
|
| ...Could anyone tell me how to do this? x_x My context menus are enormous with random crap, and I would like to maybe change a couple things as well—like change the default editor for .ahk. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Thu Jul 17, 2008 3:54 am Post subject: |
|
|
i know how to adjust the editor - Go to tools, folder options, filetypes, find the (three?) AHK entries and edit the right one.
other context menu bits are likely stored in the registry, try searching for the text of an entry. Not sure how they work. I know some programs allow you to turn them off within that program's preferences. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 349 Location: Texas, USA
|
Posted: Thu Jul 17, 2008 5:11 am Post subject: |
|
|
ShellExView from NirSoft:
http://www.nirsoft.net/utils/shexview.html
As for any program that updates the registry, use with care.
If you just want to change the default editor for AutoHotkey, just open Windows Explorer, Tools (menu), Folder Options (menu option), click on the File Types tab, go down to and select the AHK extension, press the Advanced button and then edit the "Edit Script" option. If you uninstall/install AutoHotkey a lot, you can write a Q&D AutoHotkey script to make this change. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 935 Location: The Interwebs
|
Posted: Thu Jul 17, 2008 9:10 am Post subject: |
|
|
Thanks for the link, jballi!
A question to both of you about changing the editor... In Vista, there is no menu bar at the top. I did manage to open the Folder Options window (had to go through the help file o_O;; ) but it doesn't have a File Types tab... Just curious if you have any knowledge about how to do this in Vista. |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1163 Location: Denmark
|
Posted: Thu Jul 17, 2008 12:01 pm Post subject: |
|
|
Controlpanel/Standard programs (translated from a danish vista). _________________ there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face
- Kashmir |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 349 Location: Texas, USA
|
Posted: Thu Jul 17, 2008 7:46 pm Post subject: |
|
|
I just found this program but it looks like what you need if you can't figure out how to make the changes in Vista.
FileTypesMan (File Types Manager for Windows) from Nirsoft
http://www.nirsoft.net/utils/file_types_manager.html
Use with care. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 935 Location: The Interwebs
|
Posted: Thu Jul 17, 2008 10:09 pm Post subject: |
|
|
| tonne wrote: | | Controlpanel/Standard programs (translated from a danish vista). |
Actually its "Default Programs". Knew it was in the Control Panel somewhere!
Thanks. Shoulda just looked around in the Control Panel a bit.. ><
Err. Actually. After checking it out, it doesn't have the "Advanced" options—so I can only change what it opens in, not what it edits in ><
—————————————————————————————————————
...but this fixes my problem beautifully (:
Many thanks, jballi! This looks wonderful |
|
| Back to top |
|
 |
|