E
Eivind Johannessen
Hi!
I often find myself opening files with diverse extensions for which I
do not want a permanent association, i.e. I uncheck the "Always use
the selected program to open this kind of file". I very seldom WANT
this to be checked, and if I do, I want to think twice about it.
I've located the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Unknown\shell\openas\command
and updated this from:
"%SystemRoot%\system32\rundll32.exe
%SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1"
to:
"%SystemRoot%\system32\rundll32.exe
%SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1 %2"
(I added the '%2')
This enables me to get the 'Open With...'-dialog without the
"Always.."-box checked when double-clicking (as a matter of fact it's
disabled). But still this is not what I want. I want to be able to
choose from the different programs at which I recently opened this
particular file-extension.
So my question is:
Is it possible to kind of set the default value of the
"Always.."-checkbox to 'unchecked'? Or is it some other way of getting
the desired result, i.e. double-clicking a file with an unknown
extension, lets me choose from the list of the last used programs for
this filetype (As well as the regular list of all possible programs),
and NOT having to uncheck the checkbox each time?
Is it possible for instance to set the value of this checkbox in the
registry somehow?
Kind regards,
E. Johannessen
I often find myself opening files with diverse extensions for which I
do not want a permanent association, i.e. I uncheck the "Always use
the selected program to open this kind of file". I very seldom WANT
this to be checked, and if I do, I want to think twice about it.
I've located the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Unknown\shell\openas\command
and updated this from:
"%SystemRoot%\system32\rundll32.exe
%SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1"
to:
"%SystemRoot%\system32\rundll32.exe
%SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1 %2"
(I added the '%2')
This enables me to get the 'Open With...'-dialog without the
"Always.."-box checked when double-clicking (as a matter of fact it's
disabled). But still this is not what I want. I want to be able to
choose from the different programs at which I recently opened this
particular file-extension.
So my question is:
Is it possible to kind of set the default value of the
"Always.."-checkbox to 'unchecked'? Or is it some other way of getting
the desired result, i.e. double-clicking a file with an unknown
extension, lets me choose from the list of the last used programs for
this filetype (As well as the regular list of all possible programs),
and NOT having to uncheck the checkbox each time?
Is it possible for instance to set the value of this checkbox in the
registry somehow?
Kind regards,
E. Johannessen