Windows hate utf-8?
This commit is contained in:
parent
5ab621e64c
commit
c0f16296c6
1 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ write-Output ""
|
||||||
$shittyFeatures | foreach { disableShitty $_ }
|
$shittyFeatures | foreach { disableShitty $_ }
|
||||||
$shittyServices | Foreach { disableShittyService $_ }
|
$shittyServices | Foreach { disableShittyService $_ }
|
||||||
$shittyModernApp | Foreach { disableModernShitty $_ }
|
$shittyModernApp | Foreach { disableModernShitty $_ }
|
||||||
$shittyHosts | Foreach { blockShittyHost $HOST_FILE $HOST_IP $_ }
|
$shittyHosts | Foreach { blockShittyHost $HOST_FILE $HOST_IP $_ }
|
||||||
remove_shittyTasks $shittyTasks
|
remove_shittyTasks $shittyTasks
|
||||||
|
|
||||||
$shittyIP | Foreach {
|
$shittyIP | Foreach {
|
||||||
|
|
Reference in a new issue