HuyPV
Thursday, September 16, 2010
Quản lý service bằng dòng lệnh trên Windows
http://commandwindows.com/sc.htm
- Liệt kê các service
sc query | find /I "SERVICE_NAME"
- Tìm tên service Apache
sc query | find /I "SERVICE_NAME" | find "Apache"
- Chạy một service
sc start <tên_service>
net start <tên_service>
- Dừng một service
sc stop <tên_service>
net stop <tên_service>
Title:
Manage service on Windows by command line
Description:
Quản lý service bằng dòng lệnh trên Windows http://commandwindows.com/sc.htm - Liệt kê các service sc query | find /I "SERVICE_N...
...
Rating:
4