#166062 - 2006-08-17 05:09 PM
Change wallpaper logon different size
|
david_ti
Fresh Scripter
Registered: 2006-02-09
Posts: 11
Loc: Montréal, Québec, Canada
|
Hi,
I want to change the wallpaper in the logon screen (where you see the crtl+alt+del). The reason is our compagny change the logo, and we got over 400 computers and laptop. So, due to the different size of each screen, i need to set the right size to the right one.
I want someting like Code:
if size=1024*768 install 1024.bmp size=800*600 install 800.bmp
You know what i meen. For know, i just have this : Code:
IF INGROUP("test") Break on ; $sourecpath = "\\servlog\netlogon\test\" $destinationpath = %windir% ; Copy $sourecpath + "NewLogoText1024.bmp" $destinationpath ; ;depending on how big the .reg file is you could use ;writevalue to write the stuff directly to the registry. Run "regedit.exe /s " + $sourcepath + "registry.reg" ; ENDIF
All works, but for each size, it's a little bit more hard for me.
Thx for your help.
|
|
Top
|
|
|
|
#166064 - 2006-08-17 05:35 PM
Re: Change wallpaper logon different size
|
david_ti
Fresh Scripter
Registered: 2006-02-09
Posts: 11
Loc: Montréal, Québec, Canada
|
SetWallpaper can not help me, cause i need to change the one on logon and not the user. I search, but not find what i need.
|
|
Top
|
|
|
|
#166065 - 2006-08-17 07:18 PM
Re: Change wallpaper logon different size
|
david_ti
Fresh Scripter
Registered: 2006-02-09
Posts: 11
Loc: Montréal, Québec, Canada
|
that is what i change Code:
[HKEY_USERS\.DEFAULT\Control Panel\Desktop] "Wallpaper"="C:\\Windows\\NewLogoText1024.bmp"
|
|
Top
|
|
|
|
#166066 - 2006-08-17 10:55 PM
Re: Change wallpaper logon different size
|
Witto
MM club member
   
Registered: 2004-09-29
Posts: 1828
Loc: Belgium
|
Well, I think there are examples on the board: http://www.kixtart.org/ubbthreads/showflat.php?Number=2080&page=63 Code:
WriteValue("HKEY_USERS\.Default\Control Panel\desktop","Wallpaper","C:\WINDOWS\hadhawk.bmp","REG_SZ")
|
|
Top
|
|
|
|
#166068 - 2006-08-18 02:09 PM
Re: Change wallpaper logon different size
|
david_ti
Fresh Scripter
Registered: 2006-02-09
Posts: 11
Loc: Montréal, Québec, Canada
|
Les, you right! So, somebody can help me on this case?
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 2220 anonymous users online.
|
|
|