https://carpfish.tistory.com/entry/Windows-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%EC%8B%A4%ED%96%89-%EC%B0%A8%EB%8B%A8-%EC%84%A4%EC%A0%95%EB%B0%A9%EB%B2%95
안쓰는 윈도우 프로그램 실행 차단 ㅋㅋ
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v DisallowRun /t REG_DWORD /d 1
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" /v 1 /t REG_MULTI_SZ /d oCamTask.exe
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" /v 2 /t REG_MULTI_SZ /d iexplore.exe
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" /v 3 /t REG_MULTI_SZ /d spoolsv.exe
복구 할 경우 삭제
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v DisallowRun /t REG_DWORD /d 0
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun"
https://answers.microsoft.com/en-us/windows/forum/all/how-to-disable-edge/2a99ad5b-237e-4b20-ad0a-20d731d5ee0a
Edge 종료 하고 실행 해야 하고요 sfc 검색 하면 이게 복구 됨
move "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe" "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe_old"
sc stop "Spooler"
sc config "Spooler" start= disabled
죽어라 실행 되는 프린터 난 프린터도 안쓰는대 ㅎㅎ;;
oCamTask.exe 사용 안할땐 실시간 끄고 싶다 ㅠㅠ.
iexplore.exe 악용소지 다분
Edge 안쓰는대 마구 리소스 잡아 먹고 있음
핵심 내용
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
DisallowRun REG_DWORD 으로 해서 1로 등록 하고
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun
문자열로 해서 1 2 3 4 로 해서 순서대로 안쓰는 프로그램 exe 등록 하면 된다 하지만 엣지의 경우 등록 자체가 어려워
위와 같으 폴더 전체를 이름 바꾸기 해야 한다.