Windows error 0x000004E5, 1253

Detailed Error Information

BAD_USER_PROFILE[1]

MessageThe specified user does not have a valid profile.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800704E5.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1253 (0x04e5)

Questions

0votes
1answer

PowerShell USMT Error 26 can't gain access to windows file even under admin account

I am trying to make backup using usmt and making simple script to handle it, the problem is when I was working from outside domain device it worked just fine, now when using active directory it seems to not be able to access windows files even with an admin account. [...] read more
windows
powershell
data-migration
0votes
0answers

Windows 7 to Windows 10 upgrade fails on user profile creation

I'm FINALLY upgrading my Windows 7 Ultimate machine to Windows 10 (several legacy applications that I use for my business have prevented me from upgrading until now). I tried and failed to upgrade my system four times last night. I'm at my wit's end and am hoping that some of [...] read more
windows-7
windows
windows-10
upgrade
user-profiles

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0