윈도우11우클릭컨텍스트 클래식메뉴(윈도우10메뉴) 전환
작성자 정보
- 최고관리자 작성
- 작성일
컨텐츠 정보
- 941 조회
- 목록
본문
https://www.sordum.org/14479/windows-11-classic-context-menu-v1-2/
Restore full right click context menu in Windows 11 via Registry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
Get the default Windows 11 Context Menu back via Registry
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
After applying the above registry entries, you need to restart File explorer for the settings to take effect. Alternatively you can use Command Prompt to do the same task.
Restore Classic Context Menu on Windows 11 with Cmd
1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f
Restore Default Context Menu on Windows 11 with Cmd
1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
관련자료
-
첨부등록일 2024.02.18 12:09
-
이전
-
다음