@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 + 다음시간이후에 하드디스크 끄기 : 사용안함 (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.
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.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
reagentc /disable
rd /s /q C:\Temp
rd /s /q C:\Windows\Temp
cls
echo.
echo.
echo 인터넷 익스플로러 11 기본 설정 복원
echo.
echo.
echo 개인 설정 삭제 "체크" 후 [다시설정] 버튼 클릭! 하세요.
echo.
echo.
rundll32.exe inetcpl.cpl ResetIEtoDefaults
echo.
echo.
echo IE 11 레지스트리 재등록 (RESET)
echo.
REG IMPORT FILENAME.reg
echo.
echo.
echo OCX 등록
echo.
regsvr32.exe FILENAME.ocx
REG IMPORT FILENAME.reg
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.daum.net"
echo.
pause
taskkill /f /im iexplore.exe /t
taskkill /f /im iexplore.exe /t
taskkill /f /im iexplore.exe /t
echo.
echo.
echo 레지스트리 등록 (START)
echo.
REG IMPORT FILENAME.reg
echo.
echo.
start /d "C:\Program Files\Internet Explorer\" /b iexplore.exe "http://www.daum.net"
exit