Ajout des instructions d'installation via Powershell
This commit is contained in:
parent
93caf60a59
commit
ed9a6ddc2a
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
|
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
|
||||||
|
|
||||||
|
# PowerShell v3 install (for Windows11)
|
||||||
|
|
||||||
|
Set-ExecutionPolicy AllSigned
|
||||||
|
Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://community.chocolatey.org/install.ps1 -UseBasicParsing | iex
|
||||||
|
|
||||||
## Install Fusion-K selection
|
## Install Fusion-K selection
|
||||||
|
|
||||||
choco install -y teamviewer 7zip.install vcredist2005 vcredist2008 vcredist2010 vcredist2012 vcredist2013 vcredist2015 vcredist2017 dotnet4.6.1 dotnet4.5 Firefox googlechrome TotalCommander sysinternals notepadplusplus.install vlc treesizefree paint.net imageresizerapp ccleaner adobereader eid-belgium eid-belgium-viewer
|
choco install -y teamviewer 7zip.install vcredist2005 vcredist2008 vcredist2010 vcredist2012 vcredist2013 vcredist2015 vcredist2017 dotnet4.6.1 dotnet4.5 Firefox googlechrome TotalCommander sysinternals notepadplusplus.install vlc treesizefree paint.net imageresizerapp ccleaner adobereader eid-belgium eid-belgium-viewer
|
||||||
|
Loading…
Reference in New Issue
Block a user