Remove and uncomment some stuff
This commit is contained in:
parent
d58ea5ccf7
commit
5ab621e64c
1 changed files with 4 additions and 8 deletions
12
cleanW10.ps1
12
cleanW10.ps1
|
@ -162,9 +162,9 @@ Write-Output "I's time to kick ass and chew bubble gum"
|
||||||
Write-Output "________________________________________"
|
Write-Output "________________________________________"
|
||||||
write-Output ""
|
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
|
||||||
|
|
||||||
|
@ -190,8 +190,4 @@ modifyShittyRegValue "HKLM:\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\feature
|
||||||
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SpynetReporting" "0" "Dword"
|
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SpynetReporting" "0" "Dword"
|
||||||
|
|
||||||
# Windows Defender Sample Submission
|
# Windows Defender Sample Submission
|
||||||
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SubmitSamplesConsent" "2" "Dword"
|
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SubmitSamplesConsent" "2" "Dword"
|
||||||
|
|
||||||
#Désinstallation des applications "métro" inutiles
|
|
||||||
#Get-AppxPackage -AllUsers | Remove-AppxPackage
|
|
||||||
#Get-AppXProvisionedPackage -online | remove-appxprovisionedpackage -online
|
|
Reference in a new issue