1
0
Fork 0
This repository has been archived on 2020-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
choco-upgradeall.bat/choco_upgradeall.bat

2 lines
136 B
Batchfile

PowerShell -NoProfile -NoExit -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell.exe 'choco upgrade all' -Verb RunAs}"
PAUSE