How to run .vbs file when starting Windows

0

As I could run a .vbs file when windows starts, I can make a .bat file run through regedit.

I already put a .bat to open the .vbs, I did this way

cscript "C:\teste.vbs"
exit
    
asked by anonymous 05.06.2017 / 19:14

0 answers