Windows A/B Feature Toggle Managers - Enables or disables hidden Windows 10+ A/B feature experiments and persists the state across reboots without manual registry editing.
Windows A/B Feature Status Readers - Reads the current enabled or disabled status of any A/B feature experiment on a Windows 10 or later system.
Feature State Registry Persisters - Stores feature toggle states in the Windows Registry to ensure changes survive system reboots without additional configuration files.
Windows A/B Feature State Readers - Reads the current enabled or disabled status of Windows A/B experiments by querying system-level feature configuration stores.
Windows A/B Feature Toggle Managers - Reads and toggles A/B feature experiment states on Windows 10+ systems with persistent changes across reboots.
Native API Bridges - Provides a bridge to call native Windows APIs directly from shared code without per-OS implementations.
Direct Windows API Invocation Layers - Directly invokes Windows system APIs from shared code to access and modify A/B feature states without OS-specific wrappers.
Boot-Persistent State Persisters - Persists a feature state change across system restarts so it survives a reboot instead of resetting.
Windows Feature ID Enumeration Tables - Maps human-readable feature names to internal Windows A/B experiment identifiers using a predefined enumeration table.
Protected Registry Key Access Managers - Manages Windows Registry security descriptors to read and write feature states in protected system hive locations.
Atomic Registry Toggle Operations - Performs feature state changes as atomic registry write operations to prevent partial updates or corruption during toggling.