**1.**Open Command Prompt from your current account. To do this,Click on start go to Accessories then right click on Command Prompt and click. "Run as Administrator" This will open the command prompt. Accept the UAC
prompt by clinking on "Yes".
Now, enter the following.
net user administrator /active:yes
Hit enter. You will get a note as "The command completed successfully."
**2.**Close the command prompt and sign out from your account. You will see that an Administrator account appears at the sign-in screen.
Just click on it so you can login, give the password if you had set any passwords for Administrator account during installation.
**3.**Now install your desired program which was giving error. it will be installed without giving error 1723.
If you want to disable the Administrator account for security reasons, simply type the following command and it will again hide the Administrator account from your PC.
net user administrator /active:no
It is advisable to disable the Administrator account if you are not using it. and don not leave the Administrator password blank, which will open the gates of security threats.