EN
Windows - how to run 'sudo' command
1
answers
3
points
I tried to use 'sudo
' on Windows command prompt, but got this error:
'sudo' is not recognized as an internal or external command operable program or batch file.
Why is this happening?
1 answer
6
points
Under Windows, sudo
is not available by default. Just run command line as administrator.
Check this article:
https://dirask.com/posts/Bash-run-as-administrator-under-Windows-10-1RvXN1
0 comments
Add comment