Gist のインデックス ページを作成する
投稿日
gistly を使用して Gist のインデックス ページを作成する。
例: https://gist.github.com/AsaiToshiya/b588634b8efeefc55c028f424315e3d9
Chocolatey でインストールしたパッケージをエクスポートする
投稿日
Chocolatey のインストールで "このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。" が表示された場合の対処方法
投稿日
1 | PS> 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')) |