Windows Alternative To Sudo
npm install node-sudo
npm i node-sudo
`
`
Select "Drive (C:)"
Go To The "windows" folder
Go To The system32 Folder
Find The "node_modules" Folder
Find The "node-sudo" Folder
Copy sudo.cmd and paste it in the system32 folder
`
#### Option 2:
`
npm i node-sudo
`
`
Go To The Directory Where You Installed The Package
Find The "node_modules" Folder
Find The "node-sudo" Folder
Copy sudo.cmd and paste it in the system32 folder
Usage
`
#### For Use In a Specific Directory
`
$ sudo
`
`
$ cd "C://PATH/TO/DIRECTORY"
`
`
$ COMMAND-HERE
``