Windows – Powershell has started running as administrator

administratorpowershellprivilegeswindows 7

Something unusually has happened recently on my machine: every time I start powershell, it starts with Admin privileges by default. It used to be that it would start just as my user unless I right-clicked, "run as Administrator." Now it only starts as Admin. Any ideas? I'm running a solarized colour script at powershell startup, but that's been there much longer than this issue, and is what tipped me off about the problem in the first place, as it shows an admin shell with a light background, as opposed to a non-admin shell with a dark background

Best Answer

Sounds like UAC has been disabled. If that is the case, any application you start will run as admin with no prompt. I can only assume your account is in the Admin group, else your PS could not possibly run elevated.

Related Question