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

