Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install nano on windows thorugh cmd

# First, install Chocolatey (Administrator permissions are necessary):
powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

# Install nano:
Run choco install -y nano.
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #install #nano #windows #thorugh #cmd
ADD COMMENT
Topic
Name
7+2 =