|
zdx21
新手上路

积分 1
发帖 1
注册 2008-10-26
状态 离线
|
『楼 主』:
bat如何停止服务?
使用 LLM 解释/回答一下
记得有个命令,想不起来了。谁记得?
Remember there was a command, but I can't remember it. Who remembers?
|
|
2008-10-26 17:27 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
net stop
|

S smile 微笑,L love 爱,O optimism 乐观,R relax 放松,E enthusiasm 热情...Slore |
|
2008-10-26 17:36 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
|
2008-10-26 18:02 |
|
|
livesweet
初级用户
 
积分 86
发帖 45
注册 2007-7-27
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
net stop比sc stop好点吧,稳定少出错
net stop is better than sc stop, more stable and less error - prone
|
|
2008-10-26 23:24 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
怎么查看 net.exe 的帮助?
C:\>NET /?
打开帮助文件时出错。
请键入 NET HELPMSG 3710 以获得更多的帮助。
C:\>NET HELPMSG 3710
打开帮助文件时出错。
How to view the help for net.exe?
C:\>NET /?
An error occurred while opening the help file.
Please type NET HELPMSG 3710 for more help.
C:\>NET HELPMSG 3710
An error occurred while opening the help file.
|
|
2008-10-26 23:40 |
|
|
bd123456789
中级用户
  
积分 360
发帖 216
注册 2007-5-29
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
net /?
我这里很好嘛
是不是你的CMD有问题呀
net /?
Everything is fine here.
Is there a problem with your CMD?
|
|
2008-10-27 08:57 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 7 楼』:
Re 4楼
使用 LLM 解释/回答一下
没听说过,能否举例说明一下?
I haven't heard of it. Can you give an example to illustrate it?
|

 |
|
2008-10-27 09:37 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by tireless at 2008-10-26 23:40:
怎么查看 net.exe 的帮助?
Quote:
C:\>NET /?
打开帮助文件时出错。
请键入 NET HELPMSG 3710 以获得更多的帮助。
C:\>NET HELPMSG 3710
打开帮助文件时出错。
你的系统是不是精简的XP啊
Originally posted by tireless at 2008-10-26 23:40:
How to view the help for net.exe?
Quote:
C:\>NET /?
An error occurred while opening the help file.
Please type NET HELPMSG 3710 for more help.
C:\>NET HELPMSG 3710
An error occurred while opening the help file.
Is your system a streamlined XP?
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 09:54 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
查看系统中启动的服务:
C:\Documents and Settings\haige>net start
已经启动以下 Windows 服务:
Application Layer Gateway Service
Background Intelligent Transfer Service
ColdFusion MX 7 Search Server
COM+ Event System
Computer Browser
Cryptographic Services
DCOM 服务器进程启动器
DHCP Client
View the services started in the system:
C:\Documents and Settings\haige>net start
The following Windows services have been started:
Application Layer Gateway Service
Background Intelligent Transfer Service
ColdFusion MX 7 Search Server
COM+ Event System
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
DHCP Client
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 09:56 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
停止系统服务:
C:\Documents and Settings\haige>net stop Themes
Themes 服务已成功停止。
Stop the system service:
C:\Documents and Settings\haige>net stop Themes
Themes service has been stopped successfully.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 09:57 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
net stop 只能停止服务,不改变服务的启动类型,Themes的默认启动类型是自动,用NET STOP 停止Themes服务,重新启动后Themes服务还是会重新运行的。
net stop can only stop the service and does not change the startup type of the service. The default startup type of Themes is Automatic. If you use NET STOP to stop the Themes service, the Themes service will still run again after restarting.
附件
1: 未命名.JPG (2008-10-27 10:03, 46.62 KiB)
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 10:03 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
sc 命令更好一点,可以启动服务,同时可以更改服务的启动类型
NET START ,NET STOP 只是简单的启动,停止服务
The sc command is a bit better. It can start services and also change the startup type of services. NET START and NET STOP are just for simply starting and stopping services.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 10:07 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by yishanju at 2008-10-27 09:54 AM:
你的系统是不是精简的XP啊
是的。少了哪个文件?
Originally posted by yishanju at 2008-10-27 09:54 AM:
Is your system a streamlined XP?
Yes. Which file is missing?
|
|
2008-10-27 10:09 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
所谓精简,,,,当然是少了很多不常用的文件了,帮助文件之类的都被精简掉了吧
The so-called streamlining, of course, is that a lot of infrequently used files are removed, and help files and such are all streamlined away, right
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-27 10:24 |
|
|
dato
高级用户
   
积分 916
发帖 377
注册 2004-3-8
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
偶都是用sc的.当然服务加载是有先后顺序的.像以下的两个服务就是有相互关联的所以得延时等待上面的OracleDBConsoleorcl 服务加载完毕才能正常启动下面的OracleCSService服务
%systemroot%\system32\sc.exe config OracleDBConsoleorcl start= DEMAND
%systemroot%\system32\sc.exe start OracleDBConsoleorcl
rem 3800+需要90秒才能启动完OracleDBConsoleorcl服务
rem %systemroot%\system32\ping.exe -n 90 127.0.0.1>nul
%systemroot%\system32\sc.exe config OracleCSService start= DEMAND
%systemroot%\system32\sc.exe start OracleCSService
I always use sc. Of course, there is a sequence for service loading. The following two services are related to each other, so you need to wait for the OracleDBConsoleorcl service above to be loaded completely before the OracleCSService below can start normally.
%systemroot%\system32\sc.exe config OracleDBConsoleorcl start= DEMAND
%systemroot%\system32\sc.exe start OracleDBConsoleorcl
rem It takes 90 seconds to start the OracleDBConsoleorcl service for 3800+
rem %systemroot%\system32\ping.exe -n 90 127.0.0.1>nul
%systemroot%\system32\sc.exe config OracleCSService start= DEMAND
%systemroot%\system32\sc.exe start OracleCSService
|

http://dato.ys168.com
google search bot
http://dato.minidns.net/ |
|
2008-10-27 12:23 |
|