日志文章

2007年11月18日 20:37:46

Windows 2003 server 手工创建系统服务的命令(SC)的帮助文档

简化的方法

创建服务
sc create serverName binpath= c:\file\*.exe type= share type= interact
start= auto

#interact 允许与桌面交互
#auto 自动执行,不登陆用户也会运行

删除服务
sc delete newserv

Tags: 电脑  

类别: 系统管理 |  评论(0) |  浏览(345) |  收藏
发表评论