The problem
With the update to windows 11, they have changed the default right-click menu and hidden most of the detailed functionality that you are familiar with.
So you want to restore the original detailed functionality. To do this requires a registry change.
The fix
This requires a registry entry change and a reboot.
The Registry change, the easiest way is to
- Download the registry file
https://1drv.ms/f/s!AuDZc-Atw6mcg7F52g1tGuIoLXeuMQ?e=67sdWz
Or if you prefer to bake your own
- Create an empty text file with the extension .reg
- Copy paste the below content
- Save the .reg file
Then
- Double-click on the .reg file to run the registry update and follow the prompts
- Restart your computer
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InProcServer32]
@=""
That is it after restarting your computer you now have the old right-click menu back.