Last active
April 13, 2020 05:01
-
-
Save ismaelrak/956e27ca097f53431aaedd7ea411b794 to your computer and use it in GitHub Desktop.
Script Boxstarter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################### | |
# REQUISITOS | |
##################### | |
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-TaskbarSmall | |
# Powershell | |
cinst PowerShell | |
cinst poshgit | |
##################### | |
# Programas | |
##################### | |
# 7Zip | |
cinst 7zip.install | |
# Algunos browsers | |
cinst GoogleChrome | |
cinst chromium | |
cinst brave | |
cinst firefox | |
cinst firefox-dev --pre | |
cinst Opera | |
cinst microsoft-edge-insider | |
cinst microsoft-edge-insider-dev | |
#Plugins | |
cinst javaruntime | |
# Otras Herramientas | |
cinst steam | |
cinst twitch --ignore-checksums | |
# Herramientas de desarrolador | |
cinst git.install | |
cinst nvm | |
cinst cascadiacode | |
cinst vscode | |
cinst vscode-insiders | |
cinst gitkraken | |
cinst github-desktop | |
cinst postman | |
cinst fiddler | |
cinst microsoft-windows-terminal | |
cinst teamviewer | |
cinst azure-cli | |
# Mensajeria | |
cinst discord | |
cinst slack | |
cinst whatsapp | |
cinst telegram | |
cinst microsoft-teams | |
cinst skype | |
# Herramientas | |
cinst foxitreader | |
cinst vlc | |
cinst ccleaner | |
# Herramientas de diseño | |
cinst paint.net | |
# Herramientas de Audio | |
cinst audacity | |
cinst lightworks | |
cinst screentogif | |
cinst spotify --ignore-checksums |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment