" WPFTweaksBlockAdobeNet " : {
"Content" : " Adobe URL Block List - Enable " ,
"Description" : " Reduces user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs " ,
"category" : " z__Advanced Tweaks - CAUTION " ,
$hostsUrl = Invoke-RestMethod -Uri https://github.com/Ruddernation-Designs/Adobe-URL-Block-List/raw/refs/heads/master/hosts
Add-Content -Path \" $Env:SystemRoot \\ System32 \\ drivers \\ etc \\ hosts \" -Value $hostsUrl
Write-Host 'Added Adobe url block list from host file'
Set-Content \" $Env:SystemRoot \\ System32 \\ drivers \\ etc \\ hosts \" (
(Get-Content \" $Env:SystemRoot \\ System32 \\ drivers \\ etc \\ hosts \" ) -join \" `n \" -replace '(?s)#New Ver.*', ''
Write-Host 'Removed Adobe url block list from host file'