Is there anyway to enable administrator access instead of having to right click command prompt and run as administrator?
I tried runas /user:administrator CMD (prompts for password) net user administrator /active:yes (System error 5 has occurred. Access is denied.) runas /user:administrator luaexec.exe -w -f cmd.exe /k
This is on my local machine running windows 8 and have no passwords on any accounts


cmdor open a new, elevated one? – PlasmaPower Mar 30 '14 at 14:58secpol.msc. If you find it, please, report. – Sopalajo de Arrierez Mar 30 '14 at 15:25.cmdto call it with your desired parameters, if any: http://stackoverflow.com/questions/5944180/how-do-you-run-a-command-as-an-administrator-from-the-windows-shell – Sopalajo de Arrierez Mar 30 '14 at 15:28gsudo: https://superuser.com/a/1499989/45898 – Gerardo Grignoli Jan 03 '20 at 12:47