mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 03:45:29 +00:00
Added code to stop the WAP push service and Diagnostics
This commit is contained in:
parent
9bf5205259
commit
f327be743d
@ -122,3 +122,13 @@
|
||||
Get-ScheduledTask UsbCeip | Disable-ScheduledTask
|
||||
Get-ScheduledTask DmClient | Disable-ScheduledTask
|
||||
Get-ScheduledTask DmClientOnScenarioDownload | Disable-ScheduledTask
|
||||
|
||||
Write-Output "Stopping and disabling WAP Push Service"
|
||||
#Stop and disable WAP Push Service
|
||||
Stop-Service "dmwappushservice"
|
||||
Set-Service "dmwappushservice" -StartupType Disabled
|
||||
|
||||
Write-Output "Stopping and disabling Diagnostics Tracking Service"
|
||||
#Disabling the Diagnostics Tracking Service
|
||||
Stop-Service "DiagTrack"
|
||||
Set-Service "DiagTrack" -StartupType Disabled
|
||||
|
Loading…
Reference in New Issue
Block a user