c# - Start WPF application on computer startup -


i have wpf application launched anytime computer starts not when user logs in. know can place .exe in startup folder, don't want since user has login launched. cannot use windows service, it's not option me.

is there way start application once pc starts up(or reboots), before user logs in? appreciated.

how using task scheduler? in windows 7, there's "security options" section can set option task run whether user logged on or not. can specify executable file, , it'll start when windows starts up.

(this won't scale though, if you're looking option when user installs software. that, service the correct way go... may need elaborate in question why can't use service.)

enter image description here

enter image description here


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -