Winget automatização de várias funções no windows

1- Abrir o PowerShell (Admin)
2- Lista de comandos:

winget list (Lista todos os programas instalados no computador)
winget upgrade (Mostra todos os updates dos programas)
winget upgrade --all (Atualiza todos os programas)
winget Install + ID do programa (Instala programas)
winget Uninstall + ID do programa (Desinstala programas)

Alguns programas para instalar:

winget INSTALL Google.Chrome
winget INSTALL AnyDeskSoftwareGmbH.AnyDesk
winget INSTALL 7zip.7zip
winget INSTALL VideoLAN.VLC; winget INSTALL
winget install 9PM860492SZD (PC Manager)
winget INSTALL Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe
 
OBS: Para desinstalar programas basta trocar INSTALL por UNINSTALL

Scrip pronto para download para instalar: Chrome, Anydesk, 7-ZIP, Video LAN e Edge:

winget INSTALL Google.Chrome; winget INSTALL AnyDeskSoftwareGmbH.AnyDesk; winget INSTALL 7zip.7zip; winget INSTALL VideoLAN.VLC; winget INSTALL Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe; winget install 9PM860492SZD



Postagem Anterior Próxima Postagem