Configuring Registry Settings with Group Policy
Full-Access Members Only
Sorry, this lesson is only available to Server Academy Full-Access members. Become a Full-Access member now and get instant access to this and many more premium courses. Click the button below and get instant access now.
Instructions
Q&A (0)
Notes (0)
Resources (0)
Saving Progress...
Resources
There are no resources for this lesson.
Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.
In this lecture, I am going to be showing you how you can use Group Policy to create Registry Settings.
We are going to create a Registry Setting that will allow us to right-click any file and open it with Notepad.
Open Server Manager > Tools > Group Policy Management.
Right-click instructorpaul.com and choose to Create a GPO in this domain, and Link it here...
Name the GPO Registry Settings and click OK.
Right-click on Registry Settings and choose Edit.
NOTE: We can configure the settings on a Computer basis or User basis.
Expand Computer Configuration > Preferences > Windows Settings > Registry. Right click on the right empty pane and choose New > Registry Item.
NOTE: Before we go any further, you should keep in mind editing your Registry is generally a bad idea if you don’t know exactly what you are doing. You can cause a lot of problems with your computers, and some of the issues are even irreversible and you most likely need to reformat and rebuild your computer. You should be testing in a lab environment and not in a production environment.
The New Registry Properties window will appear. Edit the following:
Action: Create
Hive: HKEY_CLASSES_ROOT
Key path: *\shell\Open with Notepad\command
Value name: click Default check box
Value Type: REG_SZ
Value data: notepad.exe %1
Click on Apply and OK buttons.
We are ready to test it in our Domain Controller since we linked it to the root of the domain.
In a command prompt run gpupdate /force.
Now we can test with any file. Right-click on a .jpg image and you will see Open with Notepad is now an option.
If we click on that option we see the file is open in Notepad.
Obviously is not useful for JPEG but might be useful for config files, XML files, etc.
And that is how you set up and configure Registry settings with Group Policies.
Server Academy Members Only
Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.