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.
私は Windows 開発の初心者で、C#/XAML を使用して Windows 8 アプリを作成しようとしています。アプリから、既存のサービスを停止したい。これは可能ですか?これに関するドキュメントを見つけることができませんでした...
ServiceController API を検索します。WPF アプリケーション内で使用できます。現在のステータスを確認できる Start と Stop があります。リモート マシンに接続して、そのように制御することもできます。