vb.net - Run a program at every windows startup before logon screen -
hoping simple one.
i need run vb.net program @ windows startup before logon screen displayed. require no input , console program checks few system settings values stored in mysql database , updates mismatched settings, such ip information or local username's
i know of run , runonce reg keys, believe these execute on user login, not suitable require.
i utilize setupcomplete.cmd scripts on first boot following os deploy handle fair bit of initial setup, need ensure settings applied on first boot maintained following each reboot.
any appriciated!
thanks in advance! :)
you run vb script scheduled task (windows task scheduler) , use trigger "at startup".
Comments
Post a Comment