본문 바로가기
?

단축키

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. No Image notice

    CASZONE X-TOOLS Add-On v1.6.3

    @echo off mode con:cols=65 lines=20 title CASZONE X-TOOLS Add-On v1.6.3 (개발자:김인철) >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo Run as Administrat...
    Date2019.09.18 Category배치파일 Views1414
    read more
  2. notice

    CASZONE X-TOOLS v4.8.2

    IP 대역 98.18 부분을 사용 할 사내망 IP 대역으로 변경하세요. RAM---Computer IP Setting 안에 SUBNETMASK, DNS1, DNS2 사내망 네트워크 정보로 수정하여 사용하세요. @echo off title CASZONE X-TOOLS v4.8 (개발자:김인철) >nul 2>&1 "%SYSTEMROOT%\s...
    Date2019.09.01 Category배치파일 Views1014
    read more
  3. No Image

    OneDrive Delete Batch

    @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo Run as Administrator... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = Create...
    Date2021.04.28 Category배치파일 Views1054
    Read More
  4. ROBOCOPY 나만의 파일 자동 백업 배치파일 만들기

    두가지 파일을 만듭니다. 첫번째 파일 : backup.cmd ※파일확장자 CMD @echo off robocopy /MIR /XO /COPY:DAT /ZB /R:1 /W:1 "원본경로" "백업경로\%DATE%" msg * "%date% 백업완료" exit 두번째 파일 : auto.vbs ※파일확장자 VBS Set WinScriptHost = CreateO...
    Date2021.01.20 Category배치파일 Views2272
    Read More
  5. No Image

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

    @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 ...
    Date2020.08.18 Views1347
    Read More
  6. No Image

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

    @echo off cd\ cls echo. echo 제조사 메인보드 인젝션(injection) 윈도우 제품키 인증 echo. For /f "tokens=2 delims=," %%a in ('wmic path SoftwareLicensingService get OA3xOriginalProductKey^,VLRenewalInterval /value /format:csv') do set ...
    Date2019.12.17 Category배치파일 Views546
    Read More
  7. No Image

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

    네워크 정보는 사용자 환경에 맞게 수정하여 사용바랍니다. ----- Computer IP Setting ----- SET SUBNETMASK= 수정필요 SET GATEWAY= 수정 금지! SET DNS1= 수정필요 SET DNS2= 수정필요 SET NICName= 수정필요 @echo off title CASZONE X-TOOLS v4.3 (개발자...
    Date2019.09.01 Category배치파일 Views341
    Read More
  8. No Image

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

    xcopy 원본 대상 /e /h /k /y /E 비어 있는 경우를 포함하여 디렉터리와 하위 디렉터리를 복사합니다. /H 숨겨진 파일과 시스템 파일도 복사합니다. /K 특성을 복사합니다. 일반적인 Xcopy는 읽기 전용 특성을 다시 설정합니다. /Y 기존 대상 파일을 덮어쓸지 ...
    Date2019.08.24 Category명령어 Views343
    Read More
  9. No Image

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

    @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo Run as Administrator... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = Create...
    Date2019.08.20 Category배치파일 Views3378
    Read More
  10. No Image

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

    @echo off title 인터넷 익스플로러 초기화 v2.3.7 (개발자:김인철) setlocal EnableDelayedExpansion set Schalter=5 set Width=0 echo. echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ echo. echo 인터넷 익스플로러 초기화 v2.3.7 echo. echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ echo....
    Date2019.05.29 Category배치파일 Views751
    Read More
  11. No Image

    크롬 기록 삭제하기

    ECHO -------------------------------------- ECHO ** Clearing Chrome cache taskkill /F /IM "chrome.exe">nul 2>&1 set ChromeDataDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default set ChromeCache=%ChromeDataDir%\Cache>nul...
    Date2019.05.19 Category배치파일 Views1352
    Read More
  12. No Image

    카스존 CMD ROBOCOPY 설정

    @echo off timeout /t 600 net use F: "\\192.168.0.XX\_backup_2tb" /user:아이디 패스워드 :_loop timeout /t 43200 cls echo. echo [START]□□□□□□□□□□ 카스존SM 나스QNAP서버 □□□□□□□□□□[START] echo. echo. timeout /t 3 echo. echo. echo ───── 스캔파일 ...
    Date2019.04.20 Category배치파일 Views301
    Read More
  13. No Image

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

    @echo off echo 기존의 윈도우 키를 삭제 합니다. echo. pause slmgr.vbs /upk echo. echo. echo 레지스트리에 있는 제품키를 삭제 합니다. echo. pause slmgr.vbs /cpky goto CDKEY :CDKEY set /p CDKEY=원도우 제품키 입력하세요 : set /p choice=입력한 제...
    Date2019.04.15 Category배치파일 Views622
    Read More
  14. No Image

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

    @echo off timeout.exe /t 5 taskkill /f /im AdobeARM.exe /t taskkill /f /im HncCheck.exe /t taskkill /f /im veraport.exe /t taskkill /f /im delfino.exe /t taskkill /f /im I3GProc.exe /t taskkill /f /im AnySign4PC.exe /t taskkill /f /im stsess...
    Date2019.04.03 Category배치파일 Views522
    Read More
  15. No Image

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

    @echo off goto StartConfig :StartConfig cls REM ------------------------------------- Computer IP Setting ----------------------------------------------- SET IPx3=192.168.0. :: [설명] 아이피 대역 앞 세구간 입력하세요. 끝에 "점" 필수 입력 SET...
    Date2019.03.23 Category배치파일 Views772
    Read More
  16. No Image

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

    @echo off timeout.exe /t 5 echo. echo. Echo + 전원 구성표 : 고성능(활성) POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c echo. Echo + 디스플레이 끄기 : 해당없음 (0값) POWERCFG /Change /monitor-timeout-ac 30 echo. Echo + 다음시간이후...
    Date2019.03.23 Category배치파일 Views242
    Read More
  17. No Image

    컴퓨터이름IP변경v1

    @echo off goto StartConfig :StartConfig cls REM ------------------------------------- Computer IP Setting ----------------------------------------------- SET IPx3=192.168.0. :: 아이피 대역 앞 세구간 입력하세요. 끝에 "점" 필수 입력 SET IPxN=1...
    Date2019.03.12 Category배치파일 Views447
    Read More
  18. No Image

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

    @echo off echo 기존의 윈도우 키를 삭제 합니다. echo. pause slmgr.vbs /upk echo. echo. echo 레지스트리에 있는 제품키를 삭제 합니다. echo. pause slmgr.vbs /cpky echo. echo. echo 소프트웨어 보호 플랫폼 서비스 중지 echo. pause net stop sppsvc ec...
    Date2019.01.28 Category배치파일 Views660
    Read More
  19. No Image

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

    @echo off echo 기존의 윈도우 키를 삭제 합니다. echo. pause .vbs /upk echo. echo. echo 레지스트리에 있는 제품키를 삭제 합니다. echo. pause slmgr.vbs /cpky echo. echo. echo 원도우7 제품키 변경 시작 echo. pause slmgr.vbs -ipk 제품키 입력 echo. ...
    Date2019.01.28 Category배치파일 Views212
    Read More
  20. USB삭제_윈도우10

    @echo off goto MENU :MENU cls echo. echo ───────────────────────── echo ─ Created by kim in-cheol ─ echo. echo [1] 윈도우10 64비트 - Regedit 시스템 권한 실행 echo. echo [2] 윈도우10 32비트 - Regedit 시스템 권한 실행 echo. echo [3] 윈도우7 6...
    Date2018.11.29 Category배치파일 Views443
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7