📎 AI Summary:
The thread discusses an issue with roaming profiles where a user encounters a recurring error related to the group policy client service and UUID support during sign-in on a Windows Server 2012 R2 domain environment. Attempts to fix the problem through registry edits were unsuccessful, leading to suggestions to delete and recreate the user's account to resolve potential UUID conflicts. Overall, the conversation guides towards replacing the problematic user profile as a practical solution, emphasizing testing before deletion.

conrad9900

Well-Known Member
Member details
Joined
Sep 12, 2016
Messages
7
Thread Author #1
I have roaming profiles established with several users, one of the users gets an error
"
The group policy client service failed the sign-in

The universal unique identifier (UUID) type is not supported
"
If i disconnect the net, she can login to her local profile and then i can reconnect the net connection

I have seen some regedit fixes online and i have tried one but there was no change
 

ussnorway

Windows Forum Team
Staff member
Member details
Joined
May 22, 2012
Messages
4,599
is this the hack you used?
Code:
cmd /c reg add "HKLM\SYSTEM\CurrentControlSet\Services\gpsvc" /v Type /t REG_DWORD /d 0x10 /f

p.s, a UUID error on first login is normal but you have this as a recurring error?
 

conrad9900

Well-Known Member
Member details
Joined
Sep 12, 2016
Messages
7
Thread Author #3
Yes that is the command i used, i got a successful output and restarted but still got the same error, it is a recurring issue
 

ussnorway

Windows Forum Team
Staff member
Member details
Joined
May 22, 2012
Messages
4,599
if only that user has the issue... I would have to assume the uuid is not in fact unique and the best way forward now is to delete that account and replace it
 

conrad9900

Well-Known Member
Member details
Joined
Sep 12, 2016
Messages
7
Thread Author #5
if only that user has the issue... I would have to assume the uuid is not in fact unique and the best way forward now is to delete that account and replace it
So if i remove the user from AD users and computers and create a new user and link the roaming profile, that should resolve it?
 

BIGBEARJEDI

Excellent Member
Premium Supporter
Member details
Joined
Jan 28, 2013
Messages
2,423
Are you using those Roaming Profiles in a Server environment with a Domain login? Which Server version, e.g.: Windows Server 2012? etc.

<<<BIGBEARJEDI>>>
 

conrad9900

Well-Known Member
Member details
Joined
Sep 12, 2016
Messages
7
Thread Author #7
Are you using those Roaming Profiles in a Server environment with a Domain login? Which Server version, e.g.: Windows Server 2012? etc.

<<<BIGBEARJEDI>>>
Yes a server/domain environment, server 2012 r2
 

ussnorway

Windows Forum Team
Staff member
Member details
Joined
May 22, 2012
Messages
4,599
So if i remove the user from AD users and computers and create a new user and link the roaming profile, that should resolve it?
That's what I would do yes however common sense says create and test the new account before you delete the broken one.
 

Solution