Last active
January 2, 2021 15:39
-
-
Save Akipe/021663049476f5f5a439 to your computer and use it in GitHub Desktop.
Script pour BoxStarter, après installation de Windows pour PC
This file contains 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
####################################################################### | |
#### Script Boxstarter maintenance PC #### | |
#### Installation et mise en route des application pour PC basique #### | |
####################################################################### | |
########## Définition des paramétre Windows | |
Set-StartScreenOptions -EnableBootToDesktop | |
Set-TaskbarOptions -Lock | |
########## Mise à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Outils Windows | |
#### .Net | |
cinst DotNet4.5.2 | |
cinst DotNet4.5.1 | |
cinst DotNet4.5 | |
cinst DotNet4.0 | |
cinst DotNet3.5 | |
#### vcredist | |
cinst vcredist2005 | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 | |
#### Autres Microsoft | |
cinst directx | |
cinst ie11 | |
########## Mise à jour des applications Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Applications | |
#### Librairies necessaires | |
cinst JavaRuntime | |
#### Sécurité | |
cinst MicrosoftSecurityEssentials | |
cinst malwarebytes | |
cinst adwcleaner | |
#### Bureautique | |
cinst libreoffice | |
cinst libreoffice-help -installArgs l=fr | |
cinst AdobeReader | |
cinst PDFCreator | |
#### Navigateur ### FAIRE INVITE CHOIX | |
cinst Firefox | |
#cinst GoogleChrome | |
#cinst chromium | |
#cinst Opera | |
#cinst Safari | |
#### Plugins Navigateur | |
cinst flashplayerplugin | |
cinst flashplayeractivex | |
#### Extensions Navigateur | |
#cinst adblockpluschrome | |
cinst adblockplusfirefox | |
#### Image | |
cinst picasa | |
#### Vidéos | |
cinst mpc-hc | |
### Jeux | |
cinst gamedownloader | |
#### Outils | |
cinst 7zip | |
cinst ccleaner | |
cinst ccenhancer | |
cinst ChocolateyGUI | |
cinst cdburnerxp | |
#### Maintenance | |
cinst ultradefrag | |
########## Dérniére vérification de mises à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula |
This file contains 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
############################################################################# | |
#### Script Boxstarter maintenance PC #### | |
#### Installation et mise en route des application pour PC développement #### | |
############################################################################# | |
########## Définition des paramétre Windows | |
Set-StartScreenOptions -EnableBootToDesktop | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Set-TaskbarOptions -Size Small -Lock | |
########## Mise à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Outils Windows | |
#### .Net | |
cinst DotNet4.5.2 | |
cinst DotNet4.5.1 | |
cinst DotNet4.5 | |
cinst DotNet4.0 | |
cinst DotNet3.5 | |
#### vcredist | |
cinst vcredist2005 | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 | |
#### Autres Microsoft | |
cinst directx | |
cinst ie11 | |
########## Mise à jour des applications Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Applications | |
#### Librairies necessaires | |
cinst JavaRuntime | |
cinst openal | |
#### Sécurité | |
cinst MicrosoftSecurityEssentials | |
cinst malwarebytes | |
cinst adwcleaner | |
#### Bureautique | |
cinst libreoffice | |
cinst libreoffice-help -installArgs l=fr | |
cinst sumatrapdf | |
cinst PDFCreator | |
#### Navigateur ### FAIRE INVITE CHOIX | |
cinst Firefox | |
#cinst GoogleChrome | |
cinst chromium | |
cinst Opera | |
cinst Safari | |
#### Plugins Navigateur | |
cinst flashplayerplugin | |
cinst flashplayeractivex | |
#### Extensions Navigateur | |
#cinst adblockpluschrome | |
cinst adblockplusfirefox | |
#### Audio | |
cinst Skype | |
cinst audacity | |
cinst spotify | |
cinst aimp3 | |
#### Image | |
cinst paint.net | |
#### Vidéo | |
cinst mpc-hc | |
cinst handbrake | |
#### Jeux | |
cinst steam | |
cinst gamedownloader | |
cinst dbgl | |
cinst mumble | |
cinst teamspeak | |
#### Outils | |
cinst 7zip | |
cinst ccleaner | |
cinst ccenhancer | |
cinst ChocolateyGUI | |
cinst cdburnerxp | |
#### Développement | |
cinst NotepadPlusPlus | |
cinst brackets | |
cinst atom | |
cinst SublimeText3 | |
cinst filezilla | |
cinst HeidiSQL | |
cinst githubforwindows | |
cinst virtualbox | |
cinst VirtualBox.ExtensionPack | |
cinst vagrant | |
cinst NuGet.CommandLine | |
cinst putty | |
cinst Cmder | |
cinst git.install | |
cinst php | |
cinst nodejs | |
cinst CoffeeScript | |
#### Maintenance | |
cinst chocolatey | |
cinst BoxStarter.WinConfig | |
cinst rufus.portable | |
cinst teamviewer | |
cinst cpu-z | |
cinst ultradefrag | |
cinst sysinternals | |
cinst winscp | |
cinst synergy | |
cinst wincdemu | |
#### Téléchargement | |
cinst jdownloader -Pre | |
cinst qbittorrent | |
#### Spéciale | |
cinst AdobeAIR | |
cinst Dropbox | |
cinst keepass | |
cinst keepass-langfiles | |
########## Dérniére vérification de mises à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula |
This file contains 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
############################################################################## | |
#### Script Boxstarter maintenance PC #### | |
#### Installation et mise en route des application pour PC divertissement #### | |
############################################################################## | |
########## Définition des paramétre Windows | |
Set-StartScreenOptions -EnableBootToDesktop | |
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Set-TaskbarOptions -Size Small -Lock | |
########## Mise à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Outils Windows | |
#### .Net | |
cinst DotNet4.5.2 | |
cinst DotNet4.5.1 | |
cinst DotNet4.5 | |
cinst DotNet4.0 | |
cinst DotNet3.5 | |
#### vcredist | |
cinst vcredist2005 | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 | |
#### Autres Microsoft | |
cinst directx | |
cinst ie11 | |
########## Mise à jour des applications Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula | |
########## Applications | |
#### Librairies necessaires | |
cinst JavaRuntime | |
cinst openal | |
#### Sécurité | |
cinst MicrosoftSecurityEssentials | |
cinst malwarebytes | |
cinst adwcleaner | |
#### Bureautique | |
cinst libreoffice | |
cinst libreoffice-help -installArgs l=fr | |
cinst sumatrapdf | |
cinst PDFCreator | |
#### Navigateur ### FAIRE INVITE CHOIX | |
cinst Firefox | |
#cinst GoogleChrome | |
#cinst chromium | |
#cinst Opera | |
#cinst Safari | |
#### Plugins Navigateur | |
cinst flashplayerplugin | |
cinst flashplayeractivex | |
#### Extensions Navigateur | |
#cinst adblockpluschrome | |
cinst adblockplusfirefox | |
#### Audio | |
cinst Skype | |
cinst spotify | |
cinst aimp3 | |
#### Vidéos | |
cinst mpc-hc | |
cinst handbrake | |
#### Jeux | |
cinst steam | |
cinst gamedownloader | |
cinst dbgl | |
cinst mumble | |
cinst teamspeak | |
#### Outils | |
cinst 7zip | |
cinst ccleaner | |
cinst ccenhancer | |
cinst ChocolateyGUI | |
cinst cdburnerxp | |
cinst wincdemu | |
#### Maintenance | |
cinst chocolatey | |
cinst BoxStarter.WinConfig | |
cinst rufus.portable | |
cinst teamviewer | |
cinst cpu-z | |
cinst ultradefrag | |
cinst sysinternals | |
cinst winscp | |
cinst synergy | |
#### Téléchargement | |
cinst jdownloader -Pre | |
cinst qbittorrent | |
#### Spéciale | |
cinst AdobeAIR | |
cinst Dropbox | |
cinst cmder | |
cinst keepass | |
cinst keepass-langfiles | |
########## Dérniére vérification de mises à jour Windows | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula |
This file contains 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
########## HowTo | |
#### Utilisation des scripts | |
1 - Création d'un text gist sur GitHub | |
2 - Récupérer l'url du script en version brute (Raw) | |
3 - Dans Internet Explorer ou dans l'Invite de Commande Windows (cmd), lancer : | |
(cmd) START http://boxstarter.org/package/nr/url?_URL_GIST_AVEC_LE_SCRIPT_FORMAT_BRUTE.txt | |
(ie) http://boxstarter.org/package/nr/url?_URL_GIST_AVEC_LE_SCRIPT_FORMAT_BRUTE.txt | |
Par exemple avec tous les scripts de cette page : | |
- Pc Basique | |
(cmd) START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/42aeaff590d1a057b2051f87524b71336a8432c1/BoxStarter_script_PcBasique | |
(ie) http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/42aeaff590d1a057b2051f87524b71336a8432c1/BoxStarter_script_PcBasique | |
- Pc Developpement | |
(cmd) START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/376ca4c85112e1df7ba116a7b9209b06538859a3/BoxStarter_script_PcDeveloppement | |
(ie) http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/376ca4c85112e1df7ba116a7b9209b06538859a3/BoxStarter_script_PcDeveloppement | |
- Pc Divertissement | |
(cmd) http://boxstarter.org/package/nr/url?START https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/ee7dec1e261ca32f7ed3e3713f423c501eb4d411/BoxStarter_script_PcDivertissement | |
(ie) http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Akipe/021663049476f5f5a439/raw/ee7dec1e261ca32f7ed3e3713f423c501eb4d411/BoxStarter_script_PcDivertissement | |
4 - Lancer l'installeur et redémarer à la fin de l'installation | |
#### Liens | |
Documentation de BoxStarter : http://boxstarter.org/WhyBoxstarter | |
Documentation de Chocolatey : https://github.com/chocolatey/chocolatey/wiki | |
Liste des packages Chocolatey : https://chocolatey.org/packages | |
Documentation de NuGet : http://docs.nuget.org/ | |
Liste des packages NuGet : https://www.nuget.org/packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment