Skip to content

Commit

Permalink
Update 2.18.2022
Browse files Browse the repository at this point in the history
Commented out some services that caused File Sharing problems!
Commented out registry code to disable Delivery Optimization!
Commented out XBox services!
  • Loading branch information
teeotsa authored Feb 18, 2022
1 parent 1ebbf0c commit fe389ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified changelog.txt
Binary file not shown.
16 changes: 8 additions & 8 deletions win11debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ $essentialtweaks.Add_Click({
Write-Host "Disabling some services and scheduled tasks"

$Services = @(
"*xbox*" # Xbox Services
"*Xbl*" # Xbox Services
"XboxNetApiSvc" # Xbox Services
#"*xbox*" # Xbox Services
#"*Xbl*" # Xbox Services
#"XboxNetApiSvc" # Xbox Services
#"LanmanWorkstation" # Causes problems with Mapped Drives and File Sharing Programs!
#"workfolderssvc" # Causes problems with Mapped Drives and File Sharing Programs!
#"WSearch" # Windows Search
Expand Down Expand Up @@ -1371,8 +1371,8 @@ $RestoreTweaks.Add_Click({
"XboxNetApiSvc" # Xbox Services
"*xbox*" # Xbox Services
"*Xbl*" # Xbox Services
"LanmanWorkstation"
"workfolderssvc"
#"LanmanWorkstation" # Commented out so people won't bother me anymore to fix File Sharing. I'd still disable em tho
#"workfolderssvc" # Commented out so people won't bother me anymore to fix File Sharing. I'd still disable em tho
"WSearch" # Windows Search
#"PushToInstall" # Needed for Microsoft Store
#"icssvc" # Mobile Hotspot
Expand All @@ -1389,7 +1389,7 @@ $RestoreTweaks.Add_Click({
"SCPolicySvc" # Smart Card Removal Policy
"ScDeviceEnum" # Smart Card Device Enumeration Service
"SCardSvr" # Smart Card
"LanmanServer" # Server
#"LanmanServer" # Server # Commented out so people won't bother me anymore to fix File Sharing. I'd still disable em tho
#"SensorService" # Sensor Service
"RetailDemo" # Retail Demo Service
"RemoteRegistry" # Remote Registry
Expand Down Expand Up @@ -1436,8 +1436,8 @@ $RestoreTweaks.Add_Click({
Write-Host "Service " -NoNewline ; Write-Host "`"$_`"" -ForegroundColor Green -NoNewline ; Write-Host " is enabled now!"
}

#Enable Delivery Optimization
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\DoSvc" -Name Start -Value 2
#Enable Delivery Optimization # Commented out because this "broke" Microsoft Store
#Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\DoSvc" -Name Start -Value 2
#Enable WinHTTP Web Proxy Auto-Discovery Service - Set to automatic! DO NOT DISABLE IT'LL FUCK UP YOUR COMPUTER
#Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc" -Name Start -Value 2

Expand Down

0 comments on commit fe389ba

Please sign in to comment.