Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Application.exe before windows startup?

I have a windows application with user Interface that do some stuff... Now my client wants that, when he pushes the power button MyApplication run before he forced to input the username and password! comment: the system is multi user on windows XP or Seven.

Is it possible anyway?

like image 730
vesna Avatar asked Sep 19 '12 08:09

vesna


1 Answers

It is simple. The process is.

  1. Run gpedit.msc
  2. Go to computer Configuration -> Windows Setting -> Scripts(Startup/shutdown)
  3. Go to Startup properties then you will get the new windows.
  4. Now add the program that you want to run before login.
like image 176
vusan Avatar answered Sep 17 '22 22:09

vusan