diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 867646c..695f736 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -367,7 +367,8 @@ Write-Host "" # # ########################################################################################## -Write-Host -ForegroundColor Yellow ">>> Starting the process to remove unnecessary bloatware applications... <<< `n" +Write-Host -ForegroundColor Yellow ">>> Starting the process to remove unnecessary bloatware applications... <<<" +Write-Host "" # Read the content of the bloatware-list.txt file $appsToRemove = Get-Content (Join-Path $env:USERPROFILE "Desktop\bloatware-list.txt") @@ -384,8 +385,8 @@ foreach ($app in $appsToRemove) { Write-Host -ForegroundColor Yellow ">>> Uninstallation of Microsoft Office <<<" Start-Process "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "https://aka.ms/SaRA-officeUninstallFromPC" - Write-Host "" + # Write-Host -ForegroundColor Yellow ">>> Retrieving the list of installed Win32 programs... <<<" # List of Win32 programs # Get-WmiObject -Class Win32_Product | Select-Object -Property Name