Details Pane in File Explorer


🤦‍♂️ wow.. my bad OP. was a looooooong day. i meant to tell you to install AutoHotKey. i mistyped and put AutoIT and gave you an ahk code. sorry about that!

 

My Computer

System One

  • OS
    Windows 11 Pro
If you want my honest opinion, you should install StartAllBack, set your explorer to the win10 style and then you can launch explorer straight to D: seamlessly. but this works too
The OP wants the old Details pane on the right that supports direct editing of file properties. Launching the old Explorer via the Control Panel is the only known way to do that.

The Exe I provided does the same thing as your AHK script, but the OP is hoping to not temporarily see the control panel before the desired folder is opened. That's a tall order.
 

My Computer

System One

  • OS
    Windows 10/11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
just tested. use startallback, set to win10 explorer (or leave the win11 explorer.. doesnt matter), check box for Details Pane on Bottom. that shows details for multi files.. just at the bottom and not the right pane

Edit:
you could also use WindHawk to get back the old explorer and then just use a shortcut to launch D:
 

My Computer

System One

  • OS
    Windows 11 Pro
use startallback, set to win10 explorer (or leave the win11 explorer.. doesnt matter), check box for Details Pane on Bottom. that shows details for multi files.. just at the bottom and not the right pane

The Windows 7 style details pane at the bottom (which can also be provided by the free OldNewExplorer) was already suggested. The OP insisted that they want the Windows 10 style Details pane on the right.

you could also use WindHawk to get back the old explorer and then just use a shortcut to launch D:

WindHawk does not provide either the Windows 7 or Windows 10 style Details pane.
 

My Computer

System One

  • OS
    Windows 10/11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
here's the crazy part... i ran the reg i posted for OP on a 22h2 pc. it enabled the win10 explorer. i just now ran the 23h2 enablement package, rebooted and it is now 23h2 22631.3737 AND still has the win 10 explorer enabled...
 

My Computer

System One

  • OS
    Windows 11 Pro
here's the crazy part... i ran the reg i posted for OP on a 22h2 pc. it enabled the win10 explorer. i just now ran the 23h2 enablement package, rebooted and it is now 23h2 22631.3737 AND still has the win 10 explorer enabled...
I think that's working as expected. The reg file sets user profile values that are not typically removed by a Windows update. But that doesn't provide the Windows 10 style Details pane.
 

My Computer

System One

  • OS
    Windows 10/11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
it is on that pc.. that was my point. but also.. if you run that reg on a 23h2 machine, it does not invoke the win10 explorer with ribbon. thats why i found it odd

ran the reg to restore the default win11 explorer and now running the win10 explorer reg no longer invokes it. so def cannot do it post 23h2 enablement via reg
 

My Computer

System One

  • OS
    Windows 11 Pro
it is on that pc.. that was my point. but also.. if you run that reg on a 23h2 machine, it does not invoke the win10 explorer with ribbon. thats why i found it odd
If you have the old Details pane (without using the Control Panel method) it would be because that Windows 11 wasn't updated to the version that includes the Details view change.

That reg file will switch Explorer to the Windows 10 version on 22H2 3007 or higher or 23H2 3007 or higher. I would guess the 23H2, where it didn't work, was a lower version.
 

My Computer

System One

  • OS
    Windows 10/11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
played around for a bit this afternoon. got a new workaround that takes a fraction of a second, but is a few more steps to set up.... things you'll need:

Guid Generator (Portable App)

AutoHotKey

Follow these directions:

create new ahk script - open notepad, paste:
Send ^l
Send C:
Send {Enter}
*Send C: - can be changed to desired path... D:, etc)*
Save as nameithere.ahk
right click .ahk > compile script
notate where you save the .exe

Create the new GUID. How to add anything you want to Control Panel
*When you assign the name, launch CharMap, Search for 200B (blank character). copy and paste that as the name so it appears first in the list of icon view*
for the path, use the location of the .exe you created first

now create a new .ahk and paste:
run, %systemdrive%\Windows\System32\control.exe
Send {ENTER}
name it Win10Explorer (or whatever)
right click .ahk > compile script
place .exe wherever you want.

when launched, it will launch Control Panel and immediately press Enter, which chooses the first item displayed... which is the blank name that points to the first script you wrote that sends the address of the desired UNC



OR

