Skip to content

Commit

Permalink
Update 3.4.2022
Browse files Browse the repository at this point in the history
Some suggestions by V1ce
  • Loading branch information
teeotsa authored Mar 4, 2022
1 parent fe389ba commit ad7d787
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions win11debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -653,26 +653,26 @@ $essentialtweaks.Add_Click({
#"WalletService" # Wallet Service
#"lmhosts" # TCP/IP NetBIOS Helper
"SysMain" # SuperFetch - Safe to disable if you have a SSD
"svsvc" # Spot Verifier
#"svsvc" # Spot Verifier
#"sppsvc" # Software Protection
"SCPolicySvc" # Smart Card Removal Policy
"ScDeviceEnum" # Smart Card Device Enumeration Service
"SCardSvr" # Smart Card
#"LanmanServer" # Server # Causes problems with Mapped Drives and File Sharing Programs!
#"SensorService" # Sensor Service
"RetailDemo" # Retail Demo Service
"RemoteRegistry" # Remote Registry
"UmRdpService" # Remote Desktop Services UserMode Port Redirector
"TermService" # Remote Desktop Services
"SessionEnv" # Remote Desktop Configuration
"RasMan" # Remote Access Connection Manager
"RasAuto" # Remote Access Auto Connection Manager
#"RemoteRegistry" # Remote Registry # Issue by V1ce
#"UmRdpService" # Remote Desktop Services UserMode Port Redirector # Issue by V1ce
#"TermService" # Remote Desktop Services # Issue by V1ce
#"SessionEnv" # Remote Desktop Configuration # Issue by V1ce
#"RasMan" # Remote Access Connection Manager # Issue by V1ce
#"RasAuto" # Remote Access Auto Connection Manager # Issue by V1ce
#"TroubleshootingSvc" # Recommended Troubleshooting Service
#"RmSvc" # Radio Management Service (Might be needed for laptops)
#"QWAVE" # Quality Windows Audio Video Experience
#"wercplsupport" # Problem Reports Control Panel Support
"Spooler" # Print Spooler
"PrintNotify" # Printer Extensions and Notifications
#"Spooler" # Print Spooler # Issue by V1ce
#"PrintNotify" # Printer Extensions and Notifications # Issue by V1ce
#"PhoneSvc" # Phone Service
#"SEMgrSvc" # Payments and NFC/SE Manager
"WpcMonSvc" # Parental Controls
Expand All @@ -681,14 +681,14 @@ $essentialtweaks.Add_Click({
#"SmsRouter" # Microsoft Windows SMS Router Service
#"smphost" # Microsoft Storage Spaces SMP
#"NgcCtnrSvc" # Microsoft Passport Container
#"MsKeyboardFilter" # Microsoft Keyboard Filter ... thanks (.AtomRadar treasury #8267) for report.
#"MsKeyboardFilter" # Microsoft Keyboard Filter ... thanks (.AtomRadar treasury â™›#8267) for report.
#"cloudidsvc" # Microsoft Cloud Identity Service
#"wlidsvc" # Microsoft Account Sign-in Assistant
"*diagnosticshub*" # Microsoft (R) Diagnostics Hub Standard Collector Service
#"iphlpsvc" # IP Helper - Might break some VPN Clients
"lfsvc" # Geolocation Service
"fhsvc" # File History Service
"Fax" # Fax
#"lfsvc" # Geolocation Service # Issue by V1ce
#"fhsvc" # File History Service # Issue by V1ce
#"Fax" # Fax # Issue by V1ce
#"embeddedmode" # Embedded Mode
"MapsBroker" # Downloaded Maps Manager
"TrkWks" # Distributed Link Tracking Client
Expand Down Expand Up @@ -1003,12 +1003,14 @@ $RemoveBloat.Add_Click({
"Microsoft.Getstarted"
"Microsoft.MicrosoftOfficeHub"
"Microsoft.MicrosoftSolitaireCollection"
"Microsoft.MicrosoftStickyNotes"
#"Microsoft.MicrosoftStickyNotes" # Issue by V1ce | Breaks sysprep
"Microsoft.PowerAutomateDesktop" # Thanks V1ce
"Microsoft.SecHealthUI" # Thanks V1ce
"Microsoft.People"
"Microsoft.Todos"
"Microsoft.Windows.Photos"
#"Microsoft.Windows.Photos"
"Microsoft.WindowsAlarms"
"Microsoft.WindowsCamera"
#"Microsoft.WindowsCamera"
"microsoft.windowscommunicationsapps"
"Microsoft.WindowsFeedbackHub"
"Microsoft.WindowsMaps"
Expand Down Expand Up @@ -1412,7 +1414,7 @@ $RestoreTweaks.Add_Click({
"SmsRouter" # Microsoft Windows SMS Router Service
"smphost" # Microsoft Storage Spaces SMP
"NgcCtnrSvc" # Microsoft Passport Container
"MsKeyboardFilter" # Microsoft Keyboard Filter ... thanks (.AtomRadar treasury #8267) for report.
"MsKeyboardFilter" # Microsoft Keyboard Filter ... thanks (.AtomRadar treasury â™›#8267) for report.
"cloudidsvc" # Microsoft Cloud Identity Service
"wlidsvc" # Microsoft Account Sign-in Assistant
"*diagnosticshub*" # Microsoft (R) Diagnostics Hub Standard Collector Service
Expand Down Expand Up @@ -1637,4 +1639,4 @@ $InstallChrome.Add_Click({
Write-Host "Chrome should be installed now...!"
})

[void]$Form.ShowDialog()
[void]$Form.ShowDialog()

0 comments on commit ad7d787

Please sign in to comment.