Jump to content

Hello,

 

I would like to run a .exe winform program that is interactive before any user can login in windows 10.

I have already tried a few things, like running it as a scheduled task or as a startup script, but if I do it like this, the program always runs in the background and I can't see/use the GUI.

 

Thanks in advance!

Link to post
Share on other sites

5 minutes ago, frietlied said:

Hello,

 

I would like to run a .exe winform program that is interactive before any user can login in windows 10.

I have already tried a few things, like running it as a scheduled task or as a startup script, but if I do it like this, the program always runs in the background and I can't see/use the GUI.

 

Thanks in advance!

You will need to have a service for your program to pull this off.

Link to post
Share on other sites

6 minutes ago, mikat said:

i'm pretty sure it's not possible, and why would you want to do this?

Just trying some stuff out ;). I would like to make a very basic program that runs before the windows logon, that I can use on my very old/slow pc so that it can do basic tasks without having to start the whole windows OS. 

Link to post
Share on other sites

8 minutes ago, ModuleLFS said:

I don't know but it's worth giving it a try.

hmmm, I looked it up, and everywhere I go, people are saying that services are almost always used to run background tasks and not an interactive GUI. :( Any other ideas?

Link to post
Share on other sites

11 minutes ago, frietlied said:

hmmm, I looked it up, and everywhere I go, people are saying that services are almost always used to run background tasks and not an interactive GUI. :( Any other ideas?

try a linux based attempt?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×