본문 바로가기
?

단축키

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배치파일 Views2052
    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배치파일 Views1708
    read more
  3. 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배치파일 Views425
    Read More
  4. No Image

    윈도우7 제품키변경 BAT파일 CMD명령어

    @echo off echo 기존의 윈도우 키를 삭제 합니다. echo. pause slmgr.vbs /upk echo. echo. echo 레지스트리에 있는 제품키를 삭제 합니다. echo. pause slmgr.vbs /cpky echo. echo. echo 원도우7 제품키 변경 시작 echo. pause slmgr.vbs -ipk 제품키 입력(x...
    Date2016.03.20 Category명령어 Views99809
    Read More
  5. No Image

    인터넷 사용자 프로파일 위치

    %WinDir%\Downloaded Program Files%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\
    Date2016.03.20 Views222
    Read More
  6. 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배치파일 Views957
    Read More
  7. No Image

    전원 관리 powercfg.exe -energy

    전원 관리 powercfg.exe -energy
    Date2016.03.20 Views394
    Read More
  8. No Image

    전원옵션 최적화 CMD

    @echo off echo. echo. Echo + 전원 구성표 : 고성능(활성) POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c echo. Echo + 디스플레이 끄기 : 해당없음 (0값) POWERCFG /Change /monitor-timeout-ac 0 echo. Echo + 다음시간이후에 하드디스크 끄기...
    Date2016.09.23 Category배치파일 Views1723
    Read More
  9. 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배치파일 Views520
    Read More
  10. No Image

    카스퍼스키(백스프로그램) 라이센스 갱신

    @echo off COLOR 2F cd\ path="C:\Program Files\Kaspersky Lab\Kaspersky Endpoint Security 10 for Windows" echo. echo. echo. echo 카스퍼스키(백스프로그램) 라이센스 갱신합니다. (472B7950) echo. pause echo. echo. avp.com ADDKEY c:\Windows\temp\47...
    Date2016.11.22 Views282
    Read More
  11. 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 Views1470
    Read More
  12. 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배치파일 Views643
    Read More
  13. No Image

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

    @echo off goto StartConfig :StartConfig cls REM ------------------------------------- Computer IP Setting ----------------------------------------------- SET IPx3=192.168.0. :: [설명] 아이피 대역 앞 세구간 입력하세요. 끝에 "점" 필수 입력 SET...
    Date2019.03.23 Category배치파일 Views965
    Read More
  14. 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배치파일 Views1573
    Read More
  15. No Image

    파티션 볼륨명 변경 배치파일 (자동 D 드라이버 변경)

    @echo off cd\ echo list volume > "%temp%\diskpart_list.txt" diskpart /s "%temp%\diskpart_list.txt" :MENU echo. echo 1. (D:)드라이버로 바꾸기 echo. echo 2. 드라이버 지정하여 바꾸기 echo. echo 3. 종료 echo. set /p choice= 번호를 입력하세요 : i...
    Date2017.05.02 Category배치파일 Views1141
    Read More
  16. No Image

    파티션 숨기기

    파티션 숨기기diskpartsel disk 0sel vol qset id 12 override
    Date2016.03.20 Views355
    Read More
  17. No Image

    팔복이_icon

    팔복이_icon
    Date2016.11.22 Views180
    Read More
  18. No Image

    힣!mstsc_history_delete

    @echo off echo. del "cd "%USERPROFILE%\Documents\Default.rdp" /a -h /f /q REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default" /F mstsc /v 192.168.4.89 echo. pause
    Date2016.12.06 Category배치파일 Views315
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7