Go Back   TechArena Community > Technical Support > Computer Help > Windows XP > Windows XP Support
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Locally stored profile does not load

Windows XP Support


Reply
 
Thread Tools Search this Thread
  #1  
Old 20-12-2006
LewisWorld
 
Posts: n/a
Locally stored profile does not load

I'm using Windows XP, Home Edition. When I turn on the compurter, I receive
the message:

Windows cannot load the locally stored profile: Insufficient security
rights or a corrupted local file. Windows has logged you in with a temporary
profile. Any setting you make will not be saved.



Reply With Quote
  #2  
Old 20-12-2006
Patti MacLeod
 
Posts: n/a
Re: Locally stored profile does not load

Hi LewisWorld,

Check out these MSKB articles:

Error Message: "Windows Cannot Load the Locally Stored Profile"
http://support.microsoft.com/kb/812339/en-us

"Windows cannot load your profile because it may be corrupted" error message
when you try to log on to Windows XP
http://support.microsoft.com/kb/318011/en-us



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User

"LewisWorld" <LewisWorld@discussions.microsoft.com> wrote in message
news:77B01247-B8B4-4C6D-9FF7-A0DCBACA82FC@microsoft.com...
> I'm using Windows XP, Home Edition. When I turn on the compurter, I
> receive
> the message:
>
> Windows cannot load the locally stored profile: Insufficient security
> rights or a corrupted local file. Windows has logged you in with a
> temporary
> profile. Any setting you make will not be saved.
>
>




Reply With Quote
  #3  
Old 20-12-2006
John John
 
Posts: n/a
Re: Locally stored profile does not load

Make sure you have full control on your profile folder. To do so so
start a command prompt and issue this command:

cacls C:"\Documents and Settings\username" /t /e /g username:f

Obviously, replace username above with your user name. You have to use
the quotation marks in the command, as above. You can simply use the
cacls command on your profile folder to ensure that you have the full
control permissions on the folder:

cacls C:"\Documents and Settings\username"

You should see your username with letters, the letter "F" should be
there by your username. Once you are certain that you have proper
permissions reboot the computer. If the error persists see here:

How to copy data from a corrupted user profile to a new profile
http://support.microsoft.com/?kbid=811151

Cacls reference:
http://www.microsoft.com/resources/d....mspx?mfr=true

John

LewisWorld wrote:

> I'm using Windows XP, Home Edition. When I turn on the compurter, I receive
> the message:
>
> Windows cannot load the locally stored profile: Insufficient security
> rights or a corrupted local file. Windows has logged you in with a temporary
> profile. Any setting you make will not be saved.
>
>



Reply With Quote
  #4  
Old 20-12-2006
LewisWorld
 
Posts: n/a
Re: Locally stored profile does not load

Thanks, Patti. I had seen the first article, but not the second. Turned out
to be an easy fix with a new profile.

"Patti MacLeod" wrote:

> Hi LewisWorld,
>
> Check out these MSKB articles:
>
> Error Message: "Windows Cannot Load the Locally Stored Profile"
> http://support.microsoft.com/kb/812339/en-us
>
> "Windows cannot load your profile because it may be corrupted" error message
> when you try to log on to Windows XP
> http://support.microsoft.com/kb/318011/en-us
>
>
>
> Regards,
>
> --
> Patti MacLeod
> Microsoft MVP - Windows Shell/User
>
> "LewisWorld" <LewisWorld@discussions.microsoft.com> wrote in message
> news:77B01247-B8B4-4C6D-9FF7-A0DCBACA82FC@microsoft.com...
> > I'm using Windows XP, Home Edition. When I turn on the compurter, I
> > receive
> > the message:
> >
> > Windows cannot load the locally stored profile: Insufficient security
> > rights or a corrupted local file. Windows has logged you in with a
> > temporary
> > profile. Any setting you make will not be saved.
> >
> >

>
>
>


Reply With Quote
  #5  
Old 20-12-2006
LewisWorld
 
Posts: n/a
Re: Locally stored profile does not load

John John,

Thanks. I did what you suggested. MS-DOS responded with an "F" after all
kinds of things, like NT Authority, Builtin Adminstrators, OI, CI, IO, and so
forth.

Does this mean I have "full control?"

Sorry for my lack of technical facility with the technical names.


"John John" wrote:

> Make sure you have full control on your profile folder. To do so so
> start a command prompt and issue this command:
>
> cacls C:"\Documents and Settings\username" /t /e /g username:f
>
> Obviously, replace username above with your user name. You have to use
> the quotation marks in the command, as above. You can simply use the
> cacls command on your profile folder to ensure that you have the full
> control permissions on the folder:
>
> cacls C:"\Documents and Settings\username"
>
> You should see your username with letters, the letter "F" should be
> there by your username. Once you are certain that you have proper
> permissions reboot the computer. If the error persists see here:
>
> How to copy data from a corrupted user profile to a new profile
> http://support.microsoft.com/?kbid=811151
>
> Cacls reference:
> http://www.microsoft.com/resources/d....mspx?mfr=true
>
> John
>
> LewisWorld wrote:
>
> > I'm using Windows XP, Home Edition. When I turn on the compurter, I receive
> > the message:
> >
> > Windows cannot load the locally stored profile: Insufficient security
> > rights or a corrupted local file. Windows has logged you in with a temporary
> > profile. Any setting you make will not be saved.
> >
> >

