카테고리 없음
[기타] win10 광고,광부 프로그램 제거
나스닥171819
2020. 8. 26. 17:52
728x90
반응형
단 작업관리자 세부 정보 탭에서
shellexperiencehost.exe 를 찾아서 프로그램 종료를 해야 한다.
taskkill /f /im shellexperiencehost.exe
move "%windir%\SystemApps\ShellExperienceHost_cw5n1h2txyewy" "%windir%\SystemApps\ShellExperienceHost_cw5n1h2txyewy.bak"
아래는 참고만
@echo off |
taskkill /f /im explorer.exe |
taskkill /f /im shellexperiencehost.exe |
timeout /t 3 /NOBREAK > nul |
del "%localappdata%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\TempState\*" /q |
del "%localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\*" /q |
timeout /t 2 /NOBREAK > nul |
start explorer |
@echo on |
반응형