Skip to content

Instantly share code, notes, and snippets.

@WindyNova
Created July 7, 2024 17:12
Show Gist options
  • Select an option

  • Save WindyNova/f423d4521368607b255d2d86f93afcc9 to your computer and use it in GitHub Desktop.

Select an option

Save WindyNova/f423d4521368607b255d2d86f93afcc9 to your computer and use it in GitHub Desktop.
Stop-Process -Name QQProtect -Force
Stop-Process -Name QQPYUserCenter -Force
$services = "XLServicePlatform", "AGMService", "AdobeARMservice", "vivoesService"
foreach ($service in $services) {
Stop-Service $service
Set-Service $service -StartupType Disabled
}
Get-ScheduledTask | Where {$_.TaskName -eq "FreeDownloadManagerHelperService","XblGameSaveTask","DataSenseLiveTileTask"} | Disable-ScheduledTask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment