LoginSignup
1
1

More than 5 years have passed since last update.

chocolateyでwindowsパッケージ管理

Last updated at Posted at 2015-08-09

chocolatey

windwos 2012 R2で使う

準備

全部PowerShell
1.Set-ExecutePolicy
Set-ExecutePolicy remotesigned
2.Install Choholately
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
3.お好きに
ps1
choco install notepadlplusplus -y
choco install git.install -y

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1