/WindowsRebooter

Windows reboot service when receive UDP packet "rebootnow!!"

Primary LanguageC#

  1. installutil 파일 위치
    C:\Windows\Microsoft.NET\Framework64\v2.0.50727\InstallUtil.exe

  2. 서비스 등록
    installutil WindowsService1.exe

  3. 서비스 실행
    net start myservice

  4. 서비스 제거
    installutil /u WindowsService1.exe

  5. 윈도우 방화벽 해당 포트 개방

  6. test on linux
    echo "echo test...">/dev/udp/ip/port
    echo "echo test...">/dev/udp/172.30.1.111/9999

  7. reboot windows
    echo 'rebootnow!!'>/dev/udp/172.30.1.111/9999