본문 바로가기
배치파일 Batch/배치파일

중앙 TELEWEB MPC 초기화 배치파일 : mpc start v2

by #XTRM 2021. 4. 24.
반응형

중앙 TELEWEB MPC 초기화 배치파일 : 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.cmd

powercfg /L

copy "c:\temp\link\*.*" "C:\Users\Public\Desktop"

cd\

echo.

echo Step 1 - IE 레지스트리 초기화

echo.

taskkill /f /im iexplore.exe /t

REG IMPORT "c:\temp\OA_install
eg_Emulation_v20161020.reg"

REG IMPORT "c:\temp\OA_install
eg_iexplorer_oneshot.reg"

start iexplore.exe "about:SecurityRisk"

echo.

echo Step 2 - TELEWEB MPC 폴더삭제

echo.

RMDIR c:\mpc /s /q

start explorer.exe "c:\temp\"

pause

exit

 

반응형

댓글