true Korea Standard Time svradm1 Administrator knjeong-vmdk 1 C:\sysprep\guestcustutil.exe cleanBootExecute 2 C:\sysprep\guestcustutil.exe restoreMountedDevices C:\sysprep\guestcustutil.exe flagComplete 3 4 C:\sysprep\guestcustutil.exe deleteContainingFolder 5 cmd /c netsh interface ipv4 set address name="이더넷" static 12.12.12.12 255.255.255.0 12.12.12.254 1 6 cmd /c netsh interface ipv4 add dns name="이더넷" 8.8.8.8 7 cmd /c timeout 30 > NUL 8 cmd /c net user appadm1 tlstprP1@# /add /passwordreq:yes /active:yes 9 cmd /c net localgroup Administrators appadm1 /add 10 cmd /c net user svradm1 tlstprP1@# /add /passwordreq:yes /active:yes 11 cmd /c net localgroup Administrators svradm1 /add