Add a few telemetry scheduled tasks to disable
# This task shows various Map related toasts
"MapsToastTask",
# Initializes Family Safety monitoring and enforcement
"FamilySafetyMonitor",
# Synchronizes the latest settings with the Microsoft family features service
"FamilySafetyRefreshTask",
# XblGameSave Standby Task
"XblGameSaveTask"
Disable-ScheduledTask -TaskName MapsToastTask -TaskPath "\Microsoft\Windows\Maps\"
Disable-ScheduledTask -TaskName FamilySafetyMonitor -TaskPath "\Microsoft\Windows\Shell\"
Disable-ScheduledTask -TaskName FamilySafetyRefreshTask -TaskPath "\Microsoft\Windows\Shell\"
Disable-ScheduledTask -TaskName XblGameSaveTask -TaskPath "\Microsoft\XblGameSave\"
Disable-ScheduledTask -TaskName MapsToastTask -TaskPath "\Microsoft\Windows\Maps\"Disable-ScheduledTask -TaskName FamilySafetyMonitor -TaskPath "\Microsoft\Windows\Shell\"Disable-ScheduledTask -TaskName FamilySafetyRefreshTask -TaskPath "\Microsoft\Windows\Shell\"Disable-ScheduledTask -TaskName XblGameSaveTask -TaskPath "\Microsoft\XblGameSave\"
should be able to be done with revo uninstall, no?
There is no such option there?
@ahscolan2 Just now I noticed you edited the reply to revo uninstall, to that I say - what's revo related to winutil?
I was kind of high when I typed that. I meant 'Revo' but mixed it up with 'oo shutup' and I thought you needed help to change it and that you didn't know how to do it manually, so I told you to use Revo Uninstaller. My bad.
You won - the funniest comment on GitHub. Hahahahahahaaha
Closed due to inactivity