Share via

How to apply different wallpapers for different users using Group Policy?

Anonymous
2025-01-21T03:24:17+00:00

I'M follow this step by step but currently still not resolved. please help me

Step 1: Create the GPOs

  1. **Open the Group Policy Management Console (GPMC)**: Press Win + R, type gpmc.msc, and press Enter.
  2. **Create the first GPO**: Right-click on the domain or organizational unit (OU) where you want to apply the wallpaper, select **Create a GPO in this domain, and Link it here**, and give it a name (e.g., WallpaperPolicy1).
  3. **Create the second GPO**: Repeat the above step to create another GPO with a different name (e.g., WallpaperPolicy2).

Step 2: Edit the GPOs

  1. **Edit WallpaperPolicy1**: Right-click on WallpaperPolicy1, select **Edit**, and navigate to **User Configuration** > **Administrative Templates** > **Desktop** > **Desktop**.
  2. **Enable Desktop Wallpaper**: Double-click on **Desktop Wallpaper**, set it to **Enabled**, and specify the path to the first wallpaper image.
  3. **Edit WallpaperPolicy2**: Right-click on WallpaperPolicy2, select **Edit**, and navigate to **User Configuration** > **Administrative Templates** > **Desktop** > **Desktop**.
  4. **Enable Desktop Wallpaper**: Double-click on **Desktop Wallpaper**, set it to **Enabled**, and specify the path to the second wallpaper image.

Step 3: Apply the GPOs

  1. **Link WallpaperPolicy1**: Right-click on the domain where you want to apply WallpaperPolicy1, select **Link an Existing GPO**, and choose WallpaperPolicy1.
  2. **Link WallpaperPolicy2**: Right-click on the OU where you want to apply WallpaperPolicy2, select **Link an Existing GPO**, and choose WallpaperPolicy2.

Step 4: Security Filtering

  1. **Link WallpaperPolicy1**: add authentication users
  2. **Link WallpaperPolicy2**: create sec goups for apply wallpaper2 and apply this secGroup

Step 5: Update Group Policy

  1. **Force Group Policy Update**: On the client machines, open Command Prompt and run gpupdate /force to apply the new settings immediately.
    still not apply. wallpaper 2 not found either run gpresult /r

please help sir master

Windows for business | Windows Server | Directory services | Deploy group policy objects

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2025-01-21T08:03:41+00:00

    Hello

    Thanks for posting in Microsoft Community.

    It seems that you're following the correct steps, but there might be some common issues preventing your Group Policy Objects (GPOs) from applying the wallpaper settings correctly. Let's troubleshoot step by step and check some important aspects that could be causing the issue.

    Troubleshooting:

    Verify Wallpaper Path:

    Ensure the wallpaper image is located in a shared folder that is accessible by all users who need it. For example, the wallpaper path should be something like \server\share\wallpaper1.jpg.

    Make sure that the folder has the correct read permissions for the users or groups you are targeting.

    If you're using a local path (e.g., C:\wallpapers\wallpaper1.jpg), it won't work unless all users have the same local path, which is highly unlikely in a network environment.

    Check GPO Settings:

    In WallpaperPolicy1 and WallpaperPolicy2, verify that the "Desktop Wallpaper" policy is correctly configured under:

    User Configuration > Administrative Templates > Desktop > Desktop

    Set the Wallpaper Style (e.g., Fill, Stretch, Center) appropriately. This ensures that the wallpaper looks correct based on user screen resolution.

    Ensure GPOs Are Linked to the Correct OUs:

    WallpaperPolicy1 should be linked to the domain or OU where users who should receive Wallpaper1 are located.

    WallpaperPolicy2 should be linked to the OU where users who should receive Wallpaper2 are located.

    Check Security Filtering:

    For each GPO, ensure that the security filtering is set up correctly:

    WallpaperPolicy1 should apply to the security group or user group you want to use the first wallpaper.

    WallpaperPolicy2 should apply to the second group of users (with the second wallpaper).

    Make sure the Authenticated Users group is not blocking the application of the policy to specific users.

    User-Specific Policies: If you're targeting users specifically, ensure that the GPO is set to apply User Configuration rather than Computer Configuration.

    Test Group Policy on the Target Machine:

    On the client machine, open a Command Prompt and run the following commands:

    gpresult /r to check which policies are applied and verify if the correct GPOs are being applied.

    gpupdate /force to force the GPO refresh.

    You can also run rsop.msc (Resultant Set of Policy) to visualize the applied GPOs in a more graphical manner.

    Check the Event Viewer for any errors related to Group Policy processing (Event Viewer > Applications and Services Logs > Microsoft > Windows > GroupPolicy).

    Permissions and Inheritance:

    If security filtering is enabled, make sure that the group or user that is supposed to receive the wallpaper has read and apply group policy permissions on the GPO.

    If you're using a custom security group for WallpaperPolicy2, verify that the group membership is correct and up-to-date.

    Wallpaper Settings Conflict:

    If a user belongs to both WallpaperPolicy1 and WallpaperPolicy2 due to OU structure or group memberships, the last applied GPO wins. This could potentially cause unexpected results. Ensure that the users are not targeted by conflicting GPOs.

    Wallpaper Not Showing:

    If the wallpaper appears, but it is not being applied or updated correctly, ensure that the wallpaper size and screen resolution settings are compatible with the style chosen (Fill, Stretch, etc.).

    I hope the above information is helpful to you.

    Best regards

    Runjie Zhai

    0 comments No comments

0 additional answers

Sort by: Most helpful