LogoLogo
OSDeploy.comTwitterGitHub
  • Overview
  • OSDeploy Home
  • Download
    • Release Notes
    • GitHub
    • LGPO
    • OSDeploy PowerShell Module
  • Docs
    • Deployment
      • ConfigMgr New PC TS Package
      • ConfigMgr New PC TS Unattend.xml
      • ConfigMgr New PC TS Provisioning Package
      • MDT New PC TS
    • Customize
      • Alpha
      • Apps
      • Background
      • LocalPolicy
        • ImportGPO
        • ImportTXT
        • LGPO
        • Import-GPO.ps1
      • RegistryXML
      • Scripts
      • Start
      • Theme
      • Zeta
    • Group Policies
      • Best Practices
        • Edit Local Policy with Reg Keys
      • Active Directory GPO
      • Build a Domain Controller
      • Update ADMX Templates
      • Local vs Domain Policies
      • Import OSDeploy GPOs
      • Edit OSDeploy Branding GPO
    • Provisioning Packages
      • PowerShell Script to PPKG
      • OSConfig to PPKG
    • Registry
      • Group Policy Preferences
      • GPP Registry.xml
      • RegistryXML Files
      • Convert REG to RegistryXML
      • Apply RegistryXML Files
    • How To
      • Theme Customization
Powered by GitBook
On this page
  • Articles
  • Conclusion

Was this helpful?

  1. Docs

Registry

Working with the Registry is probably the most important things about customizing Windows. Everybody does it, and there are many different ways to do it.

Most resources you will find typically add Registry entries from the command line (Reg Add), others import a REG file, or run a CMD or PS1 script. I will not go into detail on any of these methods, instead focusing on GPP Registry and RegistryXML Files.

Articles

  • Group Policy Preferences

  • GPP Registry.xml

  • GPP RegistryXML Files

  • Convert REG to RegistryXML

  • Apply RegistryXML Files

Conclusion

After reading the above articles, you should have a firm understanding of GPP Registry and how to create and apply RegistryXML Files. You can easily create your own RegistryXML library of settings instead of adding multiple Run Command Line steps in your Task Sequence.

Please share your favorite RegistryXML additions to Windows so I can add them to the RegistryXML Library!

PreviousOSConfig to PPKGNextGroup Policy Preferences

Last updated 5 years ago

Was this helpful?