The User Profile service failed the sign-in

4

I have a Windows 8.1 Pro Dell 15R Laptop and I am trying to create a local user but when I initially log on, I says, "The User Profile service failed the sign-in." I asked Answer Desk and I couldn't afford their services.

Any idea to help me?

juniorRubyist

Posted 2014-03-28T16:47:28.137

Reputation: 1 021

Answers

6

A bug in Update for Microsoft Visual Studio 2013 Update 1 (KB2932965) can cause this (see the bug report). I worked around the problem by deleting C:\Users\Default\AppData\Local\Microsoft\VSCommon; however, if you wanted to play it safe, you could reset the permissions on that folder to inherit from parent instead.

Edward Brey

Posted 2014-03-28T16:47:28.137

Reputation: 1 350

thanks.more info from my case. replace all children permission from C:\Users\Default\AppData\Local\Microsoft folder if there are no VSCommon (Win server 2012) – Iman Abidi – 2015-10-28T08:28:16.523

1

Have you tried this: You receive a "The User Profile Service failed the logon” error message

  1. Start your laptop in safe mode
  2. Fix the user account profile: Open the registry editor
  3. Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  4. Find the folder that begins with S-1-5 (SID key)
  5. Find the ProfileImagePath entry in the details pane
  6. If two folders are named S-1-5..., but one ends with .bak, add .ba at the end of the name of the folder that doesn't end with .bak
  7. From the folder name that ends with .bak, remove .bak
  8. Rename the folder from step 6 to .bak, instead of .ba
  9. Double-click the folder without .bak in the details pane, double-click RefCount, type 0, and then click OK
  10. Repeat step 9 for State
  11. Restart the laptop

Milena Petrovic

Posted 2014-03-28T16:47:28.137

Reputation: 671

0

Stavr00

Posted 2014-03-28T16:47:28.137

Reputation: 316

1If you haven't seen, this was fixed long ago. Thanks for the contribution. – juniorRubyist – 2015-09-22T07:41:00.563