I have a .msi based application that I am unable to install. What is the best approach? I’m running Win10 Pro 2004.
I searched Woody’s but didn’t find an answer.
I found two approaches online.
First approach:
- Right-click Start.
- Select Command Prompt (Admin).
- Type net user administrator /active:yes and press Enter. You should see the message The command completed successfully.
- Launch Start, click the user account tile on the top left of the screen and choose Administrator.
- Click Sign in.
- Locate the software or .exe file that you want to install.
- After you have installed the application, log out of the Admin account and log back in to your regular account.
- Disable the Administrator account to prevent malicious access to your system files. Open Command Prompt, type net user administrator /active:no and press Enter
I set the net user administrator to active, but was not able to go any farther since there was not a user account tile on the start page.
Approach 2 suggested making registry edits. This seemed pretty extreme so I didn’t try it.
Any other suggestions?
Thanks,
Steve
BTW, I’m able to install other programs without any problems using run as administrator.