Group Policy and Domain Joining Workstations

This project will consist of developing a GPO to create a default desktop view for users. We will also be joining a workstation to the domain.

I want to set it so when users login the Edge and Microsoft Store icons are not pinned to the taskbar. I also want to move the Start Button to the left side.

Start by unpinning the icons.

1
2

Using powershell, Export-StartLayout -Path C:\temp\Taskbarlayout.xml , to export the Taskbar layout.

3
4

I moved the xml file over to the domain controller and placed it in the following location:

\\4k317.local\SYSVOL\sysvol\4k317.local\scripts

5

Now lets begin creating the GPO.

Open Group Policy Management, Right-click the “4k317” OU, Select “Create a GPO in this domain, and Link it here”

Create the name and select OK

6

Right click the newly created GPO, ‘Edit’, Navigate the following: User Configuration, Policies, Administrative Templates, Start Menu and Taskbar, Double click ‘Start Layout’

7

Set to Enabled and in Start Layout File, list the path to the file. Our path will be:

\\4k317.local\SYSVOL\4k317.local\scripts\Taskbarlayout.xml

8

Now, I would like to set the Windows Start Button to be aligned on the left side.

After researching, I could only find one way to do it. Set a registry key to move it over.

From the GPO:

User configuration → Preferences → Windows Settings → Registry → Right click → New → Registry item

9

Enter the following values. Hit ‘Apply’, ‘OK’

10

Time to test. We will be joining a workstation to the domain and then logging into a user account.

12

Rebooted the workstation and logged in as a test user.

Confirmed the GPO was applied by running GPRESULT /R

Also notice that the start button is on the left side + EDGE and Microsoft Store are unpinned

11

Another completed project! Thank you for taking a look. I am currently deciding on what to work on next but am leaning towards configuring DHCP server. The workstation is currently on a static IP.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top