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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -