본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
배치파일
2019.05.29 10:37

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

조회 수 956

@echo off

title 인터넷 익스플로러 초기화 v2.3.7 (개발자:김인철)

setlocal EnableDelayedExpansion

set Schalter=5

set Width=0

echo.

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

echo.

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

echo.

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

echo.

echo.

timeout.exe /t 5

echo.

goto taskkill

 

 

:taskkill

echo.

taskkill /f /im AdobeARM.exe /t

taskkill /f /im HncCheck.exe /t

taskkill /f /im stsess.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

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 AnySign4PCLauncher.exe /t

taskkill /f /im MiPlatform320.exe /t

taskkill /f /im MiPlatform320U.exe /t

taskkill /f /im AYCRTSrv.ayc /t

taskkill /f /im AYCUpdSrv.ayc /t

taskkill /f /im AYIASrv.exe /t

taskkill /f /im AYMPISrv.exe /t

cls

goto power

 

 

:power

echo.

Echo + 전원 구성표 : 고성능(활성)

POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

echo.

Echo + 디스플레이 끄기 : 30분

POWERCFG /Change /monitor-timeout-ac 30

echo.

Echo + 다음시간이후에 하드디스크 끄기 : 사용안함 (0값)

POWERCFG /Change /disk-timeout-ac 0

echo.

Echo + 하이버네이션(최대절전모드) : 끄기

powercfg -h off  

POWERCFG /hibernate off

echo.

Echo + 절전 모드 해제 타이머 설정: 사용안함

POWERCFG -SETACVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c8f20 bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 000

echo.

echo.

goto reagentc

 

 

:reagentc

echo.

echo.

echo 윈도우 시동 복구 모드 설정 해제 (Disable)

echo.

reagentc /disable

echo.

echo.

set Counter=0

timeout -t 3

goto WinTempDEL

 

 

:WinTempDEL

set /a Counter=%Counter% + 1

set /a Display=%Counter% / 2

FOR /L %%A IN (1,1,%Display%) DO (set Display=!Display!▒)

cls

echo.

echo.

echo 윈도우 TEMP 폴더 제거 ... %Counter%%%

echo.

echo ▒!Display:~2,47!

echo.

rd /s /q C:\Temp >nul

echo.

rd /s /q C:\Windows\Temp >nul

echo.

if "%Counter%" == "100" goto :WinTempDEL-End

goto :WinTempDEL

echo.

:WinTempDEL-End

echo.

echo  Complete.

echo.

set Counter=0

timeout -t 3

goto taskkill2

 

 

:taskkill2

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im AnySign4PC.exe /t

taskkill /f /im AnySign4PCLauncher.exe /t

taskkill /f /im MiPlatform320.exe /t

taskkill /f /im MiPlatform320U.exe /t

taskkill /f /im AYCRTSrv.ayc /t

taskkill /f /im AYCUpdSrv.ayc /t

taskkill /f /im AYIASrv.exe /t

taskkill /f /im AYMPISrv.exe /t

goto ieTempDEL

 

 

:ieTempDEL

set /a Counter=%Counter% + 1

set /a Display=%Counter% / 2

FOR /L %%A IN (1,1,%Display%) DO (set Display=!Display!▒)

cls

echo.

echo.

echo 인터넷 TEMP 폴더 제거 ... %Counter%%%

echo.

echo  ▒!Display:~2,47!

echo.

rd /s /q "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files" >nul

echo.

rd /s /q "%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache" >nul

echo.

if "%Counter%" == "100" goto :ieTempDEL-End

goto :ieTempDEL

echo.

:ieTempDEL-End

echo.

echo  Complete.

echo.

set Counter=0

timeout -t 3

goto ie-setting

 

 

:ie-setting

cls

echo.

echo.

echo 인터넷 익스플로러 11 기본 설정 복원

echo.

echo.

echo 개인 설정 삭제 "체크" 후 [다시설정] 버튼 클릭! 하세요.

echo. 

echo. 

rundll32.exe inetcpl.cpl ResetIEtoDefaults

 

 

echo.

echo.

echo 레지스트리 클리어 (REG RESET)

echo.

REG IMPORT Filename.reg

 

echo.

echo.

echo OCX 등록

echo.

REG IMPORT Filename.reg

regsvr32.exe /s Filename.ocx

echo.

echo.

goto Batch-END

 

 

:Batch-END

cls

echo.

echo ┌─────────────────────────────

echo │                                    

echo │   Internet Explorer 설정

echo │ 

echo │                             [◎] 권장 설정 사용 안함(D)

echo │

echo │   체크 후 [확인] 클릭하세요!

echo │

echo └─────────────────────────────

echo.

start /min "C:\Program Files\Internet Explorer\iexplore.exe" "http://www.naver.com"

 

echo.

timeout -t 10

 

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

