User account status degraded?

What does it mean when the user account status is “degraded”? For instance, this is the case with the Guest account for my system. Does this mean it is not active?

Thanks!

Edit: This can be seen by using WMIC to gather a list of user accounts.

wmic useraccount where (localaccount="TRUE") get caption,domain,name,fullname,sid,status /format:list > useraccounts.txt

Answer

My system shows the same message, because the Guest Account is Disabled by default.

Enable the Guest account and it should change to Status=OK

Attribution
Source : Link , Question Author : Magicked , Answer Author : Moab

Leave a Comment