Does anyone know how i can deploy a registry key to computer?
Should i use Quick Delivery?
Do i need to create a script to do it?
Can you recommend the best method, thanks
I'm using Altiris 7.5 SP1
Hi!
You can use a "Script Task" and execute it on all required managed endpoints.
Here is an example of such task creation and execution:
Thanks,
IP.
You don't need to put the cmd /c in the script.
Create a Command Script and use the below:
reg add "HKLM\Software\Microsoft\..." /v (value name) /t (reg type) /d (data value) /f
Thought I would throw this out there...we've used this with a lot of success:
http://sourceforge.net/projects/reg2exe/
Export a desired reg key and use this program to convert it to an exe.
Deliver like any other EXE and execute.