컴퓨터관련/Tip&Tech
Windows 11 Disable Show more options
강릉바다의 블로그
2022. 10. 7. 14:11
<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.