Skip to content

Instantly share code, notes, and snippets.

@john20xdoe
Last active August 4, 2019 02:54
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 john20xdoe/ea98419d1dc1e2d667265d146e8d884c to your computer and use it in GitHub Desktop.
Save john20xdoe/ea98419d1dc1e2d667265d146e8d884c to your computer and use it in GitHub Desktop.
Windows 10 script setups
# Make symbolic link for chocolatey default install
# cmd
mklink /D "C:\ProgramData\chocolatey" 'C:\ProgramData\chocolatey'
# powershell Admin
New-Item -ItemType SymbolicLink -Path "C:\ProgramData\chocolatey" -Target "D:\Bin\chocolatey"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment