질문과 답변

윈 도 우 배치 파일을 이용해서 폴더 일괄삭제 하려고 하는데요?

2015.12.20 10:52

그린보이 조회:971

제가 윈도우10에서 Windows Powershell를 관리자 권한으로 실행해서 하나하나 비활성화 하고

win10 PE로 부팅 해서 기본앱이 깔린 폴더를 일괄로 싹 지우려고 밑과 같이 만들었는데.. 안지워 지더라구요..

잘 아시는분 수정좀 부탁 드립니다..

예를 *3DBuilder* 를 들어 한거는 앞뒤로 많은 숫자와 영어가 들어가 *로 하면 뒤에 영문과 숫자 무시 하고

3DBuilder만 들어간 폴더 모두 지울수 있게 하려고 한거 입니다..

부탁좀 드립니다.. 폴더 하나하나 지우려니 오래걸려서요..


@echo off
cls
echo.
rd "C:\Program Files\WindowsApps\*3DBuilder*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*BingFinance*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*BingSports*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*CommsPhone*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*MicrosoftOfficeHub*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*Onenote*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*Sway*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*people*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*SkypeApp*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*solitairecollection*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*windowscamera*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*windowsphone*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*xboxapp*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*zunemusic*" /Q /S > NUL 2>&1
rd "C:\Program Files\WindowsApps\*zunevideo*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications\*3DBuilder*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*BingFinance*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*BingSports*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*CommsPhone*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*MicrosoftOfficeHub*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*Onenote*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*Sway*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*people*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*SkypeApp*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*solitairecollection*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*windowscamera*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*windowsphone*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*xboxapp*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*zunemusic*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Applications*zunevideo*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*3DBuilder*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*BingFinance*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*BingSports*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*CommsPhone*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*MicrosoftOfficeHub*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*Onenote*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*Sway*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*people*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*SkypeApp*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*solitairecollection*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*windowscamera*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*windowsphone*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*xboxapp*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*zunemusic*" /Q /S > NUL 2>&1
rd "C:\Windows\InfusedApps\Packages\*zunevideo*" /Q /S > NUL 2>&1

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
60820 기 타| "EBS 명의 2015년12월 18일 방영 죽음 혹은 장애-뇌졸... [2] murimgasa 1490 12-20
» 윈 도 우| 배치 파일을 이용해서 폴더 일괄삭제 하려고 하는데요? [2] 그린보이 971 12-20
60818 윈 도 우| suk님 질문 있습니다.. [5] 테츠로 996 12-20
60817 윈 도 우| RS111082에서 파일 복사 이동시 메세지 박스가 안보입니다. [3] 희망성사 753 12-20
60816 하드웨어| 노트북이..ㅠㅠ [2] goldshot 939 12-20
60815 윈 도 우| 윈도우10 X86 ,X64 [3] 즙포사신 2074 12-20
60814 하드웨어| TV 지원되는 모니터 추천 부탁드립니다. [2] 한스 896 12-20
60813 윈 도 우| 윈도우 업데이트후 정품인증이 풀렸습니다. db7546 1631 12-20
60812 윈 도 우| 윈도우 7 업데이트 확인중.. [3] 테츠로 4810 12-19
60811 소프트웨어| VMware Workstation pro 12 질문(2)입니다. [5] 파란하늘촌 1081 12-19
60810 하드웨어| 삼성컴퓨터가 있는데. SSD와 기존 하드디스크 조합여부 [1] jang3554 1085 12-19
60809 소프트웨어| 비트디펜더 설정방법 좀.. [3] 검객7 1245 12-19
60808 윈 도 우| 윈도우10 설치시 시디키입력안하면 설치불가인가요? [2] 빨간미소 2035 12-19
60807 소프트웨어| EasySysprep_4.3.28.599_nothing1010v3,v2,EasySysprep_4.3... [1] 복태취업했 1378 12-19
60806 윈 도 우| 윈도우10 성능이나 호환성 괜찮은지요? [8] 푸른하늘좋 1184 12-19
60805 소프트웨어| hp드라이버 설치에러 [2] 아담아 1580 12-19
60804 윈 도 우| 윈도우10 메인보드 바꿧는데 인증 유지되네요? [2] 아빌로 1601 12-19
60803 윈 도 우| 윈도우10 에서 연결프로그램 수정 방법 문의 드립니다. [9] The 2475 12-19
60802 윈 도 우| 윈도우 비스타 정품시리얼로는 7 이상 os 설치 불가능한가요? [2] 아름드리나 1141 12-19
60801 윈 도 우| 윈도우10 부팅/절전모드 시 마우스감도 이상 [2] 배워서남주 1472 12-19
XE1.11.6 Layout1.4.8