Windowsエクスプローラのサムネイル表示に新しいファイルタイプを追加する方法はありますか?
私はいくつかのファイルに標準的ではない拡張子を付けた単純な画像があります(尋ねないでください)。
Windowsエクスプローラのサムネイル表示に新しいファイルタイプを追加する方法はありますか?
私はいくつかのファイルに標準的ではない拡張子を付けた単純な画像があります(尋ねないでください)。
回答:
さて、Associateの使い方はどうですか。こちらからダウンロードできます。 http://www.vtaskstudio.com/support.php#tools それは小さくて携帯可能です。
Associate is a command-line utility for assigning file associations.
This will allow you to double-click a file and have it
load in the appropriate program.
It also includes the ability to set a file type icon and startup parameters,
and it automatically refreshes Explorer. Type "associate -?" for details.
Syntax: associate [extension] [program]
Example: associate .txt %WINDIR%\notepad.exe
すみません、それがWindows 7であることに気づかなかった。
認めなければならない、私はWindows 7の専門家ではない。これをテキスト文書で書いて、それを "import.reg"として保存し、それをダブルクリックしてレジストリに追加しますか?それはXPで動作します。
"YOUREXTENSION"を追加しようとしている拡張子に置き換えてください。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.YOUREXTENSION]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"
[HKEY_CLASSES_ROOT\.YOUREXTENSION\OpenWithProgids]
"jpegfile"=hex(0):
[HKEY_CLASSES_ROOT\.YOUREXTENSION\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"