enabling vista administrator account using batch file - TechRepublic
Question
May 27, 2009 at 06:35 AM
ciscocharlie

enabling vista administrator account using batch file

by ciscocharlie . Updated 17 years, 1 month ago

HI,

OS: Microsoft Vista SP1

Can anyone help me with this???? I am trying to find out how to create a .bat file to enable the hidden vista administrator account on workstations in my domain using the group policy in active directory.

This is what i have tried so far

%echo off
Net user administrator F13tch3r
net user administrator /active:yes

Is it possible to do this?????

Thanks inadvance

CIscocharlie

This discussion is locked

All Comments