人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot

November 24, 2006

Windows Command

Filed under: 使用技巧

———————-Service 相关
–列举系统中运行的service
tasklist /svc xp
tlist -s win2k

–重启IIS
iisreset

–启动,停止service
net start Service
net stop Service

sc start “my service”
sc stop “my service”

–安装service
installutil XXX.XXX.exe Install .NET service
sc create myservice Install win32 service

–卸载service
Installutil /u myservice .NET service
sc delete myservice Win32 service

———————-控制台相关
–打开控制台,可以看到常用的.msc
mmc

–打开services 控制台
services.msc

–性能监测器
perfmon.msc

–共享文件夹管理器
fsmgmt.msc

–把网络共享映射到一个盘符
net use x: \\<ip>\c$

–把目录映射到一个盘符
subst z: c:\Temp
subst z: /D 去掉映射

–Event 查看
eventvwr

–内存使用情况查看
mem

Comments »

The URI to TrackBack this entry is: http://recordsome.blogsome.com/2006/11/24/windows-command/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham