- Windows 7
- PowerShell
Install chocolatey
Open PowerShell console as Administrators, and run command at follows.
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
Install Atom
Open PowerShell console as Administrators, and run command at follows.
choco install Atom