Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 834 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 834 Bytes

RibbonEnablerForWindows11

This tool allows you to change the explorer.exe interface to ribbon

This project is closed, becuase I don't see any sense in the project, also Microsoft added tabs to new ribbon

Screenshot_2022-09-38-15-16-55-36-835 Screenshot_2022-09-38-15-16-56-16-309

Command Prompt

Enable Ribbon: reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v {e2bf9676-5f8f-435c-97eb-11607a5bedf7} /t REG_SZ /f

Disable Ribbon: reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v {e2bf9676-5f8f-435c-97eb-11607a5bedf7} /f