tools icon indicating copy to clipboard operation
tools copied to clipboard

WIndows 10 not showing

Open tbstauffer opened this issue 1 year ago • 1 comments

Hi, i know this has been posted before but I am not getting the same issue where i can't get stExBar to show up. I am wondering if it is permission? Do i need admin rights? I have tried all the tricks and nothing seems to work

tbstauffer avatar Nov 01 '23 19:11 tbstauffer

What you are describing appears to be due to the change in the Windows Explorer UI.

To revert to the old UI run the following command:

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

To change it back run the following command:

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

RobertKlohr avatar Jan 12 '24 21:01 RobertKlohr