Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- Title "Fazendo modificações..."
- sc config SysMain start= auto
- sc config wuauserv start= disabled
- sc config WSearch start= disabled
- sc config Spooler start= disabled
- sc config BITS start= disabled
- sc config lfsvc start= disabled
- sc config DiagTrack start= disabled
- echo x=msgbox("Script executado com sucesso", 0, "Sucesso") >> ok.vbs
- start main.vbs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement