Author: haydene
Subject: BGINFO and DPI settings
Posted: 08 August 2013 at 2:51pm
forgot to mention Alastair_c workaround for another issue resolve my issue. There is also seen in the new version of BGINFO out.
Subject: BGINFO and DPI settings
Posted: 08 August 2013 at 2:51pm
forgot to mention Alastair_c workaround for another issue resolve my issue. There is also seen in the new version of BGINFO out.
Workaround below
:: 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