Running CMD as Admin on a Standard User on Windows 8.1

-3

0

The limitations I have right now are the fact that I can't run or install new programs. I don't want to reset the Administrator password. How can I do this?

SpenDerp

Posted 2015-05-26T21:15:55.637

Reputation: 1

3Why post the same question twice? – LPChip – 2015-05-26T21:22:11.717

Are you actually authorized to have administrative capabilities on this machine, or are you trying to subvert existing security policies without anyone's knowledge? – Darth Android – 2015-05-26T21:26:14.080

I'm trying to do this for educational purposes. That's it. – SpenDerp – 2015-05-26T21:27:58.073

Thought it would be best to have different questions for this issue. – SpenDerp – 2015-05-26T21:30:23.990

Answers

1

You cannot. If you need administrative privileges, you need an account that has them. If you do not have this on your pc, the only thing you can do is reinstall windows so you can get a fresh install with administrative privileges.

If you (or anyone else has access to the admin account) you can just right-click "run as administrator" and you'll get a login prompt to login using that administrator account. An administrator can grand you admin access to one program by using the following program: Microsoft Application Compatibility Toolkit

LPChip

Posted 2015-05-26T21:15:55.637

Reputation: 42 190

0

Unless you have the admin password there's nothing you can do. This is by design.

Do you mean without resetting the password? If you've lost the admin password and need to do a recovery you'll have to create a password reset disk. Note that this only works if you're not part of a domain.

http://windows.microsoft.com/en-ca/windows/create-password-reset-disk#1TC=windows-7

Alex Atkinson

Posted 2015-05-26T21:15:55.637

Reputation: 2 845

It is supposed to say without. Sorry about that. – SpenDerp – 2015-05-26T21:28:51.983

0

To launch an executable with administrative privileges from a standard user account, you need to Shift + right click the executable file and select Run as different user.

enter image description here

This will allow you to enter the username and password of an administrative user on the machine to run the program.

Note: if the option doesn't show up in the start menu, navigate to the .exe file and Shift + right click on that.

Darth Android

Posted 2015-05-26T21:15:55.637

Reputation: 35 133

If there is no other user to run as that has admin privileges, do I have another choice for what to do? – SpenDerp – 2015-05-26T21:26:20.770

If you have physical access to the machine, you can try to enable the built-in Administrator account, fix things, and then disable it again.

– Darth Android – 2015-05-26T21:34:59.983

I've tried searching it up. To enable the built in admin with: net user administrator /active:yes, I need to have admin rights. – SpenDerp – 2015-05-26T21:41:00.333

If you have physical access to the machine, you can gain admin rights via a recovery disk. If you don't have physical access to the machine, then this is by design. A non-admin user should never be able to gain admin access without an admin granting it. (Physical access to a machine implies administrative access) – Darth Android – 2015-05-26T21:44:16.593

Can you link me to a thread talking about the how to set up the recovery disk? – SpenDerp – 2015-05-27T00:19:45.183

You can use a Windows Installation Disk as a generic recovery disk. Creation of a dedicated recovery disk customized to a particular machine requires administrative privileges and might require the install disk to copy files if they're not stored locally on the system. – Darth Android – 2015-05-27T22:02:59.070

0

You can do it through a live boot sequence to get SYSTEM privileges locally but I'm not going to explain why because

  1. Your reasoning for you you're doing this seems suspiciously weak
  2. I've literally already answered this question on a Stack Exchange forum. If you really want to, you can dig through my profile to the answer.

SYSTEM is even higher than admin, and it would allow you to make a new administrator account.

Michael Bailey

Posted 2015-05-26T21:15:55.637

Reputation: 320