download w10 privacy
This commit is contained in:
parent
0910648b96
commit
7ffe3bc648
1 changed files with 6 additions and 1 deletions
|
@ -118,7 +118,12 @@ ECHO Installe les pilotes, pour connaitre la liste des pilotes, utilise UserDiag
|
|||
|
||||
:: === W10Privacy ==
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/W10Privacy.ini -OutFile '%HOMEPATH%\Downloads\W10Privacy.ini'"
|
||||
ECHO Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier present dans %HOMEPATH%\Downloads (version 4.1.2.1).
|
||||
ECHO Ensuite, utilise W10Privacy avec le fichier present dans %HOMEPATH%\Downloads.
|
||||
PowerShell -Command "$archive = '%TEMP%\W10Privacy.zip';" ^
|
||||
"Invoke-WebRequest -Uri https://www.w10privacy.de/app/download/12302828636/W10Privacy.zip -OutFile $archive;" ^
|
||||
"Expand-Archive -Path $archive -DestinationPath $env:TEMP;" ^
|
||||
"$file = $env:TEMP + '\\' + (Get-ChildItem $env:TEMP\W10Privacy*.exe).BaseName + '.exe';" ^
|
||||
"Start-Process $file /S -NoNewWindow -Wait -PassThru"
|
||||
|
||||
:: === Modules ==
|
||||
PowerShell -Command "Install-PackageProvider -Name NuGet -Force"
|
||||
|
|
Loading…
Reference in a new issue