Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがログインする前に実行するプログラムを作成する必要があります。そのプログラムを C# で作成したいと考えています。誰かがどこからどのように始めればよいかヒントを教えてもらえますか?
Windows サービスを作成する必要があります。Project type Visual C#->Windows->Windows Service を選択し、実装する必要があるものを MSDN で確認します。
Windows サービス アプリケーションの概要
Windows サービスを使用する必要があります。概念を理解すれば、あとは簡単です。基本的には、バックグラウンドで (UI なしで) 実行され、Windows から開始されるアプリケーションです。