windows Data List

/ 목차 /
- 윈도우 11 -> 윈도우 10 우클릭 메뉴 변경
- 원복 방법
윈도우 11 -> 윈도우 10 우클릭 메뉴 변경
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve <br> taskkill /f /im explorer.exe <br> explorer
원복 방법
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f <br> taskkill /f /im explorer.exe <br> explorer
Comment