Bogdan,
You can easily use PowerShell to get and set registry values. # Set the value Set-ItemProperty -Path HKLM:\Software -Name Test -Value 'Test'; # Retrieve the value (Get-ItemProperty -Path HKLM:\Software -Name Test).Test; When you deploy the PowerShell script, your command line would look like this: powershell.exe -ExecutionPolicy Bypass -File Set-RegistryValues.ps1; Cheers, Trevor Sullivan <http://trevorsullivan.net/> <http://twitter.com/pcgeek86> <http://facebook.com/trevor.sullivan> <https://plus.google.com/106658223083457664096> From: [email protected] [mailto:[email protected]] On Behalf Of Bogdan Radu Sent: Thursday, June 13, 2013 9:25 AM To: [email protected] Subject: [mssms] ConfigMgr 2012 edit registry keys ? Hello, Is there a way to edit/deploy the registry keys on a client, using ConfigMgr 2012 ? Well, I need to deploy a EMC SourceOne offline client to Windows 8 clients, and the only supported way is to use a .msi file ( .exe only works with Win 7). Unfortunately I don`t know the install switch with the server name for the msi file, that`s why I need to edit the registry keys using CM. Thanks.
<<image001.gif>>
<<image002.gif>>
<<image003.gif>>
<<image004.gif>>