taskkill /f /im iexplore.exe /t

 

 

echo.

echo.

echo 인터넷 익스플로러 11 레지스트리 재등록

echo.

REG IMPORT Filename.reg

 

echo.

echo.

start /d "C:\Program Files\Internet Explorer\" /b iexplore.exe "http://www.naver.com"

 

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배치파일 Views2050
    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

    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배치파일 Views550
    Read More
  4. No Image

    CMD 레지스트리 값 입력 (IMPORT) iexplore.exe

    @echo off taskkill /f /im iexplore.exe /t REG IMPORT 레지스트리명.reg start iexplore.exe "about:Tabs"
    Date2016.10.21 Category배치파일 Views360
    Read More
  5. No Image

    CompName

    @echo off for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b set ip=%ip:~1% for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s echo IP address : %ip% echo Computer S...
    Date2016.12.06 Category배치파일 Views452
    Read More
  6. 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배치파일 Views412
    Read More
  7. 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배치파일 Views713
    Read More
  8. No Image

    ie_Toolbar_Uninstall_v5

    @echo off goto MENU :MENU cls echo. echo. echo. echo [0] 모든 툴바/클리너 삭제 [6] 알(EST) 툴바 삭제 echo. echo [1] 네이버 클리너 삭제 [7] 그룹웨어 액티브X 삭제 echo. echo [2] 네이버 백신 삭제 [8] 탭서비스 URL 오류 수정 echo. echo [3] 네이버...
    Date2016.11.22 Category배치파일 Views385
    Read More
  9. No Image

    mega_start_v1611-25

    @echo off goto MENU :MENU cls echo. echo OA담당자 김인철 입니다. echo. echo. echo [1] DhtmlEd.ms 설치 echo. echo [2] PlusCcmsV4 설치 echo. echo [3] MegaBox_OCX_Setup (CTI) echo. echo [4] WineDownload 실행 echo. echo [5] echo. echo [0] CMD 창...
    Date2016.12.06 Category배치파일 Views287
    Read More
  10. No Image

    mpc_start_v2

    @echo off c: cd\ C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\desktop_clear.cmd C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\services_power_exit.cmd C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\systeminfo_mpc...
    Date2016.12.06 Category배치파일 Views269
    Read More
  11. 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.10.21 Category배치파일 Views312
    Read More
  12. 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배치파일 Views1735
    Read More
  13. No Image

    pc_setting_v1

    @echo off c: cd\ C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\CompName.cmd C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\services_power_exit.cmd C:\Windows\System32\CMD.exe /c start c:\temp\OA_install\systeminfo_local.cm...
    Date2016.12.06 Category배치파일 Views348
    Read More
  14. 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배치파일 Views2538
    Read More
  15. No Image

    Start_Page

    Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://gw.jw-group.co.kr/"
    Date2016.11.22 Category배치파일 Views406
    Read More
  16. No Image

    systeminfo_to_info

    c: cd\ cls for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b set ip=%ip:~1% for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s echo IP address : %ip% echo Computer ...
    Date2016.12.31 Category배치파일 Views286
    Read More
  17. No Image

    systeminfo_to_info_COMPUTERNAME

    c: cd\ cls for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b set ip=%ip:~1% for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s echo IP address : %ip% echo Computer ...
    Date2017.01.11 Category배치파일 Views396
    Read More
  18. No Image

    systeminfo_to_pc

    c: cd\ cls copy "\\192.168.4.157\samba\OA_Administrator\_System_info\C_ROOT_CMD\Windows\Temp\cpuz\cpuz.ini" "C:\Windows\Temp\cpuz\" /y copy "\\192.168.4.157\samba\OA_Administrator\_System_info\C_ROOT_CMD\Windows\Temp\cpuz\7za.exe" "C:\Window...
    Date2016.12.31 Category배치파일 Views277
    Read More
  19. No Image

    systeminfo_to_power

    @echo off c: cd\ cls echo. echo. Echo + 전원 구성표 : 고성능(활성) POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c echo. Echo + 디스플레이 끄기 : 해당없음 (0값) POWERCFG /Change /monitor-timeout-ac 0 echo. Echo + 다음시간이후에 하드...
    Date2016.12.31 Category배치파일 Views270
    Read More
  20. No Image

    systeminfo_to_samba

    c: cd\ cls timeout 150 copy "\\192.168.4.157\samba\OA_Administrator\_System_info\C_ROOT_CMD\Windows\Temp\systeminfo.7z" "C:\Windows\Temp\" /y C:\Windows\Temp\cpuz\7za.exe e C:\Windows\Temp\systeminfo.7z -oC:\Windows\Temp\ -aoa -psysteminfo C...
    Date2016.12.31 Category배치파일 Views258
    Read More
Board Pagination Prev 1 2 3 Next
/ 3