DEV Community

Long Nguyễn Xuân
Long Nguyễn Xuân

Posted on

Windows 11 always "show more options"

fix this annoy options

Image description

Open a Command Prompt window.

Type the following command line and press Enter:

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

credit link

Top comments (0)