
计算机
梦里香格里拉
把生命中的点点滴滴串连起来.
展开
-
windows常用命令
1. 启动/停止服务: net start/stop 服务名 2. 查看局域网内ip使用情况: arp -a 3. 查看局域网内网上所有共享用户: net view原创 2013-07-12 09:31:09 · 491 阅读 · 0 评论 -
使用命令窗口管理windows服务
安装服务: InstallUtil.exe 服务名 卸载服务: InstallUtil.exe 服务名 /u 或者 服务名 -uninstall 启动服务: net start 服务名 停止服务: net stop 服务名 --------------------------------------------------------------------------------转载 2013-07-12 09:18:40 · 720 阅读 · 0 评论