M
Mint
Is there a way to have explorer have an Open All for all file types,
esp. .exes.
Thanks.
esp. .exes.
Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What do you mean "Open All". Explorer will open/run an executable file.
Try explaining what exactly you are attempting to accomplish.
Mint said:I meant Open With.
I want to be able to open .exe files directly with my debugger.
ju.c said:To add your debugger to the right-click menu for EXE files,
create this registry file:
1. Copy below and paste into Notepad.
----------copy-inside-only----------
[HKEY_CLASSES_ROOT\exefile\shell\debugger]
@="Run in Debugger"
[HKEY_CLASSES_ROOT\exefile\shell\debugger\command]
@="\"C:\\Path To\\debugger.exe\" \"%1\""
----------copy-inside-only----------
2. Change path, then save-as Open_With_Debugger.reg (or any name + .reg)
3. Double-click or right-click and merge into the registry.
To add "Open With" for EXE files, create this registry file:
1. Copy below and paste into Notepad.
----------copy-inside-only----------
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\openas]
@="Open With"
[HKEY_CLASSES_ROOT\exefile\shell\openas\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\System32\\shell32.dll,OpenAs_RunDLL %1"
----------copy-inside-only----------
2. Change paths if necessary, then save-as Open_With_EXE.reg (or any name + .reg)
3. Double-click or right-click and merge into the registry.
ju.c
Mint said:I meant Open With.
I want to be able to open .exe files directly with my debugger.
(Fixed error)
To add your debugger to the right-click menu for EXE files,
create this registry file:
1. Copy below and paste into Notepad.
----------copy-inside-only----------
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\debugger]
@="Run in Debugger"
[HKEY_CLASSES_ROOT\exefile\shell\debugger\command]
@="\"C:\\Path To\\debugger.exe\" \"%1\""
----------copy-inside-only----------
2. Change path, then save-as Open_With_Debugger.reg (or any name + .reg)
3. Double-click or right-click and merge into the registry.
To add "Open With" for EXE files, create this registry file:
1. Copy below and paste into Notepad.
----------copy-inside-only----------
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\openas]
@="Open With"
[HKEY_CLASSES_ROOT\exefile\shell\openas\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\System32\\shell32.dll,OpenAs_RunDLL %1"
----------copy-inside-only----------
2. Change paths if necessary, then save-as Open_With_EXE.reg (or any name+ .reg)
3. Double-click or right-click and merge into the registry.
ju.c
I meant Open With.I want to be able to open .exe files directly with my debugger.
ju.c said:To add your debugger to the right-click menu for EXE files,
create this registry file:1. Copy below and paste into Notepad.----------copy-inside-only----------
[HKEY_CLASSES_ROOT\exefile\shell\debugger]
@="Run in Debugger"
[HKEY_CLASSES_ROOT\exefile\shell\debugger\command]
@="\"C:\\Path To\\debugger.exe\" \"%1\""----------copy-inside-only----------
2. Change path, then save-as Open_With_Debugger.reg (or any name + .reg)3. Double-click or right-click and merge into the registry.To add "Open With" for EXE files, create this registry file:1. Copy below and paste into Notepad.----------copy-inside-only----------
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\openas]
@="Open With"
[HKEY_CLASSES_ROOT\exefile\shell\openas\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\System32\\shell32..dll,OpenAs_RunDLL %1"----------copy-inside-only----------
2. Change paths if necessary, then save-as Open_With_EXE.reg (or any name + .reg)3. Double-click or right-click and merge into the registry.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.