Anyone done this?
Got a new wallpaper I wanna roll out, I'm asumming I just add the registry change in GPO.......point the registry to a share where the wallpaper is..........
did it many years ago but forgotten![]()
Anyone done this?
Got a new wallpaper I wanna roll out, I'm asumming I just add the registry change in GPO.......point the registry to a share where the wallpaper is..........
did it many years ago but forgotten![]()
yeah i have a reg file that is merged with a start up script pointing to thenew wallpaper on the local drive or you could use a server share
startup script
Set oShell = CreateObject("Wscript.Shell")
sRegFile = "C:\desktops\logon.reg"
oShell.Run "regedit.exe /s " & Chr(34) & sRegFile & Chr(34), 0, True
reg
Windows Registry Editor Version 5.00
; Change Wallpaper On Login Screen (For Non-Welcome Screen Users)
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="C:\\Desktops\\logon.bmp"
done itslightly different way.
Batch File on Startup running:
copy \\wwndc01\wallpaper$\Wallpaper.bmp C:\wallpaper.bmp
regedit.exe /s \\wwndc01\wallpaper$\Wallpaper.reg
Each to there own.
There are currently 1 users browsing this thread. (0 members and 1 guests)