Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows Vista Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Reply
 
Thread Tools
Old 05-09-2008, 05:56 AM   #1 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


"preparing your desktop" continuous loop

Hello. My Dell laptop froze the other day while using Word. I shut it down (via Start, etc.) and when I rebooted the Windows screen said "Preparing your desktop" and then a totally new desktop came up and my icons, defaults, etc seemed to be all back to the factory defaults. If I look in C:/users I see my files and stuff still there but I am not able to restore the pc to its previous state. I tried "System Restore"and it had no effect -- even running it in safe mode.

Also, if I make some changes -- like making Firefox the default browser -- when I reboot the machine again it just reverts back to the "preparing your desktop" routine and resets everything.

Dell has been no help and I cannot find anything on the Microsoft boards. Help! Thanks.
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 06:34 AM   #2 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 142
OS: Windows Vista


Re: "preparing your desktop" continuous loop

When you login to your user account do you see your desktop icons in c:\users\your user account\desktop. You have not specified this in your post all you said was you can see your user data.
frank200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 06:43 AM   #3 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

Quote:
Originally Posted by frank200 View Post
When you login to your user account do you see your desktop icons in c:\users\your user account\desktop. You have not specified this in your post all you said was you can see your user data.
Yes, they are there.
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 06:50 AM   #4 (permalink)
Hardware Tech Team
 
kinbard's Avatar
 
Join Date: Jun 2006
Location: Texas
Posts: 2,254
OS: xp,SuSE10,PCLinuxOS, Vista HP


Re: "preparing your desktop" continuous loop

Might be a corrupted profile. I would be lazy and create a folder on the root of c:, move all your files you want to keep into it, log in as admin and delete the profile, then recreate it.
__________________

Half viking, half pirate, stronger than both
5 Steps
XP Repair
kinbard is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 06:55 AM   #5 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 142
OS: Windows Vista


Re: "preparing your desktop" continuous loop

Sounds as though you are logging in as if a new user every time. Check whic actual username and profile you are under at an elevated command prompt by typing in SET as follows:

Capture.JPG
frank200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 09:25 AM   #6 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

Quote:
Originally Posted by frank200 View Post
Sounds as though you are logging in as if a new user every time. Check whic actual username and profile you are under at an elevated command prompt by typing in SET as follows:

Attachment 27767
Frank: Thank you.

I rebooted, hit F8, and booted to safe mode with command prompt. At Set, I see the screen that you posted. The following info is interesting:

Homepath=\Users\Temp
LocalAppData=C:Users\Temp\AppData\Local

Temp=C:\Users\Temp\AppData\Local\Temp
TMP=C:\Users\Temp\AppData\Local\Temp

Username=MMM (this would seem to be correct)
USERPROFILE=C:\Users\Temp (this does not seem correct)


The username on this laptop, or the administrator, is MMM, and that is not showing up in the same places that I see your name in the SET screen.

Can you suggest a solution?

Mark
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 10:32 AM   #7 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 142
OS: Windows Vista


Re: "preparing your desktop" continuous loop

Something is corrupted as you login to your user account. The culprit may be Winlogon.exe but there is no way to be sure. Even though you login to the correct user account your system variables are being set as though your username is TEMP. This could be a virus that has infected your computer. There is no way of knowing for sure.

I am assuming Winlogon.exe because that is the module which prompts you for username an password and therefore likely to set those system variables that you are looking at. I can't guarantee a solution but you can try a few things.

To check the integrity of that module only do this at an elevated command prompt:

SFC /SCANFILE=c:\WINDOWS\SYSTEM32\WINLOGON.EXE

If it finds it corrupted from a virus or whatever you may be in luck and that may be all you need to do. If not , you may have other system files which are corrupted in which case do a full system scan:

SFC \ SCANNOW

Another thing you can do is to set the variables on your own but you would have to do all of them:

At an elevated command prompt:

SET HOMEPATH=\USERS\MMM

.
.
.
SET USERPROFILE=C:\USERS\MMM

and then logoff then log back on (do not reboot just logoff).

Did you have a user named temp at one time on your computer? If not then check to see if there is a C:\users\temp folder and if so delete it.
frank200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 10:44 AM   #8 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

SFC /SCANFILE=c:\WINDOWS\SYSTEM32\WINLOGON.EXE

said "windows resourse protection did not find any integrity violations.

Running scannow now.
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 10:50 AM   #9 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

After scannow it says:

Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log

Now what?
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 12:11 PM   #10 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 142
OS: Windows Vista


Re: "preparing your desktop" continuous loop

Sometime between logging in and preparation of desktop your are being hijacked and the username is being changed to temp. Since a temp folder doesn't exist it is assuming you are a new user and hence it prepares a new desktop and new user defaults just as it would for a new user.

Now we checked for corruption in the system with SFC so the only other thing possible from this section of the forum would be to disable your startup items in case a rogue process has attached itself.

Type MSCONFIG in the search area of the start menu. It will appear at the top. Click it. Then click the startup tab. Click disable all. Then reboot.

Of course you know that arepair or clean install of Vista is always an option.
frank200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 12:40 PM   #11 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

Quote:
Originally Posted by frank200 View Post
Sometime between logging in and preparation of desktop your are being hijacked and the username is being changed to temp. Since a temp folder doesn't exist it is assuming you are a new user and hence it prepares a new desktop and new user defaults just as it would for a new user.

Now we checked for corruption in the system with SFC so the only other thing possible from this section of the forum would be to disable your startup items in case a rogue process has attached itself.

Type MSCONFIG in the search area of the start menu. It will appear at the top. Click it. Then click the startup tab. Click disable all. Then reboot.

Of course you know that arepair or clean install of Vista is always an option.
Thanks again, Frank.

I am attempting to delete the directory users/temp (there is more than one, all dated from the day this started) but it hangs. How can I do it from the command prompt?

I have restarted the pc after disabling the startup files but still have to delete the corrupt (I think) temp files.
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 01:44 PM   #12 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: vista home basic


Re: "preparing your desktop" continuous loop

Quote:
Originally Posted by frank200 View Post


Another thing you can do is to set the variables on your own but you would have to do all of them:

At an elevated command prompt:

SET HOMEPATH=\USERS\MMM

.
.
.
SET USERPROFILE=C:\USERS\MMM

and then logoff then log back on (do not reboot just logoff).
How do I do this?
mrl325i is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 02:15 PM   #13 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 142
OS: Windows Vista


Re: "preparing your desktop" continuous loop

Here is a way to get your desktop back:

Open an elevated command prompt

Right click the tak bar and select task manager

Terminate the process explorer.exe

At a command prompt type

SET USERPROFILE=C:\USERS\MMM

Then type

EXPLORER.EXE
frank200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 10:22 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81