윈 도 우 배치 파일을 이용해서 폴더 일괄삭제 하려고 하는데요?
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 | - | - |
60947 | 윈 도 우| 크롬에서 토렌트 파일 받을 때? [6] | 소나무향 | 1674 | 12-26 |
60946 | 윈 도 우| "Disable Driver Signature Enforcement" 영구 ... [4] | 클라우디 | 1013 | 12-25 |
60945 | 윈 도 우| 윈도우10 인증.... [6] | DTQ | 3800 | 12-25 |
60944 | 윈 도 우| 배치파일에서 txt로 저장하는 부분에서 일본어 한자가 일부... [3] | 도라란 | 862 | 12-25 |
60943 | 기 타| MHL to HDMI 케이블 질문드립니다. [5] | cocoa | 1754 | 12-25 |
60942 | 윈 도 우| Windows 8.1 과 10에서. [2] | gtxkim | 1158 | 12-25 |
60941 | 소프트웨어| ALT + F4 누르면요.. [3] | 가드리아 | 1315 | 12-25 |
60940 | 소프트웨어| 프로그램이 먼지 알고 싶습니다. [2] | 예스어데이 | 1126 | 12-25 |
60939 | 기 타| Acoustica MP3 CD Burner [2] | 세븐좋아 | 789 | 12-25 |
60938 | 윈 도 우| 윈도 리눅스 멀티부팅 하드디스크 복제 [2] | 아름드리나 | 1159 | 12-25 |
60937 | 하드웨어| 삼성 SSD 840 evo as 보내려고합니다. [4] | 하루나기 | 1307 | 12-25 |
60936 | 모 바 일| 안드로이드폰에서 전원버튼이 [2] | 머린 | 1357 | 12-25 |
60935 | 윈 도 우| 설치디스크 선택부터 무인설치로 만들수 있을까요? [3] | 미래도 | 820 | 12-25 |
60934 | 윈 도 우| 누적 업데이트KB3105210 | 십자수 | 1122 | 12-25 |
60933 | 하드웨어| m/b(asus b85m-g) + cpu(g3450) 환경에서 시작시 cpu 쿨러 ... [3] | 운상아짜 | 994 | 12-25 |
60932 | 소프트웨어| 최신 사무실 한글판 비지오 32/64비트 이미지 어디서 받을... | 번개 | 1261 | 12-25 |
60931 | 윈 도 우| 윈도우10 저장할권한이 없다고 하는데요 [4] | The | 1247 | 12-25 |
60930 | 게 임| 지포스(Fermi Gpu)400/500시리즈 wddm2.0 지원 관련 [1] | 히치콕 | 1648 | 12-25 |
60929 | 윈 도 우| 윈도우10 64비트 사용중입니다. [5] | 파렌하잇 | 1436 | 12-24 |
60928 | 소프트웨어| 오피스 2016 종류에 대해 문의드립니다. [7] | The | 2173 | 12-24 |
https://windowsforum.kr/review/6720788
이걸 참고로 해보세요