@Echo off Rem Rem ¼³Ä¡ ÈÄ Administrator°¡ ÀÌ ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇØ¾ß ÇÕ´Ï´Ù. Rem CD /D "%SystemRoot%\Application Compatibility Scripts\Install" > NUL: 2>&1 If Not "A%1A" == "AA" Goto cont0 Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd" If "%_CHKROOT%" == "FAIL" Goto Done :cont0 If "A%1A" == "AA" ..\acsr "#ROOTDRIVE#" "%RootDrive%" Template\msie40.key msie40.key ..\acsr "#SYSTEMROOT#" "%SystemRoot%" Template\msie40s.key msie40s.key If Exist "%SystemRoot%\Setup.ini" Goto Cont2 Copy NUL: "%SystemRoot%\Setup.ini" > NUL: 2>&1 :Cont2 Cacls "%SystemRoot%\Setup.ini" /E /T /G "Authenticated Users":F >Nul: 2>&1 If Exist "%SystemRoot%\Setup.old" Goto Cont3 Copy NUL: "%SystemRoot%\Setup.old" > NUL: 2>&1 :Cont3 Attrib +r "%SystemRoot%\Setup.old" > NUL: 2>&1 FindStr /I Msie4Usr %SystemRoot%\System32\UsrLogn1.Cmd >Nul: 2>&1 If Not ErrorLevel 1 Goto Cont4 Echo Call Msie4Usr.Cmd >> %SystemRoot%\System32\UsrLogn1.Cmd :Cont4 Rem ÇöÀç ¼³Ä¡ ¸ðµå¿¡ ÀÖÁö ¾ÊÀ¸¸é ¼³Ä¡ ¸ðµå·Î º¯°æÇÕ´Ï´Ù. Set __OrigMode=Install ChgUsr /query > Nul: if Not ErrorLevel 101 Goto Begin Set __OrigMode=Exec Change User /Install > Nul: :Begin If "A%1A" == "AA" regini Msie40.key > Nul: regini Msie40s.key > NUL: Rem ¿ø·¡ ¸ðµå°¡ ½ÇÇà ¸ðµå¿´À¸¸é, ½ÇÇà ¸ðµå·Î ´Ù½Ã º¯°æÇÕ´Ï´Ù. If "%__OrigMode%" == "Exec" Change User /Execute > Nul: Set __OrigMode= If Not "A%1A" == "AA" Goto Done Echo. Echo MS IE 4ÀÌ ¿Ã¹Ù¸£°Ô ÀÛ¾÷Çϱâ À§ÇØ Echo ÇöÀç ·Î±×¿ÂµÇ¾î ÀÖ´Â »ç¿ëÀÚ°¡ ·Î±×¿ÀÇÁÇÏ°í ´Ù½Ã ·Î±×¿ÂÇÑ ÈÄ Echo ÀÀ¿ë ÇÁ·Î±×·¥À» ½ÃÀÛÇØ¾ß ÇÕ´Ï´Ù. Echo. Echo Microsoft Internet Explorer 4.x ´ÙÁß »ç¿ëÀÚ ÀÀ¿ë ÇÁ·Î±×·¥ Á¶Á¤ ¿Ï·á Rem IE AutoInstall µ¿¾È ÀϽà ÁßÁöÇÏÁö ¸¶½Ê½Ã¿À. Pause :Done