Page 1 of 1 1
Topic Options
#105216 - 2003-09-30 07:44 PM Windows XP Professional Fast Logon Optimization
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
The following is a proposal for a new FAQ. Comments are welcome and will be integrated into the first post. The first post will then be submitted as a new FAQ.

INFO: Windows XP Professional Fast Logon Optimization

Microsoft has optimized Windows XP to enhance the user experience by creating the impression that the operating system starts up faster. This is achieved by having the login prompt show up before the networt is fully initialized. Additionally, existing users are logged in with cached credentials.

Drawbacks in a domain or corporate environment are that login scripts might not run, policies might not get applied, account expiration warnings might not get displayed, and GPO software distribution might fail.

The logon optimization can be disabled in the following ways
  • Local PO via "Computer Configuration\Administrative Templates\System\Logon\ Always wait for the network at computer startup and logon"
  • Global PO via "Computer Configuration\Administrative Templates\System\Logon\ Always wait for the network at computer startup and logon"
  • Per-machine registry hack via "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon" with registry value "SyncForegroundPolicy"=dword:00000001
  • Per-user registry hack via "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon" with registry value "SyncForegroundPolicy"=dword:00000001
For more information see Microsoft KB305293 Description of the Windows XP Professional Fast Logon Optimization Feature
_________________________
There are two types of vessels, submarines and targets.

Top
#105217 - 2003-09-30 08:15 PM Re: Windows XP Professional Fast Logon Optimization
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
lol, "enhancing the user experience " but "making our lives hell" in the process ? I think this is great FAQ material as it applies to login scripting, and effecting change from the login script.
Top
#105218 - 2003-09-30 08:19 PM Re: Windows XP Professional Fast Logon Optimization
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Hmm, I'm getting pretty good at marketing speak, don't I? Reminds me that I do have to take a marketing class next summer [Frown]
_________________________
There are two types of vessels, submarines and targets.

Top
#105219 - 2003-09-30 08:41 PM Re: Windows XP Professional Fast Logon Optimization
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Two other things in XP..

Start/Run - CMD
Type in defrag -b
"optimizes the order of startup programs"

Right-Click My Computer/Properties/Advanced/Performance/settings
"Adjust for best Performance"

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#105220 - 2003-09-30 09:52 PM Re: Windows XP Professional Fast Logon Optimization
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11625
Loc: CA
Kent,

Where did you get that switch for DEFRAG?

I don't find that switch (at least documented)

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/winxppro/proddocs/defrag.asp

start hh.exe ms-its:ntcmds.chm::/ntcmds.htm

Top
#105221 - 2003-09-30 09:53 PM Re: Windows XP Professional Fast Logon Optimization
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Well, I do cover that issue in the FAQ Topic: Use of %0\..\ to launch KiX but I suspect it doesn't get many hits. Maybe I should have put "XP" in the title.

When you post this to the FAQ, I will link to it from there and maybe you can reciprocate.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#105222 - 2003-10-06 07:47 PM Re: Windows XP Professional Fast Logon Optimization
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Jens could you please verify the registry hack, specifically the key in your post?

"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon" with registry value "SyncForegroundPolicy"=dword:00000001

there is not such key on our XP computers. Did you mean:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#105223 - 2003-10-06 07:51 PM Re: Windows XP Professional Fast Logon Optimization
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
They can be in either place, either as a policy or entered manually. I'll add your registry keys to it before I post the FAQ. Your registry keys would indicate manual configuration instead of using LPO/GPO for this.
_________________________
There are two types of vessels, submarines and targets.

Top
#105224 - 2003-10-06 07:56 PM Re: Windows XP Professional Fast Logon Optimization
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Jens, do not use my reg key. I am asking a question. The keys you posted do not exists on our XP computers. You listed manual reg hack in your initial post. Since I can not find those keys, I am asking if they are correct.

Please see the two key in the previous post one more time. I was wondering if you made a mistake in the specification of the winlogon key.

please notice the difference: SOFTWARE\Policies\Microsoft

[ 06. October 2003, 19:59: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#105225 - 2003-10-06 08:47 PM Re: Windows XP Professional Fast Logon Optimization
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Howard, yes, I verified the key/value. However, they do not exist by default, only if you set/reset the policy.

It should also be possible to write the value to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" instead, but then it would not be a policy, and I haven't tried it yet as I set it via LPO.
_________________________
There are two types of vessels, submarines and targets.

Top
#105226 - 2003-10-06 10:19 PM Re: Windows XP Professional Fast Logon Optimization
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
The defrag -b came out a Tech Article I found a couple of weeks ago.

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#105227 - 2004-01-24 01:13 AM Re: Windows XP Professional Fast Logon Optimization
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Jens,
Did you ever get around to posting this in the FAQ forum? I can't seem to find it there.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#105228 - 2004-01-24 07:59 PM Re: Windows XP Professional Fast Logon Optimization
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Haven't yet posted it, but I guess I should do this. Will happen this weekend.

Posted as a FAQ under Windows XP Professional Fast Logon Optimization


Edited by sealeopard (2004-01-24 08:33 PM)
_________________________
There are two types of vessels, submarines and targets.

Top
Page 1 of 1 1


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1574 anonymous users online.
Newest Members
BeeEm, min_seow, Audio, Hoschi, Comet
17882 Registered Users

Generated in 0.191 seconds in which 0.155 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org