This commit reorganizes scripts related to disabling Defender's data collection and telemetry into a dedicated category. This improves usability for users focused on enhancing privacy without needing to understand technical details of each option. Changes: - Create "Disable Defender data collection" category - Move related scripts under new category - Improve script documentation and naming - Add alternate configurations to some scripts - Fix extended cloud check feature being enabled instead of disabled - Update script recommendations to 'Strict'
Collections
This directory contains the collection files, which are the central source of truth for scripts and categories within privacy.sexy.
In addition to the collection files, this folder contains two special files:
.schema.yaml: Provides the schema definition for collection files.collection.yaml.d.ts: Defines TypeScript typings for the collection files.
Additional documentation
- Refer to
collection-files.mdfor details on the structure of these files. - To validate these files, use the
validate-collections-yamlscript. For instructions, see itsREADME.md.