Sign in with
Sign up | Sign in
Your question

the domain selection is greyed out and can't be selected to change from workgroup to domain

Tags:
  • Windows 8
  • Domain
Last response: in Windows 8
Share
October 13, 2014 12:11:32 AM

please help me change from workgroup to domain for the domain field is greyed out and cannot be selected

More about : domain selection greyed selected change workgroup domain

October 13, 2014 12:14:19 AM

Could you provide more information please? Mainly about what OS you use. Some versions of windows can't work in domain.
m
0
l
a b * Windows 8
October 13, 2014 3:10:16 PM

generally the admin of the domain will add your computer to the domain to allow you to log into the domain.

you can work around this if you have domain credentials and use command to override the default logon credentials
you override the default credentials by:
logon to your local workgroup or local machine account. for example username1/passwordx
then start cmd.exe as an admin

now you want to connect to a resource called \\servername1\myshare on domain foo.
and you have a account on that domain called userx with password mommy

you would use the command
net use * \\servername1\myshare /user:foo\userx mommy

then you can use the shared resource in all the UI provided by windows.
and it will provide the domain credentials supplied rather than the un trusted local credentials.

Most people just get their computer added to the domain, and log on to the domain when they want domain access. The rest of the time they log on to the local account so they can make changes to the computer. Note the domain admin can deactivate your local accounts.

m
0
l
!