본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

@echo off

title GC USER DELETE v1.2 (개발자:김인철)

echo.

echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

echo.

echo  컴퓨터 사용자 자료 삭제 (GC_USER_DELETE_v1.2)

echo.

echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

echo.

echo.

 

md "C:\GC_USER_DELETE\"

 

echo.

echo.

echo Internet Explorer 11 기본 설정 복원 ▶ [√] 개인 설정 삭제

echo.

echo. 

rundll32.exe inetcpl.cpl ResetIEtoDefaults

 

echo.

echo 인터넷 익스플로러 창이 완전하게 열기면, 인터넷 창을 닫고 계속 진행하세요.

echo.

start /b "C:\Program Files\Internet Explorer\" /b iexplore.exe "http://xtrm.myds.me"

echo.

timeout -t 15

 

echo.

 

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

 

 

echo.

echo.

echo 인터넷 IE 11 레지스트리 재등록 (RESET)

echo.

REG IMPORT GC_IE_RESET_REG.reg

 

echo.

echo.

echo.

echo 지금 바탕화면에 모든 파일을 삭제합니다. 진행할려면 Enter 누르세요.

echo.

pause

echo.

echo 삭제합니다. 확실합니까?

echo.

pause

echo.

 

echo.

echo 공용 바탕화면 아이콘 복구 

echo.

 

cd\

cd "%PUBLIC%\Desktop"

C:

move /y "%PUBLIC%\Desktop\*.lnk" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\*.url" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\*.website" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\Acrobat Reader*.lnk" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\Excel*.lnk" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\PowerPoint*.lnk" "C:\GC_USER_DELETE"

move /y "%PUBLIC%\Desktop\*한글*.lnk" "C:\GC_USER_DELETE"

 

cd\

cd "C:\GC_USER_DELETE"

C:

 

del /f /q "%USERPROFILE%\Desktop\*.*"

del /f /q "%PUBLIC%\Desktop\*.*"

 

move /y "C:\GC_USER_DELETE\Acrobat Reader DC.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\Chrome.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\CWP.url" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\Excel 2013.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\Internet Explorer.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\PowerPoint 2013.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\반디집.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\*행정시스템*.url" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\알약.lnk" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\온라인 도우미.website" "%PUBLIC%\Desktop"

move /y "C:\GC_USER_DELETE\*한글*.lnk" "%PUBLIC%\Desktop"

 

cd\

cd "C:\GC_USER_DELETE"

C:

 

echo.

echo 삭제 할 파일(FILE) 목록 작성 "%USERPROFILE%"

echo.

 

dir "%USERPROFILE%\3D Objects" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Contacts" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Desktop" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Documents" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Downloads" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Favorites" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Links" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Music" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Pictures" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Saved Games" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Searches" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Videos" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\AppData\Roaming\Hnc" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

echo.

echo 삭제 할 파일(FILE) 목록 작성 "C:\Users\Administrator"

echo.

 

dir "C:\Users\Administrator\3D Objects" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Contacts" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Desktop" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Documents" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Downloads" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Favorites" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Links" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Music" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Pictures" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Saved Games" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Searches" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Videos" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\AppData\Roaming\Hnc" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

echo.

echo 삭제 할 파일(FILE) 목록 작성 "C:\Users\user"

echo.

 

dir "C:\Users\user\3D Objects" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Contacts" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Desktop" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Documents" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Downloads" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Favorites" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Links" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Music" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Pictures" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Saved Games" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Searches" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Videos" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\AppData\Roaming\Hnc" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

echo.

echo 삭제 할 폴더(FOLDER) 목록 작성 "%USERPROFILE%"

echo.

 

dir "%USERPROFILE%\3D Objects" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Contacts" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Desktop" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Documents" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Downloads" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Favorites" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Links" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Music" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Pictures" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Saved Games" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Searches" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\Videos" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%USERPROFILE%\AppData\Roaming\Hnc" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

 

echo.

echo 삭제 할 폴더(FOLDER) 목록 작성 "C:\Users\Administrator"

echo.

 

dir "C:\Users\Administrator\3D Objects" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Contacts" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Desktop" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Documents" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Downloads" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Favorites" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Links" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Music" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Pictures" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Saved Games" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Searches" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\Videos" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\Administrator\AppData\Roaming\Hnc" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

echo.

echo 삭제 할 폴더(FOLDER) 목록 작성 "C:\Users\user"

echo.

 

dir "C:\Users\user\3D Objects" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Contacts" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Desktop" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Documents" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Downloads" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Favorites" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Links" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Music" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Pictures" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Saved Games" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Searches" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\Videos" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "C:\Users\user\AppData\Roaming\Hnc" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

 

echo.

echo 삭제 할 인증서(GPKI,NPKI) 목록 작성

echo.

dir "%systemdrive%\GPKI" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%programfiles%\NPKI" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%PROGRAMFILES(x86)%\NPKI" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%userprofile%\AppData\LocalLow\NPKI" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

