diff --git a/cleanW10.ps1 b/cleanW10.ps1 index 96d98fe..b9226fa 100644 --- a/cleanW10.ps1 +++ b/cleanW10.ps1 @@ -165,7 +165,7 @@ write-Output "" $shittyFeatures | foreach { disableShitty $_ } $shittyServices | Foreach { disableShittyService $_ } $shittyModernApp | Foreach { disableModernShitty $_ } -$shittyHosts | Foreach { blockShittyHost $HOST_FILE $HOST_IP $_ } +$shittyHosts | Foreach { blockShittyHost $HOST_FILE $HOST_IP $_ } remove_shittyTasks $shittyTasks $shittyIP | Foreach { @@ -190,4 +190,4 @@ modifyShittyRegValue "HKLM:\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\feature modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SpynetReporting" "0" "Dword" # Windows Defender Sample Submission -modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SubmitSamplesConsent" "2" "Dword" \ No newline at end of file +modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SubmitSamplesConsent" "2" "Dword"