How do I re-enable the Administrator's account in Windows SBS 2008?
1. click on “start button -> programs -> accessories“. right-click on “command prompt” , select “run administrator“. if prompted enter password, enter password , continue. can open command prompt in administrator mode typing “cmd” in startmenu search box , press “ctrl+shift+enter“.
2. provide following command:
net user administrator /active:yes
3. administrator account enabled. if want disable again, replace "yes" "no" in above command.
Windows Server > Server Manager
Comments
Post a Comment