dir "%systemdrive%\GPKI" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%programfiles%\NPKI" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%PROGRAMFILES(x86)%\NPKI" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%userprofile%\AppData\LocalLow\NPKI" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

 

echo.

echo 윈도우10 스티커 메모 목록 작성

echo.

dir "%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState" /s /n /on /b >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

dir "%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState" /s /n /on /b /ad >> "C:\GC_USER_DELETE\USER_DELETE_LIST.txt"

 

 

echo.

echo.

echo 수집 된 폴더 및 파일을 삭제합니다. 진행할려면 Enter 누르세요.

echo.

timeout.exe /t 5

echo.

 

del /f /q "%USERPROFILE%\3D Objects\*.*"

del /f /q "%USERPROFILE%\Contacts\*.*"

del /f /q "%USERPROFILE%\Desktop\*.*"

del /f /q "%USERPROFILE%\Documents\*.*"

del /f /q "%USERPROFILE%\Downloads\*.*"

del /f /q "%USERPROFILE%\Favorites\*.*"

del /f /q "%USERPROFILE%\Links\*.*"

del /f /q "%USERPROFILE%\Music\*.*"

del /f /q "%USERPROFILE%\Pictures\*.*"

del /f /q "%USERPROFILE%\Saved Games\*.*"

del /f /q "%USERPROFILE%\Searches\*.*"

del /f /q "%USERPROFILE%\Videos\*.*"

del /f /q "%USERPROFILE%\AppData\Roaming\Hnc\*.*"

 

del /f /q "C:\Users\Administrator\3D Objects\*.*"

del /f /q "C:\Users\Administrator\Contacts\*.*"

del /f /q "C:\Users\Administrator\Desktop\*.*"

del /f /q "C:\Users\Administrator\Documents\*.*"

del /f /q "C:\Users\Administrator\Downloads\*.*"

del /f /q "C:\Users\Administrator\Favorites\*.*"

del /f /q "C:\Users\Administrator\Links\*.*"

del /f /q "C:\Users\Administrator\Music\*.*"

del /f /q "C:\Users\Administrator\Pictures\*.*"

del /f /q "C:\Users\Administrator\Saved Games\*.*"

del /f /q "C:\Users\Administrator\Searches\*.*"

del /f /q "C:\Users\Administrator\Videos\*.*"

del /f /q "C:\Users\Administrator\AppData\Roaming\Hnc\*.*"

 

del /f /q "C:\Users\user\3D Objects\*.*"

del /f /q "C:\Users\user\Contacts\*.*"

del /f /q "C:\Users\user\Desktop\*.*"

del /f /q "C:\Users\user\Documents\*.*"

del /f /q "C:\Users\user\Downloads\*.*"

del /f /q "C:\Users\user\Favorites\*.*"

del /f /q "C:\Users\user\Links\*.*"

del /f /q "C:\Users\user\Music\*.*"

del /f /q "C:\Users\user\Pictures\*.*"

del /f /q "C:\Users\user\Saved Games\*.*"

del /f /q "C:\Users\user\Searches\*.*"

del /f /q "C:\Users\user\Videos\*.*"

del /f /q "C:\Users\user\Roaming\Hnc\*.*"

 

del /f /q "%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\*.*"

 

for /f "delims=" %%i in (C:\GC_USER_DELETE\USER_DELETE_LIST.txt) do del /f /q "%%i\*.*"

for /f "delims=" %%i in (C:\GC_USER_DELETE\USER_DELETE_LIST.txt) do del /f /q "%%i"

for /f "delims=" %%i in (C:\GC_USER_DELETE\USER_DELETE_LIST.txt) do rd /q "%%i"

for /f "delims=" %%i in (C:\GC_USER_DELETE\USER_DELETE_LIST.txt) do rd /q "%%i"

 

echo.

echo 인터넷 익스플로러 종료합니다.

echo.

taskkill /f /im AdobeARM.exe /t

taskkill /f /im HncCheck.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

 

echo.

echo 사용자 컴퓨터 사용 기록을 삭제합니다.

echo.

echo.

echo 오피스 2013 최서 문서 기록 삭제 (엑셀,파워포인트,워드,엑세스)

echo.

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\PowerPoint\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\PowerPoint\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\File MRU" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\File MRU" /f

echo.

echo 오피스 2013 최서 문서 기록 삭제 완료

echo.

 

echo.

echo 한글 2010 최근 작업 문서 기록 삭제

echo.

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\8.0\HwpFrame_KOR\RecentFile" /f

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\9.0\HwpFrame_KOR\RecentFile" /f

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\10.0\HwpFrame_KOR\RecentFile" /f

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\8.0\HwpFrame\RecentFile" /f

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\9.0\HwpFrame\RecentFile" /f

REG DELETE "HKEY_CURRENT_USER\Software\HNC\Hwp\10.0\HwpFrame\RecentFile" /f

echo.

