Tobias.vonLienen Posted July 13, 2023 Share Posted July 13, 2023 Is there a way to deploy a registry key to my windows clients? Link to comment Share on other sites More sharing options...
Moderators Sean Posted July 13, 2023 Moderators Share Posted July 13, 2023 A couple. FileWave Magic can be used to generate a registry Fileset. PowerShell can be used to alter registry. Beware with PowerShell and ensure to test correctly. Take a look at: https://bbb.filewave.com/books/filewave-general-info/page/script-best-practices There is a section about simulating running commands through FileWave and an example of why. Details on command and usage: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7.3 https://learn.microsoft.com/en-us/powershell/scripting/samples/working-with-registry-entries?view=powershell-7.3 You might want to consider testing a Get before using a Set, to confirm you are targeting a key successfully. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now