Windows 7では、Windowsエクスプローラーでビデオファイルを選択すると、ウィンドウの下部にそのファイルに関する情報が表示されます。例えば:
しかし、これはWindows 8で削除されたようです。とにかくこの機能を取り戻すことができますか?
編集:私はいつでも詳細ペインを開くことができますが、それは私が望むものではありません。横ではなく、ウィンドウの下部に配置したい
Windows 7では、Windowsエクスプローラーでビデオファイルを選択すると、ウィンドウの下部にそのファイルに関する情報が表示されます。例えば:
しかし、これはWindows 8で削除されたようです。とにかくこの機能を取り戻すことができますか?
編集:私はいつでも詳細ペインを開くことができますが、それは私が望むものではありません。横ではなく、ウィンドウの下部に配置したい
回答:
システムファイルを編集する必要があります。
システムファイルを変更すると、下部に詳細ペインと右側にプレビューペインが同時に表示される場合があります。
%WinDir%\System32\shell32.dll
および%WinDir%\SysWOW64\shell32.dll
デスクトップまたは一時ディレクトリに。元のshell32.dll
ファイルの所有権を取得し、名前を変更します。
保存Rename shell32.dll.bat
:
takeown /f "%WinDir%\System32\shell32.dll"
icacls "%WinDir%\System32\shell32.dll" /grant Administrators:F
ren "%WinDir%\System32\shell32.dll" "shell32.dll.bak"
takeown /f "%WinDir%\SysWOW64\shell32.dll"
icacls "%WinDir%\SysWOW64\shell32.dll" /grant Administrators:F
ren "%WinDir%\SysWOW64\shell32.dll" "shell32.dll.bak"
右クリックRename shell32.dll.bat
>管理者として実行>はい。
shell32.dll
デスクトップまたは一時ディレクトリでそれぞれに対して次の手順を繰り返します。
shell32.dll
> [プロパティ] > [ 属性]で、[読み取り専用]を無効にして[OK ]をクリックします。リソースハッカー
shell32.dll
ファイルを選択します。UIFILE
3> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="genericlayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
4> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="musiclayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="musiclayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
5> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="photolayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="photolayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
6> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="documentslayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="90rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
19> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="documentslayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
20> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="documentslayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client">
</ViewHost>
</Element>
</Element>
</duixml>
21> 1033>テキストの置換>スクリプトのコンパイル:
<duixml>
<Element resid="FolderLayout" layout="shellborderlayout()" sheet="genericlayoutstyle">
<StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/>
<TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()">
<TemplateBackground id="atom(PreviewShineLayer)"/>
<PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()">
<PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/>
<Element layoutpos="Client" layout="filllayout()">
<PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectTitlePropertyString="prop:System.Computer.SimpleName;*System.Computer.Description" NullSelectPropertyString="prop:*System.Computer.DomainName;*System.Computer.Workgroup;*System.Computer.Processor;System.Computer.Memory" layoutpos="Client"/>
</Element>
</PreviewBackground>
<Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/>
</TemplateBackground>
<TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right">
<PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/>
<ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/>
</TemplateBackground>
<Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/>
<ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left" RootMgrClsid="{93319CCC-B277-48FF-95BD-6CDCCAFCBD31}"/>
<Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="genericlayoutstyle" layout="filllayout()">
<ViewHost id="atom(clientviewhost)" layout="borderlayout()">
</ViewHost>
</Element>
</Element>
</duixml>
[ファイル]> [保存]。
変更shell32.dll
したファイルをシステムディレクトリにコピーします。
[スタート]コーナーを右クリック> [コマンドプロンプト(管理者)]> [はい]。
タイプ:
cd %SystemDirectory%
copy %DllPath%
%SystemDirectory%
とshell32.dll
のシステムディレクトリと%DllPath%
のパスとshell32.dll
ファイル。shell32.dll
システムディレクトリに存在することを確認します。
タイプ:
dir "shell32.dll"
コマンドプロンプトを閉じます。
Detailbereich -details pane- imエクスプローラーwieder nach unten setzen Windows 8 – Deskmodder Wiki:
私がこれまで気づいた欠点は、昇格を必要とするエクスプローラー操作により、「不明な発行元」のユーザーアカウント制御(UAC)ダイアログが表示されることです。ただし、保護されたファイルを頻繁に編集する必要はないため、これは大したことではありません。詳細ペインを使用する利点は欠点を上回ります。
Windows 8には、ビデオファイルの詳細を表示する詳細ペインがあります。詳細ペインを開くには
編集への応答:詳細ペインは現在のところ最下部に移動できないようです。マイクロソフトはこのデザインの決定を、ほとんどの人が最近ワイドスクリーンディスプレイを使用するという事実に基づいていると推測します。詳細ペインは(新しいリボンとともに)縦方向のスペースを多く占有します。
-提供の代替がありますDetails pane
。画面の右側で有効にできることを除いて、非常によく似ています(プレビューペインと詳細ペインを切り替えることができます)
例:
上記の変更を行うツールがあります。「OldNewExplorer」をご覧ください。
http://www.msfn.org/board/topic/170375-oldnewexplorer-make-your-81-explorer-work-like-win78-one/