Changes between Version 44 and Version 45 of windows/configuration
- Timestamp:
- Mar 27, 2013, 12:43:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/configuration
v44 v45 237 237 * http://www.robvanderwoude.com/battech.php 238 238 239 == Services == 240 241 * show all running services 242 * {{{net start}}} 243 244 === Service Control (sc) === 245 246 {{{ 247 # detailed information about all services 248 sc query 249 250 # start service 251 sc start <service_name> 252 253 # activate service permanently (set start type) 254 # space before start parameter is required! 255 sc config <service_name> start= auto 256 }}} 257 239 258 == Cmd-Tools == 240 259 … … 243 262 * openfiles /local on 244 263 * openfiles /query /v 245 * sc: Retrieves and sets information about service246 * sc query247 264 * tasklist 248 265 * taskkill