윈 도 우 배치 파일을 이용해서 폴더 일괄삭제 하려고 하는데요?
2015.12.20 21:49
제가 윈도우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
댓글 [1]
-
suk 2015.12.20 22:06
번호 | 제목 | 글쓴이 | 조회 | 등록일 |
---|---|---|---|---|
[공지] | 질문과 답변 게시판 이용간 유의사항 | gooddew | - | - |
60847 | 기 타| 랜섬웨어 예방법있나요? [4] | 도전정신 | 1251 | 12-21 |
60846 | 윈 도 우| 윈도우10버전 1511 ? 1512 | 웁초보 | 1701 | 12-21 |
60845 | 윈 도 우| Windows 10 TH2 Pro K x64 Fix Edition 구할수 있을까요 [5] | 아사루 | 1689 | 12-21 |
60844 | 윈 도 우| 윈도우 레드스톤 11082 버그패치 [1] | 그린cnc | 1165 | 12-21 |
60843 | 윈 도 우| 8.1에 어도비플래시플레이어 기본 내장되어있는건가요? [1] | 복태취업했 | 831 | 12-21 |
60842 | 윈 도 우| 윈도우 7 엔터프라이즈 버전 업데이트 통합관련 입니다. [14] | 뎅이군 | 1387 | 12-21 |
60841 | 기 타| 매니안 홈페이지 접속시 딜레이 현상 [2] | w20060101 | 788 | 12-21 |
60840 | 소프트웨어| 고스트 사용 내역.. [6] | 우틴 | 1071 | 12-21 |
60839 | 윈 도 우| window업데이트는 사용하시면서 하시나요? [8] | 뷰티블마인 | 926 | 12-21 |
60838 | 윈 도 우| 몇몇 문제있는 윈도우 업데이트 MS에서 관리하나요?? [2] | 짱이닷 | 1084 | 12-21 |
60837 | 기 타| 요즘 가요 mp3는 왜 다운이 안될까요 [4] | stormos | 1194 | 12-21 |
60836 | 윈 도 우| suk님 배치 파일 좀 봐주세요.. [2] | 그린보이 | 926 | 12-20 |
» | 윈 도 우| 배치 파일을 이용해서 폴더 일괄삭제 하려고 하는데요? [1] | 그린보이 | 886 | 12-20 |
60834 | 윈 도 우| 윈도우 설치시 [1] | 화이팅맨 | 801 | 12-20 |
60833 | 소프트웨어| 카스퍼스키 버전 [3] | 1992 | 1340 | 12-20 |
60832 | 윈 도 우| 베트남産 PE 내부 파일 버전 업 하려는 데요....7-zip... [2] | 무주처사 | 944 | 12-20 |
60831 | 윈 도 우| 윈10 10586빌드 뭐가 달라졌나요? 에어로글래스 에러 [1] | 이탈 | 1407 | 12-20 |
60830 | 기 타| 쓸만한 클라우드 서비스가 뭐가 있을까요? [5] | ccvc12 | 1155 | 12-20 |
60829 | 윈 도 우| 윈10 10586빌드...... [1] | 이탈 | 1290 | 12-20 |
60828 | 윈 도 우| 통합 윈도우에서요.. [1] | 테츠로 | 1098 | 12-20 |
https://windowsforum.kr/review/6720788
이걸 참고로 해보세요