diff --git a/configwinpc.ps1 b/configwinpc.ps1 index c635a20..1892cbb 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -1,6 +1,9 @@ # https://github.com/andrew-s-taylor/public/blob/main/De-Bloat/RemoveBloat.ps1 # https://github.com/marlock9/edge-debloat/blob/main/edge-debloat.reg +# TODO +# export registry, supremo.exe + clear-Host # Open PowerShell as administrator @@ -41,9 +44,9 @@ Write-Host "" winget upgrade --all Write-Host "" -#Write-Host -ForegroundColor Yellow ">>> Install default software... <<<" -#Write-Host "" -#winget install --disable-interactivity Microsoft.PowerShell Adobe.Acrobat.Reader.64-bit IZArc.IZArc Oracle.JavaRuntimeEnvironment Google.Chrome 7zip.7zip Microsoft.VCRedist.2010.x64 --source winget +Write-Host -ForegroundColor Yellow ">>> Install default software... <<<" +Write-Host "" +winget install --disable-interactivity Microsoft.PowerShell Adobe.Acrobat.Reader.64-bit IZArc.IZArc Oracle.JavaRuntimeEnvironment Google.Chrome 7zip.7zip Microsoft.VCRedist.2010.x64 --source winget Write-Host -ForegroundColor DarkGray ">>> Copy 'Supremo' to Public Desktop <<<" $supremo_path=".\supremo.exe"