You can right click your desktop, create new shortcut and paste:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -nop -ep bypass -c "& {"Start-Process \"Control\"; $wshell = New-Object -ComObject wscript.shell; $null = $wshell.AppActivate(\"Control Panel\"); $wshell.SendKeys("'""^"lThis PC~"'")}
Right click the shortcut > Properties > set run to "minimized"
I didn't create this shortcut, but did remove the sleep time between commands. if you set it to run as minimized, you dont need the sleep interval in there.
 
Last edited:

My Computer

System One

  • OS
    Windows 11 Pro
last post here. i've gotten it as fast as possible. tested on an old i3 laptop and still works in a fraction of a second. use autohotkey to make .ahk and then compile it to make .exe

Run, control.exe
Sleep 225
Send ^l
Sleep 1
Send D:
Sleep 1
Send {ENTER}
 
Last edited:

My Computer

System One

  • OS
    Windows 11 Pro
Getting back to the crux of the matter...,
Just out of curiosity...,
Doesn't having the ability to change the meta data of multiple items at once, leave the potential of screwing things up badly???
Maybe that's why MS did it! 🤷‍♂️

7735.gif
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
@zelarra821 I have just posted an update to OldExplorer which allows you to reduce the amount of time that the Control Panel AdminTools flashes on the screen. It can't be eliminated completely, but you should be able to make it better. See the readme for full details.
Lesferch, I have downloaded Old Explorer, but I don't know how to change the route. Nor did I contribute much more information where I downloaded it. Thank you so much.
 

My Computer

System One

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    *
    CPU
    *
    Motherboard
    *
    Memory
    *
    Graphics Card(s)
    *
    Sound Card
    *
    Monitor(s) Displays
    *
    Screen Resolution
    *
    Hard Drives
    *
    PSU
    *
    Case
    *
    Cooling
    *
    Keyboard
    *
    Mouse
    *
    Internet Speed
    *
    Browser
    *
    Antivirus
    *
    Other Info
    *
Getting back to the crux of the matter...,
Just out of curiosity...,
Doesn't having the ability to change the meta data of multiple items at once, leave the potential of screwing things up badly???
Maybe that's why MS did it! 🤷‍♂️
Let's see, what has done is Microsoft is to choose between changing the metadata of several files or having a view details.

I put a case: with music. I want to see the vertical list of the songs in view of details with the columns that I want, and be able to modify the metadata.

If I put it as you show, goodbye view details.

Can I explain?

Muchas gracias.
 

My Computer

System One

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    *
    CPU
    *
    Motherboard
    *
    Memory
    *
    Graphics Card(s)
    *
    Sound Card
    *
    Monitor(s) Displays
    *
    Screen Resolution
    *
    Hard Drives
    *
    PSU
    *
    Case
    *
    Cooling
    *
    Keyboard
    *
    Mouse
    *
    Internet Speed
    *
    Browser
    *
    Antivirus
    *
    Other Info
    *
make .ahk and then compile it to make .exe
How do I do it?

If I do it with 7zip, then the exe opens with the 7zip and it is useless.

If I try with Autoit, ask me for a file that is not.

Thank you so much.
 

My Computer

System One

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    *
    CPU
    *
    Motherboard
    *
    Memory
    *
    Graphics Card(s)
    *
    Sound Card
    *
    Monitor(s) Displays
    *
    Screen Resolution
    *
    Hard Drives
    *
    PSU
    *
    Case
    *
    Cooling
    *
    Keyboard
    *
    Mouse
    *
    Internet Speed
    *
    Browser
    *
    Antivirus
    *
    Other Info
    *

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
1724836750894.png

This is how it will stay.

Thank you all very much for your suggestions.

You have helped me a lot.

Best regards.
 

My Computer

System One

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    *
    CPU
    *
    Motherboard
    *
    Memory
    *
    Graphics Card(s)
    *
    Sound Card
    *
    Monitor(s) Displays
    *
    Screen Resolution
    *
    Hard Drives
    *
    PSU
    *
    Case
    *
    Cooling
    *
    Keyboard
    *
    Mouse
    *
    Internet Speed
    *
    Browser
    *
    Antivirus
    *
    Other Info
    *

My Computer

System One

  • OS
    Windows 10/11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
View attachment 106341

This is how it will stay.

Thank you all very much for your suggestions.

You have helped me a lot.

Best regards.
You can use the method here to do what you initially requested. Credit @ThioJoe

 
Last edited:

My Computer

System One

  • OS
    Windows 11 Pro

Latest Support Threads

Back
Top Bottom