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
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