+ Post New Thread
Results 1 to 10 of 10
Windows 7 Thread, Long 'Preparing your Desktop' delay in Technical; We are starting to roll out new desktops with Windows 7 Enterprise SP1. For the initial troubleshooting, I have turned ...
  1. #1

    Join Date
    Dec 2006
    Location
    US
    Posts
    286
    Thank Post
    61
    Thanked 15 Times in 14 Posts
    Rep Power
    14

    Long 'Preparing your Desktop' delay

    We are starting to roll out new desktops with Windows 7 Enterprise SP1. For the initial troubleshooting, I have turned the verbose logon option on. The problem we are having is that each time a user logs into a workstation for the first time, there is a 30-45 second delay at 'Preparing your Desktop.' (The rest of the logon process only takes about 10-15 seconds). We do have an image set as the user background, so the issue with the solid color background images causing a delay should not be the cause of this problem.

    Any ideas on how to possibly reduce this delay at 'Preparing your Desktop'?
    Thanks.

  2. IDG Tech News

  3. #2

    synaesthesia's Avatar
    Join Date
    Jan 2009
    Location
    Northamptonshire
    Posts
    2,890
    Blog Entries
    5
    Thank Post
    311
    Thanked 414 Times in 336 Posts
    Rep Power
    216
    What network speed do you have? Sounds rather like just a delay when the profile is being copied - we get that when people have ludicrous amounts of data on their desktop.

  4. #3

    Join Date
    Dec 2006
    Location
    US
    Posts
    286
    Thank Post
    61
    Thanked 15 Times in 14 Posts
    Rep Power
    14
    We have 1GB connectivity to the desktops from the switch (this test computer is currently connected to the same switch that the servers are). I am currently testing with a few test user accounts that have no files saved on the desktop, my documents, etc. Deep Freeze is installed and clears the local user profiles on each reboot.

    Something interesting I noticed: regardless of which user account I use, the first login after the computer has been restarted always has this 30-45 second delay. However, any logins after that by other user accounts have a minimal 5-10 second delay.
    Last edited by netadmin; 3rd July 2011 at 07:44 PM.

  5. #4
    morganw's Avatar
    Join Date
    Apr 2009
    Location
    Cambridge
    Posts
    679
    Thank Post
    45
    Thanked 92 Times in 87 Posts
    Rep Power
    28
    I have this same problem (listed in this thread) when using an exported default profile as a mandatory one. Mine also hangs a little on whilst applying folder redirection and applying printers via Group Policy Preferences. Other than a reference to this on technet (with no solution) I've found nothing.

  6. #5

    nephilim's Avatar
    Join Date
    Nov 2008
    Location
    Bedfordshire
    Posts
    7,362
    Blog Entries
    2
    Thank Post
    921
    Thanked 1,034 Times in 791 Posts
    Rep Power
    448
    First logins will take a while. If possible get all users to log in one machine, even if you have to do it yourself, and take that image after as your master.

    Login times will be considerably quicker. It may take a while to do, but to some its worth the effort.

    Otherwise I would store the picture on the machines locally and have it look for it thtere rather than a network share...also how many scripts and policies are running?

  7. #6

    witch's Avatar
    Join Date
    Nov 2005
    Location
    Dorset
    Posts
    6,798
    Thank Post
    432
    Thanked 1,079 Times in 787 Posts
    Rep Power
    356
    Sorry, we don't have a picture and still have huge issues with log on times - both 'preparing your desktop' and applying printer policies via GP.
    We have tried everything but can't get the times down at all.

  8. #7
    morganw's Avatar
    Join Date
    Apr 2009
    Location
    Cambridge
    Posts
    679
    Thank Post
    45
    Thanked 92 Times in 87 Posts
    Rep Power
    28
    I've gone back to a vbs script for printers just to get around the delay, we don't have any desktop background set or anything like that either. Since nearly all businesses will either use roaming profiles or persistent local profiles I don't think enough people have encountered these problems to get it properly acknowledged and fixed by Microsoft. It's more frustrating that I'm doing it the 'Microsoft way' and it doesn't work properly, but if you take the 'unsupported' route of exporting profile of someone who has logged in and then use that as the new default then there is no login delay (although you'll have broken AppData references in the registry so some manual tweaks may be required).

  9. #8
    sdc
    sdc is offline
    sdc's Avatar
    Join Date
    Apr 2008
    Location
    Dorset, UK
    Posts
    239
    Thank Post
    46
    Thanked 27 Times in 25 Posts
    Rep Power
    34
    We had this issue until just recently. I was looking through the event logs, trying to find some clue as to what was going on. Eventually found an error that looking intriguingly relevant, only to discover that there was "no further help" available on this error from Microsoft's website. Great! Anyway, some searching later turned up the following article: An update to turn off default SNP features is available for Windows Server 2003-based and Small Business Server 2003-based computers

    Applying the downloadable fix to each of our Windows 2003 servers has dramatically reduced all Windows 7 logon times. Hope this helps!

  10. Thanks to sdc from:

    witch (12th September 2011)

  11. #9

    Join Date
    Feb 2008
    Posts
    10
    Thank Post
    0
    Thanked 3 Times in 2 Posts
    Rep Power
    9
    We did a lot of work this summer to try and optimise logon times with Windows 7 and roaming profiles. First thing to say is use Group Policy Preferences sparingly. Back in the XP days we had everything in a kixtart script. When GPP came along we moved over to that and had loads of registry and file preferences set up. As these process synchronously at logon it can add a long delay. Removing the preferences and putting them back into the kixtart script knocked a good 15 seconds (at least) off logon time on a Core 2 desktop system. GPP is very convenient, but if it gets too busy it just kills logon times. I would suggest you only use it for preferences that require "SYSTEM" user privileges.

    As for "Preparing your desktop", this can be cut down drastically by deleting the Active Setup "StubPath" registry values located under HKLM\Software\Microsoft\Active Setup\Installed Components. For a quick explanation of Active Setup see here. However, I would only recommend doing this if you configure IE, Themes etc with Group Policy and test thoroughly before doing this in your production environment.

    At the very least, if you do not use Windows Mail in your environment I would suggest you definitely remove its stubpath value at HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}. Also set the "IsInstalled" value under this key to 0. We found that this was the cause of the longest delay at "Preparing your desktop", as everytime a user logged into the system Windows Mail created a new 25MB database! Deleting the stubpath and setting IsInstalled to 0 stopped this and really helped speed up logon times.

  12. #10
    pritchardavid's Avatar
    Join Date
    Sep 2009
    Location
    South Ockendon, Thurrock
    Posts
    792
    Thank Post
    12
    Thanked 52 Times in 48 Posts
    Rep Power
    19
    Quote Originally Posted by Winner View Post
    At the very least, if you do not use Windows Mail in your environment I would suggest you definitely remove its stubpath value at HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}. Also set the "IsInstalled" value under this key to 0. We found that this was the cause of the longest delay at "Preparing your desktop", as everytime a user logged into the system Windows Mail created a new 25MB database! Deleting the stubpath and setting IsInstalled to 0 stopped this and really helped speed up logon times.
    Many thanks will change this in our man profile, always want to disable this, never knew how to!

    Dont even know why they call it that, should just call it Windows Contact, as it only deals with that!

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 19
    Last Post: 11th August 2010, 05:35 PM
  2. Preparing Itunes settings for imaging
    By Cowardlyduck in forum O/S Deployment
    Replies: 0
    Last Post: 22nd June 2010, 04:03 AM
  3. Windows 7 Preparing Desktop
    By jsnetman in forum Windows 7
    Replies: 3
    Last Post: 8th February 2010, 06:23 PM
  4. Preparing for online exams
    By Flakes in forum Network and Classroom Management
    Replies: 0
    Last Post: 27th January 2010, 02:59 PM
  5. Office 2003 - Preparing to install
    By j17sparky in forum Windows
    Replies: 15
    Last Post: 1st November 2006, 11:28 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •