Status | ||||
---|---|---|---|---|
|
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If you already have administrator rights on your PC to install and run new software, you can proceed directly to the next step 02 - Android Studio tools - Windows - Android |
...
Code Block |
---|
for /f "tokens=2 delims=\" %i in ('whoami') do net user "%i" | findstr /C:"Admin" |
...