Skip to content

Instantly share code, notes, and snippets.

@tonyrulez
Last active May 31, 2020 07:27
Show Gist options
  • Save tonyrulez/644b82a9986e0e60104ac4fe11a1fc1b to your computer and use it in GitHub Desktop.
Save tonyrulez/644b82a9986e0e60104ac4fe11a1fc1b to your computer and use it in GitHub Desktop.
Chocolatey frissítés ikont futtatva
cup all -y
pause
@echo off
set mydir=%~dp0
Powershell -Command "& { Start-Process \"%mydir%choco-update.bat\" -verb RunAs}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment