Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Created August 12, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuitsjp/91c5321e153d35e027c38b4e06310ae6 to your computer and use it in GitHub Desktop.
Save nuitsjp/91c5321e153d35e027c38b4e06310ae6 to your computer and use it in GitHub Desktop.
Scoop-Playbookのインストール前に必要だったこと
scoop install 7zip
scoop install sudo
scoop install dark
scoop install innounp
sudo Add-MpPreference -ExclusionPath 'C:\ProgramData\scoop'
sudo Add-MpPreference -ExclusionPath $home\scoop
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
@nuitsjp
Copy link
Author

nuitsjp commented Aug 12, 2020

Scoop-Playbookを利用するのにscoopを入れただけの状態で実行したらエラーが発生した。
👆を実行したら解消した。
Add-MpPreferenceあたりはscoopを利用する上でのお作法な気もするが、パッケージ不足はScoop-Playbookの利用自体に必要なものなのだろうか?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment