Tools/MS Windows2023. 10. 3. 11:07
728x90

탐색기를 왜 이렇게 한건지? 공식적인 옵션은 왜 없는 이해할 수가 없다.

 

1. 탐색기에서 옵션 제거하기

먼저 cmd 창을 연다.

 

왼도우키 + R

cmd 입력하고 엔터

그리고, 아래 명령을 수행한다.

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe
explorer

 

2. 옵션 원상 복구하기

옵션을 원상복구할 때는 명령어를 적용하면 바로 반영이 됩니다.

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

 

end.

728x90
Posted by 하루y