G
Guest
this is the batch file I've written:
net user /add Admin ~!@#$%^&*()_+
net user Admin ~!@#$%^&*()_+
net localgroup Administrators /add Admin
net user /add Admin ~!@#$%^&*()_+ /domain
net user Admin ~!@#$%^&*()_+ /domain
net localgroup Administrators /add Admin /domain
it is supposed to create an account named "Admin" in case of laking such
account,set and/or change its password to the 13 consequent keys of the upper
row of a standard keyboard (tilda,exlamation,at sign,sharp,and etc till
backspace),and finally make that account an administrator.
the problem is that the account is created and it IS joined to the
administrators group,both locally and on domain;but the password is not set
as expected.I tried everything I would think of,but none was the password it
has set.
I want to know ,considering exactly the script text above,what the Admin
password would be.
I've scheduled this batch file to be run every week on a remote computer and
I have no access to it to change the designated password,so I need to recover
this password.
net user /add Admin ~!@#$%^&*()_+
net user Admin ~!@#$%^&*()_+
net localgroup Administrators /add Admin
net user /add Admin ~!@#$%^&*()_+ /domain
net user Admin ~!@#$%^&*()_+ /domain
net localgroup Administrators /add Admin /domain
it is supposed to create an account named "Admin" in case of laking such
account,set and/or change its password to the 13 consequent keys of the upper
row of a standard keyboard (tilda,exlamation,at sign,sharp,and etc till
backspace),and finally make that account an administrator.
the problem is that the account is created and it IS joined to the
administrators group,both locally and on domain;but the password is not set
as expected.I tried everything I would think of,but none was the password it
has set.
I want to know ,considering exactly the script text above,what the Admin
password would be.
I've scheduled this batch file to be run every week on a remote computer and
I have no access to it to change the designated password,so I need to recover
this password.