Windows 8是否具有状态栏来显示文件的详细信息?


21

在Windows 7中,当我在Windows资源管理器中选择一个视频文件时,它将在窗口底部显示有关该文件的信息。例如:

在此处输入图片说明

但是,这似乎已在Windows 8中删除。无论如何,我可以找回此功能吗?

编辑:我知道我总是可以打开“详细信息”窗格,但这不是我想要的。我希望它在窗户的底部,而不是在侧面


注意:在“视图”选项卡下的“文件夹选项”中实际上有一个叫做状态栏的东西。
路易(Louis)

1
正确-可以通过“视图”选项卡下的“选项”激活状态栏-但是显示的详细信息很小-它显示了文件夹中的文件数,并且在选择文件时也显示了文件大小。但是,如果您要查找更多详细信息,“详细信息”窗格将很有帮助。
2012年

4
这就是所谓的详细信息窗格,它仍然存在于Windows 8的
乔伊

2
是的,他们将“详细信息”窗格向右移动,而在底部仅移动了一个单行状态栏。您可能需要等待某种形式的破解(如果可能),才能将窗格向下移动。并非每个人都有宽屏显示器,为什么他们不能将位置设为选项,甚至不能拖动它?Pane ITA就是它。
卡兰2012年

Answers:


10

您需要编辑系统文件。

修改系统文件后,可能同时在底部有“详细信息”窗格和在右侧有“预览”窗格。

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>属性>对于“属性”,禁用“只读”>确定。
    • 您将需要Resource HackerAnolis ResourcerRestorator
    • 资源黑客

      • 文件>打开...>选择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到其系统目录中。

      • 右键单击开始角>命令提示符(Admin)>是。

        • 类型:

          cd %SystemDirectory%
          copy %DllPath%
          
          • 输入时,请%SystemDirectory%shell32.dll的系统目录和文件%DllPath%路径替换shell32.dll
        • 验证shell32.dll其系统目录中是否存在。

          • 类型:

            dir "shell32.dll"
            
        • 关闭命令提示符。

  • 超级按钮栏>设置>电源>重新启动。

资料来源

缺点

到目前为止,我注意到的缺点是,需要提升权限的浏览器操作将提示用户帐户控制(UAC)与“未知发行者”的对话框。但是,这对我来说并不重要,因为我不需要如此频繁地编辑受保护的文件,并且使用详细信息窗格的好处胜于缺点。


有用!但是,每次我打开x64应用程序(例如Adobe Photoshop CS5)时,都会收到错误0xC000007B-这正常吗?
Magnetic_dud

13

Windows 8具有显示视频文件详细信息的详细信息窗格。打开详细信息窗格

  1. 在文件资源管理器上的功能区中,单击查看
  2. 选择详细信息窗格

在此处输入图片说明

对编辑的响应:到目前为止,似乎无法将“详细信息”窗格带到底部。我猜微软会基于这样的事实来做出设计决定,即当今大多数人都使用宽屏显示器,并且“详细信息窗格”(以及新的Ribbon)会占用很多垂直空间。


5
这种逻辑使我生气。仅仅因为我有一个宽屏显示器,并不意味着我会全屏打开浏览器窗口。实际上,恰恰相反。它使我想平铺窗户,所以现在的窗户比拥有4:3显示器的窗户更高和更窄。我的水平空间更少!
亚当·哈特

3

提供了一个替代方案- Details pane。它的工作原理非常相似,除了可以在屏幕的右侧启用(可以在“预览”窗格和“详细信息”窗格之间切换)

在此处输入图片说明

例:

在此处输入图片说明


其实,细节窗格不是一种选择,它的完全一样在Windows 7
乔伊

3
差异不大-一种是,您只能在“预览和详细信息”窗格之间切换。其次,状态栏仍然存在-选项->显示状态栏。因此,我称其为替代方案。
12

并且,如果您查看问题描述(->编辑),即使“详细信息”窗格以“替代”形式存在,它也会询问状态栏。
12

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.