>
>


Reply With Quote
  #6  
Old 20-12-2006
John John
 
Posts: n/a
Re: Locally stored profile does not load

If your username is there with the letter "F" along with those other
letters then yes you have full control on the folder.

John

LewisWorld wrote:
> John John,
>
> Thanks. I did what you suggested. MS-DOS responded with an "F" after all
> kinds of things, like NT Authority, Builtin Adminstrators, OI, CI, IO, and so
> forth.
>
> Does this mean I have "full control?"
>
> Sorry for my lack of technical facility with the technical names.
>
>
> "John John" wrote:
>
>
>>Make sure you have full control on your profile folder. To do so so
>>start a command prompt and issue this command:
>>
>>cacls C:"\Documents and Settings\username" /t /e /g username:f
>>
>>Obviously, replace username above with your user name. You have to use
>>the quotation marks in the command, as above. You can simply use the
>>cacls command on your profile folder to ensure that you have the full
>>control permissions on the folder:
>>
>>cacls C:"\Documents and Settings\username"
>>
>>You should see your username with letters, the letter "F" should be
>>there by your username. Once you are certain that you have proper
>>permissions reboot the computer. If the error persists see here:
>>
>>How to copy data from a corrupted user profile to a new profile
>>http://support.microsoft.com/?kbid=811151
>>
>>Cacls reference:
>>http://www.microsoft.com/resources/d....mspx?mfr=true
>>
>>John
>>
>>LewisWorld wrote:
>>
>>
>>>I'm using Windows XP, Home Edition. When I turn on the compurter, I receive
>>>the message:
>>>
>>>Windows cannot load the locally stored profile: Insufficient security
>>>rights or a corrupted local file. Windows has logged you in with a temporary
>>>profile. Any setting you make will not be saved.
>>>
>>>

>>
>>



Reply With Quote
  #7  
Old 21-12-2006
Patti MacLeod
 
Posts: n/a
Re: Locally stored profile does not load

You're very welcome :-)



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User


"LewisWorld" wrote:

> Thanks, Patti. I had seen the first article, but not the second. Turned out
> to be an easy fix with a new profile.
>
> "Patti MacLeod" wrote:
>
> > Hi LewisWorld,
> >
> > Check out these MSKB articles:
> >
> > Error Message: "Windows Cannot Load the Locally Stored Profile"
> > http://support.microsoft.com/kb/812339/en-us
> >
> > "Windows cannot load your profile because it may be corrupted" error message
> > when you try to log on to Windows XP
> > http://support.microsoft.com/kb/318011/en-us
> >
> >
> >
> > Regards,
> >
> > --
> > Patti MacLeod
> > Microsoft MVP - Windows Shell/User
> >
> > "LewisWorld" <LewisWorld@discussions.microsoft.com> wrote in message
> > news:77B01247-B8B4-4C6D-9FF7-A0DCBACA82FC@microsoft.com...
> > > I'm using Windows XP, Home Edition. When I turn on the compurter, I
> > > receive
> > > the message:
> > >
> > > Windows cannot load the locally stored profile: Insufficient security
> > > rights or a corrupted local file. Windows has logged you in with a
> > > temporary
> > > profile. Any setting you make will not be saved.
> > >
> > >

> >
> >
> >


Reply With Quote
  #8  
Old 07-05-2007
john4q
 
Posts: n/a
RE: Locally stored profile does not load


--
johnfromeadowcroft


"LewisWorld" wrote:

> I'm using Windows XP, Home Edition. When I turn on the compurter, I receive
> the message:
>
> Windows cannot load the locally stored profile: Insufficient security
> rights or a corrupted local file. Windows has logged you in with a temporary
> profile. Any setting you make will not be saved.
>
>


Reply With Quote
  #9  
Old 14-10-2009
Member
 
Join Date: Oct 2009
Posts: 1
Re: Locally stored profile does not load

Thanks to John John. His DOS command worked perfectly when the Microsoft recommended methods did not for my Windows XP Home Edition Service Pack 3 operating system. After restoring access to my documents and settings I was able to copy all from the corrupted user account profile to the new administrator access account I created. (I did not have to go to a separate account to make the file transfers unlike the Micorsoft recommended method. Also, for your information, when you go to delete the corrupted profile, a prompt appears to copy all files to the desktop. The only thing I have not figured out is how to retrieve my NetZero Internet favorites.

Also, does anyone know how the corruption occurs? This came out the blue for me (I had sufficient space and memory including virtual memory) after five years of using a Dell Dimension 3000 computer.

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows XP > Windows XP Support


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads for: "Locally stored profile does not load"
Thread Thread Starter Forum Replies Last Post
How to configure it that profiles are stored only locally & not sy ghu Active Directory 3 08-09-2009 10:09 PM
locally stored user profile corrupted bertpu Windows Server Help 7 17-04-2009 10:42 PM
Windows cannot load the locally stored profile charlestek Windows Server Help 0 01-05-2007 04:34 AM
Migrating Local User profile to domain profile locally ITahmed Operating Systems 0 10-10-2006 06:20 AM
Re: Locally Stored Profile Tom Penharston Windows Security 1 25-03-2005 11:53 PM


All times are GMT +5.5. The time now is 02:09 AM.