Ask a questionAsk a question
 

AnswerDeploy registry settings with SCE

  • Tuesday, August 25, 2009 8:10 AMkinom Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hey all,

    I haven another question J

    Can I change the registry settings with SCE?

    I have the registry files and I won’t to deploy them like a silent update, is this possible?

    I’m working on this for two days now

    Can someone help me with this? J

Answers

  • Tuesday, August 25, 2009 2:37 PMBjörn Axell MVP - Advisec ABMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
    Yes, this is something you can do. One way is to copy the regedit (use the same version that you have on the clients) and put it in a temp direcktiry where you have your .reg file. In the SCE console, start the add software wizard and select the regedit and in parameters you add /s .\yourfilename.reg. Thsi should work. If this doesn't work you could add it by using a vbs script.


    Björn Axell MVP - Advisec AB http://blog.advisec.com

All Replies

  • Tuesday, August 25, 2009 2:37 PMBjörn Axell MVP - Advisec ABMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
    Yes, this is something you can do. One way is to copy the regedit (use the same version that you have on the clients) and put it in a temp direcktiry where you have your .reg file. In the SCE console, start the add software wizard and select the regedit and in parameters you add /s .\yourfilename.reg. Thsi should work. If this doesn't work you could add it by using a vbs script.


    Björn Axell MVP - Advisec AB http://blog.advisec.com
  • Wednesday, August 26, 2009 8:05 AMkinom Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks for the quick reply.
    Do you have an example of a script?
    I’m not a hero on that :-)
  • Wednesday, August 26, 2009 8:14 AMkinom Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    OK, thanks for helping ;-)

    I managed it to work J