次の方法で共有

関連付けを外す≒「アプリの選択」に関連付ける

Anonymous
2019-03-02T07:30:26+00:00

© ウィンドウズスクリプトプログラマ - Windows Script Programmer 2019


「関連付けを外す」仕様はありません。「関連付けしてない」のは「「アプリの選択」に関連付けてる」のと「ほぼ」同じです。

.xxx の関連付け候補に「アプリの選択」を追加する。

OpenWithProgids.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.xxx\OpenWithProgids]

"Unknown"=hex(0):

これで、「アプリの選択」に関連付けることができます。

それは、つまり、「関連付けを外す」のと、ほぼ同等。

家庭向け Windows | Windows 10 | ファイル、フォルダー、ストレージ

ロックされた質問。 この質問は、Microsoft サポート コミュニティから移行されました。 役に立つかどうかに投票することはできますが、コメントの追加、質問への返信やフォローはできません。

0 件のコメント コメントはありません

1 件の回答

並べ替え方法: 最も役に立つ
  1. Anonymous
    2019-05-01T02:02:00+00:00

    © ウィンドウズスクリプトプログラマ - Windows Script Programmer 2019


    拡張子ごとに関連付け候補を追加するのが面倒なら

    Applications.reg

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd]

    "AlwaysShowExt"=""

    "TypeOverlay"=""

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\DefaultIcon]

    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\

      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00,00

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell]

    @="openas"

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\InvokeDefaultVerbInOtherProcess]

    "ProgrammaticAccessOnly"=""

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\InvokeDefaultVerbInOtherProcess\command]

    "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\Open]

    "MultiSelectModel"="Single"

    "ProgrammaticAccessOnly"=""

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\Open\command]

    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4f,00,70,00,\

      65,00,6e,00,57,00,69,00,74,00,68,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\

      00,31,00,22,00,00,00

    "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\openas]

    @=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\

      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,\

      68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,35,\

      00,33,00,37,00,36,00,00,00

    "MultiSelectModel"="Single"

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\openas\command]

    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4f,00,70,00,\

      65,00,6e,00,57,00,69,00,74,00,68,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\

      00,31,00,22,00,00,00

    "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\OpenWithSetDefaultOn]

    "MultiSelectModel"="Single"

    "ProgrammaticAccessOnly"=""

    [HKEY_CLASSES_ROOT\Applications\OpenWith.cmd\shell\OpenWithSetDefaultOn\command]

    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4f,00,70,00,\

      65,00,6e,00,57,00,69,00,74,00,68,00,2e,00,65,00,78,00,65,00,20,00,2d,00,6f,\

      00,76,00,65,00,72,00,72,00,69,00,64,00,65,00,20,00,22,00,25,00,31,00,22,00,\

      00,00

    "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"

    これで、「アプリの選択」に関連付けることができます。

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません