您的位置:首页 > 其它

添加删除系统服务工具(删除无效不存在的服务)

2014-04-26 00:16 316 查看


instsrv.exe下载和使用方法(添加删除系统服务工具)

原文地址:http://www.ipcpu.com/2009/10/instsrv-download/

instsrv.exe是微软Windows Server 2003 Resource Kit Tools工具中的一个。

Windows Server 2003 Resource Kit Tools是一组为管理员、开发者和高级用户设计的软件工具,包括管理活动目录、组策略、TCP/IP网络、注册表、系统安全、监测等涉及Windows Server 2003 操作系统的其它很多方面的非常规安装的工具组。官方网站:点我进入
官方包大小11.77MB

但我们只用其中一个instsrv.exe就足够了,

本站提供下载:点我下载(18KB)【instsrv.exe】

使用方法演示:

我们在d盘建一个ipcpu.bat

内容:at 21:26 shutdown -s -t 200

然后添加服务:

(先把instsrv.exe放到C:\Program Files,当然,别的地方也行)

C:\Program Files>instsrv.exe ipcpu “d:\ipcpu.bat”

The service was successfuly added!

Make sure that you go into the Control Panel and use

the Services applet to change the Account Name and

Password that this newly installed service will use

for its Security Context.

我们用services.msc打开服务管理可以看到,默认是关闭的,记着打开哦!

删除服务:C:\Program Files>instsrv.exe ipcpu REMOVE

不多讲了,大家摸索一下把!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: