Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Deploy in the foreground?

PDQ Deploy 2.2 Free

Hi,

I'd like to open a website after a package is installed. This works with a batch file without issues. But the Browser(or other programs) will always start as background process. I played around with cmd and start parameters without success.

 

In a Group Policy something like this is working:

 

start /max iexplore http://www.org

 

 

Regards

Michel

0

Comments

2 comments
Date Votes
  • Hi Michel, 

    The problem is that when using pdq deploy, it will launch whatever install, and programs under the service account that you specify. 

    And, runs it in the background. The only verbose method i know of would be using the "NET SEND" command. Which will send a message over to the user, but you need to specify the username, computername etc. 

    you could try to play around with command prompt and schedule tasks? 

    so that after the deployment, it would at a certain time, launch some type of program for all users? 

    sorry, i've never done this, but hopefully trying to give you some ideas. 

    0
  • Thanks for the answer. I'll give the scheduler(perhaps with a trigger?) a try. Or I could use "runonce" in the registry.

    0