Jump to content

How do I deploy Registry Keys to Windows Clients?


Recommended Posts

  • Moderators

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.

  • Like 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...