1
0
Fork 0

Add files via upload

This commit is contained in:
ryliejamesthomas 2017-05-05 16:30:59 +10:00 committed by GitHub
parent 37082a4f68
commit e5109e8eaf
1 changed files with 2 additions and 0 deletions

2
choco_upgradeall.bat Normal file
View File

@ -0,0 +1,2 @@
PowerShell -NoProfile -NoExit -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell.exe 'choco upgrade all' -Verb RunAs}"
PAUSE