Max Posted January 16, 2012 Report post Posted January 16, 2012 I need to deploy a software with SCCM (on Win7 X64) and for this no problem. The problem is that after installing the software, I need to change some key in the HKEY_CURRENT_USER registry, to modify some software setting. There are more than one user for one PC, that mean the next user logs, must have the settings changed. Do you have any suggestion on how to do that? thanks Quote Share this post Link to post Share on other sites More sharing options...
0 wmmayms Posted January 16, 2012 Report post Posted January 16, 2012 MSI+advertised shortcuts. If you want to do it through SCCM then you can have a program run for each user that logs on. In you program you could use regedit /s <regfile> to import your settings. Quote Share this post Link to post Share on other sites More sharing options...
0 Max Posted January 16, 2012 Report post Posted January 16, 2012 ... sorry but I don't understand where I can have a program run for each user that logs on. Could you please explain me in a detailed way. thanks Quote Share this post Link to post Share on other sites More sharing options...
0 wmmayms Posted January 16, 2012 Report post Posted January 16, 2012 Open a program under a package in sccm. On the enviroment tab make sure "program can run:" is set to "only when a user is logged on" On the advanced tab make sure "When this program is assigned to a computer:" is set to "run once for every user who logs on" 3 Quote Share this post Link to post Share on other sites More sharing options...
0 Max Posted January 17, 2012 Report post Posted January 17, 2012 it worked! Thanks! Quote Share this post Link to post Share on other sites More sharing options...
0 Max Posted January 17, 2012 Report post Posted January 17, 2012 it worked! Thanks! Quote Share this post Link to post Share on other sites More sharing options...
0 bender Posted February 21, 2012 Report post Posted February 21, 2012 Open a program under a package in sccm. On the enviroment tab make sure "program can run:" is set to "only when a user is logged on" On the advanced tab make sure "When this program is assigned to a computer:" is set to "run once for every user who logs on" Just registered to this forum to say thank you (google brought me here). Exactly what i need for my current problem and i missed that reading up on sccm (just recently started on sccm some months ago ... and since its just one of many tasks ...). So thanks also from me Quote Share this post Link to post Share on other sites More sharing options...
0 Naz Jiwani Posted June 13, 2013 Report post Posted June 13, 2013 Had a similar requirement and could not get to grips with Activesetup so this was a better solution for me. This is such a brilliant site. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
0 gohkid1412 Posted August 7, 2015 Report post Posted August 7, 2015 Open a program under a package in sccm. On the enviroment tab make sure "program can run:" is set to "only when a user is logged on" On the advanced tab make sure "When this program is assigned to a computer:" is set to "run once for every user who logs on" It worked!! Thank you so much! Quote Share this post Link to post Share on other sites More sharing options...
I need to deploy a software with SCCM (on Win7 X64) and for this no problem.
The problem is that after installing the software, I need to change some key in the HKEY_CURRENT_USER registry, to modify some software setting.
There are more than one user for one PC, that mean the next user logs, must have the settings changed.
Do you have any suggestion on how to do that?
thanks
Share this post
Link to post
Share on other sites