Proposed Answer GPO wallpaper Windows 2008R2 session host

  • Friday, January 04, 2013 11:30 AM
     
     

    I configured a GPO to force the wallpaper for user connecting to our remote session host running Windows server 2008R2. The policy does not seem to function. Enclosed you will find a screenshot of the applied policy. I went through a couple of posts on the forum and also tried the following script:

    :: Configure Wallpaper 
    REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "\\dc1\Wallpaper\AS-Wallpaper-v2.jpg"
    REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0
    REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2
    :: Make the changes effective immediately
    %SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters

    After a ran this script and opened control panel- display- change desktop background and close it straight away. The background image is showed. When I log off and log back on the image is gone. The background color is fine, it is just the image. 



All Replies

  • Tuesday, January 08, 2013 6:08 AM
    Moderator
     
     Proposed Answer

    Hi,

    Thanks for your post.

    Please applies the following KB on your clients, to see if helps.

    The "Desktop Wallpaper" Group Policy setting is not applied in Windows 7 or in Windows Server 2008 R2

    http://support.microsoft.com/kb/977944

    Best Regards,

    Aiden


    Aiden Cao
    TechNet Community Support

  • Saturday, January 12, 2013 11:46 AM
     
     
    When I try to install the hotfix a pop says: this update is not applicable to your computer. We manage the server with a wsus server and the server is fully up to date.