Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. net stop "Service B"
  2. net stop "Service A"
  3. timeout /T 10
  4. net start "Service B"
  5. timeout /T 10
  6. net start "Service A"
  7.  
  8. NET STOP "Service A"
  9. NET START "Service A"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement