Author: haydene
Subject: BGInfo Bugs or Feature Request
Posted: 08 August 2013 at 2:48pm
I have just installed this and it has not resolve the issue with the desktop background becoming tiled when set to stretched, and when you change DPI settings to anything other then %100, alastair_c workaround (below) does get around this issue. Hopefully this gets address in future versions.
Subject: BGInfo Bugs or Feature Request
Posted: 08 August 2013 at 2:48pm
I have just installed this and it has not resolve the issue with the desktop background becoming tiled when set to stretched, and when you change DPI settings to anything other then %100, alastair_c workaround (below) does get around this issue. Hopefully this gets address in future versions.
:: Call BGInfo to set background
c:\batches\bginfo.exe /nolicprompt /ic:\batches\bginfo.bgi /timer:0
:: Configure wallpaper to stretch. Prevents tiling when users resize their sessions.
reg add "HKCU\Control Panel\Desktop" /v WallpaperStyle /d 2 /f
reg add "HKCU\Control Panel\Desktop" /v TileWallpaper /d 0 /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters