Windows 8 ha una barra di stato per visualizzare i dettagli di un file?


21

In Windows 7, quando seleziono un file video in Esplora risorse, vengono visualizzate le informazioni su quel file nella parte inferiore della finestra. Per esempio:

inserisci qui la descrizione dell'immagine

Tuttavia, questo sembra essere stato rimosso in Windows 8. È possibile ripristinare questa funzionalità?

EDIT : so che posso sempre aprire il riquadro dei dettagli, ma non è quello che voglio. Voglio che sia nella parte inferiore della finestra, non sul lato


nota: in realtà esiste qualcosa chiamato barra di stato, in Opzioni cartella nella scheda Visualizza.
Louis,

1
Vero - La barra di stato può essere attivata tramite "Opzioni" nella scheda Visualizza - Ma i dettagli mostrati sono piuttosto minimi - Mostra il numero di file nella cartella e, selezionando un file, mostra anche la dimensione del file. Ma se stavi cercando maggiori dettagli, il riquadro Dettagli è utile.
Agirish,

4
Questo si chiama Riquadro dettagli ed è ancora presente in Windows 8.
Joey,

2
Sì, hanno spostato il riquadro dei dettagli a destra e lasciato solo una barra di stato a riga singola nella parte inferiore. Probabilmente dovrai aspettare una sorta di hack (se possibile) per spostare il riquadro verso il basso. Non tutti hanno un monitor widescreen, quindi perché non hanno potuto rendere la posizione un'opzione o addirittura renderla trascinabile? Pane ITA è quello che è.
Karan,

Risposte:


10

Devi modificare i file di sistema.

Dopo aver modificato i file di sistema, è possibile avere contemporaneamente il riquadro dei dettagli in basso e il riquadro di anteprima a destra.

riquadro di Windows 8 - stato in basso

Istruzioni

  • Copia %WinDir%\System32\shell32.dlle %WinDir%\SysWOW64\shell32.dllsul desktop o in directory temporanee.
  • Assumi la proprietà e rinomina i shell32.dllfile originali .

    • Salva 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"
      
    • Fare clic destro su Rename shell32.dll.bat> Esegui come amministratore> Sì.

  • Ripetere i passaggi seguenti per ciascuno shell32.dllsul desktop o nelle directory temporanee:

    • Fare clic destro su shell32.dll> Proprietà> Per "Attributi", disabilitare "Sola lettura"> OK.
    • Avrai bisogno di un hacker di risorse , di Anolis Resourcer o di un restauratore .
    • Hacker di risorse

      • File> Apri ...> Seleziona il shell32.dllfile.
      • UIFILE

        • 3> 1033> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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> Sostituisci testo> Compila script:

          <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>
          
      • File> Salva.

      • File> Esci.
    • Copia il modificato shell32.dllnella sua directory di sistema.

      • Fare clic con il tasto destro sull'angolo Start> Prompt dei comandi (Admin)> Sì.

        • Genere:

          cd %SystemDirectory%
          copy %DllPath%
          
          • Durante la digitazione, sostituire %SystemDirectory%con shell32.dllla directory di sistema e %DllPath%con il percorso del shell32.dllfile.
        • Verificare che shell32.dllesista nella sua directory di sistema.

          • Genere:

            dir "shell32.dll"
            
        • Chiudi il prompt dei comandi.

  • Barra degli accessi> Impostazioni> Alimentazione> Riavvia.

fonti

svantaggi

Il rovescio della medaglia che ho notato finora è che le operazioni di Explorer che richiedono l'elevazione attiveranno le finestre di dialogo di controllo dell'account utente con "editore sconosciuto". Tuttavia, questo non è un grosso problema per me perché non ho bisogno di modificare i file protetti così spesso e il vantaggio di avere il riquadro dei dettagli supera lo svantaggio.


Funziona! Ma ogni volta che apro un'app x64 (esempio: Adobe Photoshop CS5), viene visualizzato l'errore 0xC000007B - è normale?
Magnetic_dud

13

Windows 8 ha un riquadro dei dettagli che mostra i dettagli dei file video. Per aprire il riquadro dei dettagli

  1. Dalla barra multifunzione su Esplora file, fare clic su Visualizza
  2. Seleziona il riquadro dei dettagli

inserisci qui la descrizione dell'immagine

Risposta a EDIT: sembra che il riquadro Dettagli non possa essere portato in fondo al momento. Immagino che Microsoft abbia basato questa decisione di progettazione sul fatto che la maggior parte delle persone utilizza i display Widescreen in questi giorni e il riquadro dei dettagli (insieme al nuovo nastro) occuperebbe molto spazio verticale.


5
Questa logica mi fa arrabbiare. Solo perché ho un monitor widescreen non significa che apro le finestre di Explorer a schermo intero. In effetti, al contrario. Mi fa venir voglia di affiancare le mie finestre, quindi la mia finestra è ora più alta e più stretta che se avessi un monitor 4: 3. Ho MENO spazio orizzontale!
Adam Harte,

3

C'è un'alternativa fornita - The Details pane. Funziona in modo abbastanza simile, tranne per il fatto che può essere abilitato sul lato destro dello schermo (puoi passare dal riquadro Anteprima al riquadro Dettagli)

inserisci qui la descrizione dell'immagine

Esempio:

inserisci qui la descrizione dell'immagine


In realtà il riquadro dei dettagli non è un'alternativa, è esattamente lo stesso di Windows 7.
Joey,

3
Ci sono alcune piccole differenze: una è, puoi solo passare dal riquadro Anteprima a Dettagli. E in secondo luogo, la barra di stato esiste ancora - Opzioni -> Mostra barra di stato. E quindi l'ho chiamato un'alternativa.
agirish,

E se guardi la descrizione della domanda (-> Modifica), vedrai che richiede la barra di stato, anche se il riquadro Dettagli esiste come "alternativa".
agirish,

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.