1

I have a Windows 7 VM where the user is an administrator. Every time I try to run cmd it opens with administrative access (as visible on the titlebar).

Is it possible to run cmd from this account without administrative privileges?

I am launching it from the start menu.

1
  • A program will only run in elevated mode if started from a program which is already in elevated mode. Please better describe your problem.
    – harrymc
    Commented Apr 13, 2020 at 8:19

1 Answer 1

0

I don't believe it's possible from the Start-Menu, unless you create a shortcut pointing to a CLI script.

You can use the program runas.exe from a command prompt to open a second command prompt in the context of an other user. From a command prompt:

runas /u:yourdomain\youruser c:\windows\system32\cmd.exe

where youruser is a standard user account.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .