|
@@ -212,7 +212,7 @@ function Disable-ScheduledTaskWithLogging {
|
|
|
# Main script execution
|
|
# Main script execution
|
|
|
Write-Host "`n==========================================" -ForegroundColor $Colors.Title
|
|
Write-Host "`n==========================================" -ForegroundColor $Colors.Title
|
|
|
Write-Host " Office Privacy and Telemetry Disabler" -ForegroundColor $Colors.Title
|
|
Write-Host " Office Privacy and Telemetry Disabler" -ForegroundColor $Colors.Title
|
|
|
-Write-Host " for Windows 7+" -ForegroundColor $Colors.Title
|
|
|
|
|
|
|
+Write-Host " for Windows 7+" -ForegroundColor $Colors.Title
|
|
|
Write-Host " by EXLOUD" -ForegroundColor $Colors.Title
|
|
Write-Host " by EXLOUD" -ForegroundColor $Colors.Title
|
|
|
Write-Host " >> https://github.com/EXLOUD <<" -ForegroundColor $Colors.Title
|
|
Write-Host " >> https://github.com/EXLOUD <<" -ForegroundColor $Colors.Title
|
|
|
Write-Host "==========================================" -ForegroundColor $Colors.Title
|
|
Write-Host "==========================================" -ForegroundColor $Colors.Title
|
|
@@ -568,4 +568,4 @@ if ($blockHosts -eq 'y' -or $blockHosts -eq 'Y' -or $blockHosts -eq 'yes' -or $b
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Write-Host "`nScript completed successfully!" -ForegroundColor $Colors.Success
|
|
Write-Host "`nScript completed successfully!" -ForegroundColor $Colors.Success
|
|
|
-Read-Host "Press Enter to exit"
|
|
|
|
|
|
|
+Read-Host "Press Enter to exit"
|