Last active
January 29, 2019 09:08
-
-
Save nelaaro/96584146f255b08a558393f374e29f98 to your computer and use it in GitHub Desktop.
windows is my terminal running as administrator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My terminals don't run as administrator | |
To test if youre `CMD`, `PowerShell` is running as administrator. | |
## PASS | |
C:\Users\user>net session | |
There are no entries in the list. | |
## Fail | |
C:\Users\user>net session | |
System error 5 has occurred. | |
Access is denied. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment