Advertisement
renix1

service disable

Sep 16th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.37 KB | None | 0 0
  1. @echo off
  2. Title "Fazendo modificações..."
  3. sc config SysMain start= auto
  4. sc config wuauserv start= disabled
  5. sc config WSearch start= disabled
  6. sc config Spooler start= disabled
  7. sc config BITS start= disabled
  8. sc config lfsvc start= disabled
  9. sc config DiagTrack start= disabled
  10.  
  11.  
  12. echo x=msgbox("Script executado com sucesso", 0, "Sucesso") >> ok.vbs
  13. start main.vbs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement