@ECHO OFF
ECHO.
ECHO   Please make sure that
ECHO   1.You've right-click on this program and select "Run as administrator",
ECHO     if you are not, please exit and run again. and
ECHO.
pause
ECHO.
ECHO   2.Your computer must connect to the campus internet, or through VPN.
ECHO     Otherwise, failed to activate.
ECHO.
pause
ECHO.
ECHO   If error code shows up during the processes, 
ECHO   please write it down and e-mail to software@nccu.edu.tw
ECHO.
ECHO ----------------------------------------------------------------
ECHO                 (You are activating MS Windows)
ECHO ----------------------------------------------------------------
ECHO   Step 1
ECHO   Click 'OK'.
slmgr -skms cckms.nccu.edu.tw:1688
ECHO.
ECHO   Step 2
ECHO   Please wait...
slmgr -ato
ECHO.
ECHO ----------------------------------------------------------------
ECHO.
ECHO   Activation processes complete, if error code shows up during the processes, 
ECHO   please write it down and e-mail to software@nccu.edu.tw
ECHO.
ECHO   "https://support.video.nccu.edu.tw/p/casfaq-en"
ECHO..
pause
exit