LoginSignup
0
0

More than 5 years have passed since last update.

WindowsNTサービスとしてのStreamRelay.NET.exe

Last updated at Posted at 2017-06-13

WindowsNTサービスとして起動させることも可能

NTサービスとしてインストール

StreamRelay.NET.exe -install

設定はレジストリを見るはず。

NTサービスからアンインストール

StreamRelay.NET.exe -uninstall

NTサービスから起動

内部的に話をすると、
StreamRelay.NET.exe -service
と「-service」オプション付で起動した場合、NTサービスから呼び出されたと認識する


目次へ戻る

目次というか最初の一歩

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0