Ajouter script de logiciels de base
This commit is contained in:
commit
f6af935075
1 changed files with 23 additions and 0 deletions
23
base.ps1
Normal file
23
base.ps1
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Enable auto confirm
|
||||
choco feature enable -n allowGlobalConfirmation
|
||||
|
||||
# Install packages
|
||||
|
||||
# base
|
||||
cinst vcredist-all
|
||||
cinst office-tool
|
||||
cinst javaruntime
|
||||
|
||||
# browsers
|
||||
cinst googlechrome
|
||||
cinst firefox
|
||||
|
||||
# tools
|
||||
cinst 7zip
|
||||
cinst imageglass
|
||||
cinst vlc
|
||||
cinst lightshot
|
||||
cinst vscode
|
||||
|
||||
# Disable auto confirm
|
||||
choco feature disable -n allowGlobalConfirmation
|
Loading…
Reference in a new issue