Horje
sudo windows Code Example
sudo command in windows
# 2 ways to become sudo user from windows terminal

# 1st way ---> just this command in terminal & this user must have admin priliages ... # check user privilages by ==> net user user_name > Local Group Memberships = *Administrators
runas /user:user_name cmd


# 2nd way is to intsall sudo package from "chocolatey" windows-package-manage
# and enjoy sudo command in windows just like in linux ==> BEST CHOICE
choco install -y sudo
how to run sudo in windows
Simply specify the user and command to run as follows:
runas /user:Admin cmd
sudo windows
runas /noprofile /user:Administrator cmd




Shell

Related
Setting File Permission Allow Webserver di linux Code Example Setting File Permission Allow Webserver di linux Code Example
how to start payara server Code Example how to start payara server Code Example
htop ubuntu installation command Code Example htop ubuntu installation command Code Example
how to run back and front simultaneously linux Code Example how to run back and front simultaneously linux Code Example
pup command example Code Example pup command example Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10