Open jddcef opened 3 years ago
Why would I want to disable Steps Recorder? Also from #4 there is a few lines that are actually nothing to do with telemetry, like PreventDeviceMetadataFromNetwork or DontOfferThroughWUAU.
Why would I want to disable Steps Recorder? Privacy and less vectors and all that sort of thing. https://www.cyber.gov.au/acsc/view-all-content/publications/hardening-microsoft-windows-10-version-1909-workstations
OK, it just feels like there's more bloat that can be chopped
"Steps Recorder (called Problems Steps Recorder in Windows 7), is a program that helps you troubleshoot a problem on your device by recording the exact steps you took when the problem occurred. You can then send this record to a support professional to help them diagnose the problem."
Afaik it is a program that runs only manually when the user specifically runs it to record and collect data, then pack it up and the user can send it to someone to analyze.
So I ask it again: why someone would want to disable Steps Recorder completely? Without any proper explanation it is like disabling msinfo32.exe since it can display and export private information from the system.
Hi,
Should the script not disable some of these telemetry items?:
V-220826
Or the one's from this issue that seems to be acknowledged but never implemented?
Originally posted by @tumpio in https://github.com/W4RH4WK/Debloat-Windows-10/issues/4#issuecomment-133066330
Some projects that do similar:
https://github.com/madbomb122/Win10Script/blob/84a604db3e2d8e1b80a1fa19eed80755e54e7ce5/Win10-Menu.ps1#L1663
https://github.com/undergroundwires/privacy.sexy
Thanks for the awesome script by the way.