I am looking for a method to call either an EXE or a bat file at startup (in a domain environment as a GPO startup script) and have it run in the background with admin rights (granted during startup script already).
The problem I have is that I call ccmsetup.exe and it runs ok. If the pc is way out of date ccmsetup will download any pre reqs which could take quite a while.
Is there a way to run the exe so it doesnt get terminated before a user logs in? at the moment it runs for a minute or so and then is terminated so that ctrl alt del can pop up.
I also have a bat script with a similar issue. Not sure about the bat script, but the exe GPO is set to wait for 3200 sec for login scripts to finish, so logically it should fail like this.
Maybe it's as simple as a start wait type command.. But I would rather let users continue to use the pc.
The problem I have is that I call ccmsetup.exe and it runs ok. If the pc is way out of date ccmsetup will download any pre reqs which could take quite a while.
Is there a way to run the exe so it doesnt get terminated before a user logs in? at the moment it runs for a minute or so and then is terminated so that ctrl alt del can pop up.
I also have a bat script with a similar issue. Not sure about the bat script, but the exe GPO is set to wait for 3200 sec for login scripts to finish, so logically it should fail like this.
Maybe it's as simple as a start wait type command.. But I would rather let users continue to use the pc.