- Edit Winlogon Desktop / Secure Desktop
- Posted by timB on January 12th, 2006
Does anyone know whether it is possible to change the Winlogon Desktop /
Secure Desktop, that is displayed before the user desktop is displayed?
Thanks
- Posted by WTC on January 13th, 2006
"timB" <timB@discussions.microsoft.com> wrote in message
news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
> Does anyone know whether it is possible to change the Winlogon Desktop /
> Secure Desktop, that is displayed before the user desktop is displayed?
>
Are you referring to the CTRL+ALT+DEL option?
If you want the CTRL+ALT+DEL to appear before selecting a user and password
then edit the registry here,
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
Name: DisableCAD
Type: REG_DWORD
Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
or
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
Name: DisableCAD
Type: REG_DWORD
Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
--
William Crawford
MS-MVP Windows Shell/User
- Posted by timB on January 13th, 2006
Thanks for your response, although I dont think that I explained the question
well enough:
After a user has entered their domain logon credentials on a Windows XP
computer a 'Winlogon Desktop / Secure Desktop' is used until the user desktop
is loaded. Is there any way that I can change the 'Winlogon Desktop / Secure
Desktop' to display a different background?
"WTC" wrote:
> "timB" <timB@discussions.microsoft.com> wrote in message
> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
> > Does anyone know whether it is possible to change the Winlogon Desktop /
> > Secure Desktop, that is displayed before the user desktop is displayed?
> >
>
> Are you referring to the CTRL+ALT+DEL option?
>
> If you want the CTRL+ALT+DEL to appear before selecting a user and password
> then edit the registry here,
>
> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
> Name: DisableCAD
> Type: REG_DWORD
> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
>
> or
>
> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
> Name: DisableCAD
> Type: REG_DWORD
> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
>
> --
> William Crawford
> MS-MVP Windows Shell/User
>
>
>
- Posted by WTC on January 13th, 2006
Change the Windows Logon screen background color
http://windowsxp.mvps.org/logonbg.htm
[Courtesy of Ramesh Srinivasan, MVP]
For Wallpaper on the logon screen.
[HKEY_USERS\.Default\Control Panel\Desktop]
Name: Wallpaper
Type: REG_SZ
Data: Path to the Wallpaper picture.
Wallpaper Style
[HKEY_USERS\.Default\Control Panel\Desktop]
Name: WallpaperStyle
Type: REG_SZ
Data: 0 (Tile or Center); 2 (Stretch).
[HKEY_USERS\.Default\Control Panel\Desktop]
Name: TileWallpaper
Type: REG_SZ
Data: 0 (Tile is off); 1 (Tile is on).
You may need to restart the computer for changes to take affect.
How To Change the Windows Logon Screen Saver in Windows XP
http://windowsxp.mvps.org/scrnsave.htm
[Courtesy of Ramesh Srinivasan, MVP]
--
William Crawford
MS-MVP Windows Shell/User
"timB" <timB@discussions.microsoft.com> wrote in message
news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
> Thanks for your response, although I dont think that I explained the
> question
> well enough:
>
> After a user has entered their domain logon credentials on a Windows XP
> computer a 'Winlogon Desktop / Secure Desktop' is used until the user
> desktop
> is loaded. Is there any way that I can change the 'Winlogon Desktop /
> Secure
> Desktop' to display a different background?
>
>
> "WTC" wrote:
>
>> "timB" <timB@discussions.microsoft.com> wrote in message
>> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
>> > Does anyone know whether it is possible to change the Winlogon Desktop
>> > /
>> > Secure Desktop, that is displayed before the user desktop is displayed?
>> >
>>
>> Are you referring to the CTRL+ALT+DEL option?
>>
>> If you want the CTRL+ALT+DEL to appear before selecting a user and
>> password
>> then edit the registry here,
>>
>> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
>> Name: DisableCAD
>> Type: REG_DWORD
>> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
>>
>> or
>>
>> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
>> Name: DisableCAD
>> Type: REG_DWORD
>> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
>>
>> --
>> William Crawford
>> MS-MVP Windows Shell/User
>>
>>
>>
- Posted by timB on January 13th, 2006
Thanks again.
However I have tried this already and this only changed the desktop
background briefly (under a second). Until the Winlogon Desktop is diaplyed
again.
"WTC" wrote:
> Change the Windows Logon screen background color
> http://windowsxp.mvps.org/logonbg.htm
>
> [Courtesy of Ramesh Srinivasan, MVP]
>
> For Wallpaper on the logon screen.
>
> [HKEY_USERS\.Default\Control Panel\Desktop]
> Name: Wallpaper
> Type: REG_SZ
> Data: Path to the Wallpaper picture.
>
> Wallpaper Style
>
> [HKEY_USERS\.Default\Control Panel\Desktop]
> Name: WallpaperStyle
> Type: REG_SZ
> Data: 0 (Tile or Center); 2 (Stretch).
>
> [HKEY_USERS\.Default\Control Panel\Desktop]
> Name: TileWallpaper
> Type: REG_SZ
> Data: 0 (Tile is off); 1 (Tile is on).
>
> You may need to restart the computer for changes to take affect.
>
> How To Change the Windows Logon Screen Saver in Windows XP
> http://windowsxp.mvps.org/scrnsave.htm
>
> [Courtesy of Ramesh Srinivasan, MVP]
>
> --
> William Crawford
> MS-MVP Windows Shell/User
>
> "timB" <timB@discussions.microsoft.com> wrote in message
> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
> > Thanks for your response, although I dont think that I explained the
> > question
> > well enough:
> >
> > After a user has entered their domain logon credentials on a Windows XP
> > computer a 'Winlogon Desktop / Secure Desktop' is used until the user
> > desktop
> > is loaded. Is there any way that I can change the 'Winlogon Desktop /
> > Secure
> > Desktop' to display a different background?
> >
> >
> > "WTC" wrote:
> >
> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
> >> > Does anyone know whether it is possible to change the Winlogon Desktop
> >> > /
> >> > Secure Desktop, that is displayed before the user desktop is displayed?
> >> >
> >>
> >> Are you referring to the CTRL+ALT+DEL option?
> >>
> >> If you want the CTRL+ALT+DEL to appear before selecting a user and
> >> password
> >> then edit the registry here,
> >>
> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
> >> Name: DisableCAD
> >> Type: REG_DWORD
> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
> >>
> >> or
> >>
> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
> >> Name: DisableCAD
> >> Type: REG_DWORD
> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at logon)
> >>
> >> --
> >> William Crawford
> >> MS-MVP Windows Shell/User
> >>
> >>
> >>
>
>
>
>
>
>
- Posted by WTC on January 14th, 2006
Are you on a Domain? If you are on a Domain then Group Policy is probably
preventing you from changing these values. Talk to your Domain
Administrator, he/she may change this for you.
--
William Crawford
MS-MVP Windows Shell/User
"timB" <timB@discussions.microsoft.com> wrote in message
news:C0E4340E-8080-4BE2-B674-87C5D5943890@microsoft.com...
> Thanks again.
>
> However I have tried this already and this only changed the desktop
> background briefly (under a second). Until the Winlogon Desktop is
> diaplyed
> again.
>
> "WTC" wrote:
>
>> Change the Windows Logon screen background color
>> http://windowsxp.mvps.org/logonbg.htm
>>
>> [Courtesy of Ramesh Srinivasan, MVP]
>>
>> For Wallpaper on the logon screen.
>>
>> [HKEY_USERS\.Default\Control Panel\Desktop]
>> Name: Wallpaper
>> Type: REG_SZ
>> Data: Path to the Wallpaper picture.
>>
>> Wallpaper Style
>>
>> [HKEY_USERS\.Default\Control Panel\Desktop]
>> Name: WallpaperStyle
>> Type: REG_SZ
>> Data: 0 (Tile or Center); 2 (Stretch).
>>
>> [HKEY_USERS\.Default\Control Panel\Desktop]
>> Name: TileWallpaper
>> Type: REG_SZ
>> Data: 0 (Tile is off); 1 (Tile is on).
>>
>> You may need to restart the computer for changes to take affect.
>>
>> How To Change the Windows Logon Screen Saver in Windows XP
>> http://windowsxp.mvps.org/scrnsave.htm
>>
>> [Courtesy of Ramesh Srinivasan, MVP]
>>
>> --
>> William Crawford
>> MS-MVP Windows Shell/User
>>
>> "timB" <timB@discussions.microsoft.com> wrote in message
>> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
>> > Thanks for your response, although I dont think that I explained the
>> > question
>> > well enough:
>> >
>> > After a user has entered their domain logon credentials on a Windows XP
>> > computer a 'Winlogon Desktop / Secure Desktop' is used until the user
>> > desktop
>> > is loaded. Is there any way that I can change the 'Winlogon Desktop /
>> > Secure
>> > Desktop' to display a different background?
>> >
>> >
>> > "WTC" wrote:
>> >
>> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
>> >> > Does anyone know whether it is possible to change the Winlogon
>> >> > Desktop
>> >> > /
>> >> > Secure Desktop, that is displayed before the user desktop is
>> >> > displayed?
>> >> >
>> >>
>> >> Are you referring to the CTRL+ALT+DEL option?
>> >>
>> >> If you want the CTRL+ALT+DEL to appear before selecting a user and
>> >> password
>> >> then edit the registry here,
>> >>
>> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
>> >> Name: DisableCAD
>> >> Type: REG_DWORD
>> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> logon)
>> >>
>> >> or
>> >>
>> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
>> >> Name: DisableCAD
>> >> Type: REG_DWORD
>> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> logon)
>> >>
>> >> --
>> >> William Crawford
>> >> MS-MVP Windows Shell/User
>> >>
>> >>
>> >>
>>
>>
>>
>>
>>
>>
- Posted by timB on January 16th, 2006
Yes we are on a Domain, however there is nothing in Group Policy that is
preventing these values from changing.
"WTC" wrote:
> Are you on a Domain? If you are on a Domain then Group Policy is probably
> preventing you from changing these values. Talk to your Domain
> Administrator, he/she may change this for you.
>
> --
> William Crawford
> MS-MVP Windows Shell/User
>
> "timB" <timB@discussions.microsoft.com> wrote in message
> news:C0E4340E-8080-4BE2-B674-87C5D5943890@microsoft.com...
> > Thanks again.
> >
> > However I have tried this already and this only changed the desktop
> > background briefly (under a second). Until the Winlogon Desktop is
> > diaplyed
> > again.
> >
> > "WTC" wrote:
> >
> >> Change the Windows Logon screen background color
> >> http://windowsxp.mvps.org/logonbg.htm
> >>
> >> [Courtesy of Ramesh Srinivasan, MVP]
> >>
> >> For Wallpaper on the logon screen.
> >>
> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> Name: Wallpaper
> >> Type: REG_SZ
> >> Data: Path to the Wallpaper picture.
> >>
> >> Wallpaper Style
> >>
> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> Name: WallpaperStyle
> >> Type: REG_SZ
> >> Data: 0 (Tile or Center); 2 (Stretch).
> >>
> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> Name: TileWallpaper
> >> Type: REG_SZ
> >> Data: 0 (Tile is off); 1 (Tile is on).
> >>
> >> You may need to restart the computer for changes to take affect.
> >>
> >> How To Change the Windows Logon Screen Saver in Windows XP
> >> http://windowsxp.mvps.org/scrnsave.htm
> >>
> >> [Courtesy of Ramesh Srinivasan, MVP]
> >>
> >> --
> >> William Crawford
> >> MS-MVP Windows Shell/User
> >>
> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
> >> > Thanks for your response, although I dont think that I explained the
> >> > question
> >> > well enough:
> >> >
> >> > After a user has entered their domain logon credentials on a Windows XP
> >> > computer a 'Winlogon Desktop / Secure Desktop' is used until the user
> >> > desktop
> >> > is loaded. Is there any way that I can change the 'Winlogon Desktop /
> >> > Secure
> >> > Desktop' to display a different background?
> >> >
> >> >
> >> > "WTC" wrote:
> >> >
> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
> >> >> > Does anyone know whether it is possible to change the Winlogon
> >> >> > Desktop
> >> >> > /
> >> >> > Secure Desktop, that is displayed before the user desktop is
> >> >> > displayed?
> >> >> >
> >> >>
> >> >> Are you referring to the CTRL+ALT+DEL option?
> >> >>
> >> >> If you want the CTRL+ALT+DEL to appear before selecting a user and
> >> >> password
> >> >> then edit the registry here,
> >> >>
> >> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
> >> >> Name: DisableCAD
> >> >> Type: REG_DWORD
> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
> >> >> logon)
> >> >>
> >> >> or
> >> >>
> >> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
> >> >> Name: DisableCAD
> >> >> Type: REG_DWORD
> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
> >> >> logon)
> >> >>
> >> >> --
> >> >> William Crawford
> >> >> MS-MVP Windows Shell/User
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
> >>
> >>
> >>
>
>
>
>
- Posted by WTC on January 16th, 2006
Not sure what is causing this, does it happen on all the computer on the
domain or just that computer?
--
William Crawford
MS-MVP Windows Shell/User
"timB" <timB@discussions.microsoft.com> wrote in message
news:35DAC754-F439-4F9D-8879-D9B30746ABD0@microsoft.com...
> Yes we are on a Domain, however there is nothing in Group Policy that is
> preventing these values from changing.
>
> "WTC" wrote:
>
>> Are you on a Domain? If you are on a Domain then Group Policy is probably
>> preventing you from changing these values. Talk to your Domain
>> Administrator, he/she may change this for you.
>>
>> --
>> William Crawford
>> MS-MVP Windows Shell/User
>>
>> "timB" <timB@discussions.microsoft.com> wrote in message
>> news:C0E4340E-8080-4BE2-B674-87C5D5943890@microsoft.com...
>> > Thanks again.
>> >
>> > However I have tried this already and this only changed the desktop
>> > background briefly (under a second). Until the Winlogon Desktop is
>> > diaplyed
>> > again.
>> >
>> > "WTC" wrote:
>> >
>> >> Change the Windows Logon screen background color
>> >> http://windowsxp.mvps.org/logonbg.htm
>> >>
>> >> [Courtesy of Ramesh Srinivasan, MVP]
>> >>
>> >> For Wallpaper on the logon screen.
>> >>
>> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> Name: Wallpaper
>> >> Type: REG_SZ
>> >> Data: Path to the Wallpaper picture.
>> >>
>> >> Wallpaper Style
>> >>
>> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> Name: WallpaperStyle
>> >> Type: REG_SZ
>> >> Data: 0 (Tile or Center); 2 (Stretch).
>> >>
>> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> Name: TileWallpaper
>> >> Type: REG_SZ
>> >> Data: 0 (Tile is off); 1 (Tile is on).
>> >>
>> >> You may need to restart the computer for changes to take affect.
>> >>
>> >> How To Change the Windows Logon Screen Saver in Windows XP
>> >> http://windowsxp.mvps.org/scrnsave.htm
>> >>
>> >> [Courtesy of Ramesh Srinivasan, MVP]
>> >>
>> >> --
>> >> William Crawford
>> >> MS-MVP Windows Shell/User
>> >>
>> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
>> >> > Thanks for your response, although I dont think that I explained the
>> >> > question
>> >> > well enough:
>> >> >
>> >> > After a user has entered their domain logon credentials on a Windows
>> >> > XP
>> >> > computer a 'Winlogon Desktop / Secure Desktop' is used until the
>> >> > user
>> >> > desktop
>> >> > is loaded. Is there any way that I can change the 'Winlogon Desktop
>> >> > /
>> >> > Secure
>> >> > Desktop' to display a different background?
>> >> >
>> >> >
>> >> > "WTC" wrote:
>> >> >
>> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
>> >> >> > Does anyone know whether it is possible to change the Winlogon
>> >> >> > Desktop
>> >> >> > /
>> >> >> > Secure Desktop, that is displayed before the user desktop is
>> >> >> > displayed?
>> >> >> >
>> >> >>
>> >> >> Are you referring to the CTRL+ALT+DEL option?
>> >> >>
>> >> >> If you want the CTRL+ALT+DEL to appear before selecting a user and
>> >> >> password
>> >> >> then edit the registry here,
>> >> >>
>> >> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
>> >> >> Name: DisableCAD
>> >> >> Type: REG_DWORD
>> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> >> logon)
>> >> >>
>> >> >> or
>> >> >>
>> >> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
>> >> >> Name: DisableCAD
>> >> >> Type: REG_DWORD
>> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> >> logon)
>> >> >>
>> >> >> --
>> >> >> William Crawford
>> >> >> MS-MVP Windows Shell/User
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>>
>>
>>
>>
- Posted by timB on January 17th, 2006
It happends on a number of computers (which have also been rebuilt). I have
also tried it on Virtual computers and the same issue still occurs.
"WTC" wrote:
> Not sure what is causing this, does it happen on all the computer on the
> domain or just that computer?
>
> --
> William Crawford
> MS-MVP Windows Shell/User
>
> "timB" <timB@discussions.microsoft.com> wrote in message
> news:35DAC754-F439-4F9D-8879-D9B30746ABD0@microsoft.com...
> > Yes we are on a Domain, however there is nothing in Group Policy that is
> > preventing these values from changing.
> >
> > "WTC" wrote:
> >
> >> Are you on a Domain? If you are on a Domain then Group Policy is probably
> >> preventing you from changing these values. Talk to your Domain
> >> Administrator, he/she may change this for you.
> >>
> >> --
> >> William Crawford
> >> MS-MVP Windows Shell/User
> >>
> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> news:C0E4340E-8080-4BE2-B674-87C5D5943890@microsoft.com...
> >> > Thanks again.
> >> >
> >> > However I have tried this already and this only changed the desktop
> >> > background briefly (under a second). Until the Winlogon Desktop is
> >> > diaplyed
> >> > again.
> >> >
> >> > "WTC" wrote:
> >> >
> >> >> Change the Windows Logon screen background color
> >> >> http://windowsxp.mvps.org/logonbg.htm
> >> >>
> >> >> [Courtesy of Ramesh Srinivasan, MVP]
> >> >>
> >> >> For Wallpaper on the logon screen.
> >> >>
> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> >> Name: Wallpaper
> >> >> Type: REG_SZ
> >> >> Data: Path to the Wallpaper picture.
> >> >>
> >> >> Wallpaper Style
> >> >>
> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> >> Name: WallpaperStyle
> >> >> Type: REG_SZ
> >> >> Data: 0 (Tile or Center); 2 (Stretch).
> >> >>
> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
> >> >> Name: TileWallpaper
> >> >> Type: REG_SZ
> >> >> Data: 0 (Tile is off); 1 (Tile is on).
> >> >>
> >> >> You may need to restart the computer for changes to take affect.
> >> >>
> >> >> How To Change the Windows Logon Screen Saver in Windows XP
> >> >> http://windowsxp.mvps.org/scrnsave.htm
> >> >>
> >> >> [Courtesy of Ramesh Srinivasan, MVP]
> >> >>
> >> >> --
> >> >> William Crawford
> >> >> MS-MVP Windows Shell/User
> >> >>
> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> >> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
> >> >> > Thanks for your response, although I dont think that I explained the
> >> >> > question
> >> >> > well enough:
> >> >> >
> >> >> > After a user has entered their domain logon credentials on a Windows
> >> >> > XP
> >> >> > computer a 'Winlogon Desktop / Secure Desktop' is used until the
> >> >> > user
> >> >> > desktop
> >> >> > is loaded. Is there any way that I can change the 'Winlogon Desktop
> >> >> > /
> >> >> > Secure
> >> >> > Desktop' to display a different background?
> >> >> >
> >> >> >
> >> >> > "WTC" wrote:
> >> >> >
> >> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
> >> >> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
> >> >> >> > Does anyone know whether it is possible to change the Winlogon
> >> >> >> > Desktop
> >> >> >> > /
> >> >> >> > Secure Desktop, that is displayed before the user desktop is
> >> >> >> > displayed?
> >> >> >> >
> >> >> >>
> >> >> >> Are you referring to the CTRL+ALT+DEL option?
> >> >> >>
> >> >> >> If you want the CTRL+ALT+DEL to appear before selecting a user and
> >> >> >> password
> >> >> >> then edit the registry here,
> >> >> >>
> >> >> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
> >> >> >> Name: DisableCAD
> >> >> >> Type: REG_DWORD
> >> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
> >> >> >> logon)
> >> >> >>
> >> >> >> or
> >> >> >>
> >> >> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
> >> >> >> Name: DisableCAD
> >> >> >> Type: REG_DWORD
> >> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
> >> >> >> logon)
> >> >> >>
> >> >> >> --
> >> >> >> William Crawford
> >> >> >> MS-MVP Windows Shell/User
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
> >>
>
>
>
>
- Posted by WTC on January 17th, 2006
Have you tried using TweakUI? TweakUI can transfer settings to the Logon
screen from your Desktop.
Microsoft PowerToys for Windows XP
http://www.microsoft.com/windowsxp/d...powertoys.mspx
Download and install TweakUI.
When you run Tweak then go to Logon > Settings. Here you can choose the
settings you require to be transferred to the Logon screen.
--
William Crawford
MS-MVP Windows Shell/User
"timB" <timB@discussions.microsoft.com> wrote in message
news:3EB52D5D-B70F-47D1-A80B-158E79CCE66B@microsoft.com...
> It happends on a number of computers (which have also been rebuilt). I
> have
> also tried it on Virtual computers and the same issue still occurs.
>
> "WTC" wrote:
>
>> Not sure what is causing this, does it happen on all the computer on the
>> domain or just that computer?
>>
>> --
>> William Crawford
>> MS-MVP Windows Shell/User
>>
>> "timB" <timB@discussions.microsoft.com> wrote in message
>> news:35DAC754-F439-4F9D-8879-D9B30746ABD0@microsoft.com...
>> > Yes we are on a Domain, however there is nothing in Group Policy that
>> > is
>> > preventing these values from changing.
>> >
>> > "WTC" wrote:
>> >
>> >> Are you on a Domain? If you are on a Domain then Group Policy is
>> >> probably
>> >> preventing you from changing these values. Talk to your Domain
>> >> Administrator, he/she may change this for you.
>> >>
>> >> --
>> >> William Crawford
>> >> MS-MVP Windows Shell/User
>> >>
>> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> news:C0E4340E-8080-4BE2-B674-87C5D5943890@microsoft.com...
>> >> > Thanks again.
>> >> >
>> >> > However I have tried this already and this only changed the desktop
>> >> > background briefly (under a second). Until the Winlogon Desktop is
>> >> > diaplyed
>> >> > again.
>> >> >
>> >> > "WTC" wrote:
>> >> >
>> >> >> Change the Windows Logon screen background color
>> >> >> http://windowsxp.mvps.org/logonbg.htm
>> >> >>
>> >> >> [Courtesy of Ramesh Srinivasan, MVP]
>> >> >>
>> >> >> For Wallpaper on the logon screen.
>> >> >>
>> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> >> Name: Wallpaper
>> >> >> Type: REG_SZ
>> >> >> Data: Path to the Wallpaper picture.
>> >> >>
>> >> >> Wallpaper Style
>> >> >>
>> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> >> Name: WallpaperStyle
>> >> >> Type: REG_SZ
>> >> >> Data: 0 (Tile or Center); 2 (Stretch).
>> >> >>
>> >> >> [HKEY_USERS\.Default\Control Panel\Desktop]
>> >> >> Name: TileWallpaper
>> >> >> Type: REG_SZ
>> >> >> Data: 0 (Tile is off); 1 (Tile is on).
>> >> >>
>> >> >> You may need to restart the computer for changes to take affect.
>> >> >>
>> >> >> How To Change the Windows Logon Screen Saver in Windows XP
>> >> >> http://windowsxp.mvps.org/scrnsave.htm
>> >> >>
>> >> >> [Courtesy of Ramesh Srinivasan, MVP]
>> >> >>
>> >> >> --
>> >> >> William Crawford
>> >> >> MS-MVP Windows Shell/User
>> >> >>
>> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> >> news:FFCACAC6-2C58-4DC3-B880-FCE02A0BE4C6@microsoft.com...
>> >> >> > Thanks for your response, although I dont think that I explained
>> >> >> > the
>> >> >> > question
>> >> >> > well enough:
>> >> >> >
>> >> >> > After a user has entered their domain logon credentials on a
>> >> >> > Windows
>> >> >> > XP
>> >> >> > computer a 'Winlogon Desktop / Secure Desktop' is used until the
>> >> >> > user
>> >> >> > desktop
>> >> >> > is loaded. Is there any way that I can change the 'Winlogon
>> >> >> > Desktop
>> >> >> > /
>> >> >> > Secure
>> >> >> > Desktop' to display a different background?
>> >> >> >
>> >> >> >
>> >> >> > "WTC" wrote:
>> >> >> >
>> >> >> >> "timB" <timB@discussions.microsoft.com> wrote in message
>> >> >> >> news:09AEF578-CF86-4CB4-B7AF-F92F47B4C7B3@microsoft.com...
>> >> >> >> > Does anyone know whether it is possible to change the Winlogon
>> >> >> >> > Desktop
>> >> >> >> > /
>> >> >> >> > Secure Desktop, that is displayed before the user desktop is
>> >> >> >> > displayed?
>> >> >> >> >
>> >> >> >>
>> >> >> >> Are you referring to the CTRL+ALT+DEL option?
>> >> >> >>
>> >> >> >> If you want the CTRL+ALT+DEL to appear before selecting a user
>> >> >> >> and
>> >> >> >> password
>> >> >> >> then edit the registry here,
>> >> >> >>
>> >> >> >> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\pol icies\system]
>> >> >> >> Name: DisableCAD
>> >> >> >> Type: REG_DWORD
>> >> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> >> >> logon)
>> >> >> >>
>> >> >> >> or
>> >> >> >>
>> >> >> >> [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
>> >> >> >> Name: DisableCAD
>> >> >> >> Type: REG_DWORD
>> >> >> >> Value: 0 (CRTL+ALT+DEL is on at logon) 1 (CRTL+ALT+DEL is off at
>> >> >> >> logon)
>> >> >> >>
>> >> >> >> --
>> >> >> >> William Crawford
>> >> >> >> MS-MVP Windows Shell/User
>> >> >> >>