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 服务器列出这些服务器。对于一台服务器,我编写此代码并列出 Windows 服务器名称和状态。ServiceController.GetServices();如何处理多个服务器?
ServiceController.GetServices();