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
  • Adding a Registry Value
  • Create a Collection Item
  • Create a Registry Item
  • Using Registry Wizard
  • Next Steps

Was this helpful?

  1. Docs
  2. Registry

Group Policy Preferences

PreviousRegistryNextGPP Registry.xml

Last updated 5 years ago

Was this helpful?

Let's start with a Group Policy Object. Both Computer Configuration and User Configuration contain a Registry section under Preferences\Windows Settings. The purpose of these sections is to add Registry values and apply them through the GPO.

Adding a Registry Value

You can add a Registry Value by using 'Registry Item'. Think of 'Collection Item' as a folder. 'Registry Wizard' allows you to browse and copy values from the system Registry.

Create a Collection Item

Start by creating a Computer Configuration Collection Item called Registered Owner by right clicking on Registry and selecting New > Collection Item. As you can see a Collection Item can also be described as a Folder. This is useful in organizing entries.

Create a Registry Item

In the Registered Owner Collection Item, right click on Registered Owner and select New > Registry Item. In Key Path, browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion and select RegisteredOwner. Press the Select button.

Now you can set the Value data to whatever you want and press OK to save it

And now you have created your first Registry Preference

Using Registry Wizard

Instead of selecting New > Registry Item, try New > Registry Wizard instead. This will bring up a Registry Browser and allow you to select multiple Registry Items. Press Finish.

Now you have nested Collection Items (Folders) with the Registry Values that were checked. You can edit these as needed. One thing about using the Registry Wizard is that I absolutely hate working with it. For one thing I have noticed, not everything checked seems to transfer over . . . the second thing is that you cannot maximize the Registry Browser window. This is absolutely annoying!

Next Steps

Now it's time to learn about Group Policy Registry.xml on the next page . . .