在services.msc或windows服务控制台替代上过滤服务

前端之家收集整理的这篇文章主要介绍了在services.msc或windows服务控制台替代上过滤服务前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试为帮助台帐户设置自定义管理控制台,减少我们作为 Windows服务运行的程序集,以便他们可以直观地启动/停止/管理它们.除非我能过滤我想要的服务,否则Services.msc不是我想要的.我一直在测试Sysinternals Autoruns和NirSoft ServiWin,但他们不能进行复杂的过滤并保存以供日后使用. Powershell命令提供状态信息并允许启动/停止,但我看起来类似于MMC.

你知道这样的工具吗?谢谢.

有一个名为ServiWin的免费软件可以满足您的需求:

http://www.nirsoft.net/utils/serviwin.html

它有一个/ LoadFromList命令行参数:

Starting from version 1.50,you can instruct ServiWin to load only the
desired services by using the /LoadFromList command-line option. You
can specify the desired services by their name,display name,or the
.exe file. Here’s a few examples:

serviwin.exe /LoadFromList WZCSVC Spooler Schedule LmHosts Browser RemoteRegistry serviwin.exe /LoadFromList svchost.exe serviwin.exe /LoadFromList “C:\WINDOWS\System32\ups.exe”

原文链接:https://www.f2er.com/windows/368618.html

猜你在找的Windows相关文章