Published
- 1 min read
add text editor powershell
The solution for this is noted below
add text editor powershell
Solution
//run powershell as administrator, install choco by:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install vim
vim yourfile.txt
Try other methods by searching on the site. That is if this doesn’t work