适用于 Windows XP 和 Windows 7 的最佳 srvany.exe?

适用于 Windows XP 和 Windows 7 的最佳 srvany.exe?

在 Windows XP 和 Windows 7 上使用什么程序最好来执行 srvany.exe 在 Windows NT 上所做的事情(将进程作为服务运行)?

答案1

srvany, 当然。

Windows XP 和 7NT,以及srvany来自Windows 2003 恢复工具对它们来说效果很好。

答案2

答案3

Windows 自带的SC.exe工具可以让你直接创建和修改服务。

只需转到提升的命令提示符并输入:

sc.exe create <Service Name> binPath= <Path> DisplayName= <name>

例如,要创建(无用的)记事本服务,您可以使用:

sc.exe create MyNotepadService binPath= "C:\windows\notepad.exe" DisplayName= "My notepad Service"

(请注意,等号后和值前的空格很重要)

SC start <Service Name>然后,您可以使用或通过的服务部分从命令提示符启动该服务Computer Management

答案4

火精灵。你必须付费,但它有很多功能并且运行良好。

相关内容