#Powershell run command in non-admin privileges
11 messages · Page 1 of 1 (latest)
Just don’t create the terminal with admin privileges
i'm trying to open a non admin terminal from admin terminal
if you are using linux
Syntax
$ sudo -u <username> commands
are you doing it remotely or smth, why not open a non-admin terminal to begin with?
because i don't want to.
Why run the command in a non-admin cmd then
i have a command to open an admin powershell
and i want a command to open a non-admin powershell.
rn i just do Ctrl+Shift+W to close the terminal window, then Win+3 (because powershell is third on taskbar)
so you're looking for a command or a keyboard shortcut?