echo 한글 2010 최근 작업 문서 기록 삭제 완료

echo.

 

echo.

echo 아크로벳 DC 최근 작업 문서 기록 삭제

echo.

REG DELETE "HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\AVGeneral\cRecentFiles" /f

REG DELETE "HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\AVGeneral\cRecentFiles" /f

REG DELETE "HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\10.0\AVGeneral\cRecentFiles" /f

REG DELETE "HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\AVGeneral\cRecentFiles" /f

echo.

echo 아크로벳 DC 최근 작업 문서 기록 삭제 완료

echo.

 

echo.

echo 인터넷 익스플로러 방문 기록 삭제

echo.

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform" /f

REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects" /f

REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs" /f

echo.

echo 인터넷 익스플로러 방문 기록 삭제 완료

echo.

 

echo.

echo 파일 탐색기 기록 삭제

echo.

del /f /q "%APPDATA%\Microsoft\Windows\Recent\*.*"

del /f /q "%APPDATA%\microsoft\windows\recent\automaticdestinations\*.*"

echo.

echo 파일 탐색기 기록 삭제 완료

echo.

 

echo.

echo 파일 탐색기 기록 삭제

echo.

rd /s /q "%USERPROFILE%\AppData\Roaming\Hnc"

rd /s /q "%USERPROFILE%\AppData\Roaming\Temp"

rd /s /q "%USERPROFILE%\AppData\LocalLow\Temp"

rd /s /q "%USERPROFILE%\AppData\Local\Temp"

echo.

echo 파일 탐색기 기록 삭제 완료

echo.

 

echo.

echo 공인인증서 삭제

echo.

rd /s /q "%systemdrive%\GPKI"

rd /s /q "%systemdrive%\NPKI"

rd /s /q "%programfiles%\NPKI"

rd /s /q "%PROGRAMFILES(x86)%\NPKI"

rd /s /q "%userprofile%\AppData\LocalLow\NPKI"

 

echo.

echo 공인인증서 삭제 완료

echo.

 

 

echo.

echo 휴지통 비우기

echo.

rd /s /q %systemdrive%\$Recycle.bin

rd /s /q D:\$Recycle.bin

echo.

echo 휴지통 비우기 완료

echo.

 

echo.

echo  ★★★ 사용중인 모든 파일탐색기(explorer)를 종료합니다.

echo.

timeout.exe /t 10

echo.

taskkill /f /im explorer.exe

taskkill /f /im explorer.exe

echo.

echo 윈도우 아이콘 데이터베이스를 초기화합니다.

echo.

attrib %userprofile%\appdata\local\iconcache.db -s -r -h

del /f /a /q %userprofile%\appdata\local\iconcache.db

echo.

echo 윈도우 파일탐색기(explorer)를 재실행합니다.

echo.

echo 잠시만 기다려주십시오. 5초 대기.

echo.

timeout.exe /t 5

echo.

start explorer.exe

echo.

 

echo.

echo.

echo 인터넷 IE 11 레지스트리 재등록 (RESET)

echo.

REG IMPORT GC_IE_RESET_REG.reg

echo.

start /b "C:\Program Files\Internet Explorer\" /b iexplore.exe "http://xtrm.myds.me"

echo.

 

%SystemRoot%\explorer.exe /n, /e, "C:\"

%SystemRoot%\explorer.exe /n, /e, "D:\"

%SystemRoot%\explorer.exe /n, /e, "E:\"

%SystemRoot%\explorer.exe /n, /e, "%systemdrive%\$Recycle.bin"

 

exit


  1. CASZONE X-TOOLS Add-On v1.6.3

  2. CASZONE X-TOOLS v4.8.2

  3. OneDrive Delete Batch

  4. ROBOCOPY 나만의 파일 자동 백업 배치파일 만들기

  5. No Image 18Aug
    by 관리자
    2020/08/18 Views 1348 

    컴퓨터 사용자 자료 삭제 (GC_USER_DELETE_v1.1.9)

  6. 메인보드 인젝션(injection) 윈도우 제품키 인증 (자동인증 배치파일)

  7. CASZONE X-TOOLS v4.3 (Win10, Win7)

  8. xcopy 원본 대상 /e /h /k /y

  9. 배치파일 관리자 권한으로 실행

  10. 인터넷 익스플로러 초기화 v2.3.7

  11. 크롬 기록 삭제하기

  12. 카스존 CMD ROBOCOPY 설정

  13. 윈도우 제품키 변경 배치파일

  14. IE RESET v2.3.5 (인터넷 익스플로러 초기화)

  15. 컴퓨터이름IP변경v2 (관리자 권한 실행)

  16. IE RESET v2.3.4 (인터넷 익스플로러 초기화)

  17. 컴퓨터이름IP변경v1

  18. 윈도우 제품키 삭제 배치파일 WinKey_Delete.bat

  19. 윈도우7 제품키 변경 배치파일 WinKey_Change.bat

  20. USB삭제_윈도우10

Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7