본문 바로가기
Computer/Tip&Tech

Windows 11 Disable Show more options

by 강릉바다의 블로그 2022. 10. 7.

<Disable>

Windows + Q
cmd
관리자 권한으로 실행
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe
explorer

 


<Enable>
Windows + Q
cmd
관리자 권한으로 실행
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /f /im explorer.exe
explorer

 


강릉바다의 블로그

Since 2008. 1.

https://gnbada.kr/