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.
Excel でボタンをクリックすると、特定のシステム サービスを開始または停止する必要があります。これどうやってするの?
次のような Shell と sc.exe の組み合わせを使用してみてください。
Shell "sc.exe \\yourserver start servicename".
サービス キーは、W3SVC のようなサービス名です。停止するには、start を stop に置き換えます。