# thebookisclosed/vive

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/thebookisclosed-vive).**

6,571 stars · 352 forks · C# · gpl-3.0

## Links

- GitHub: https://github.com/thebookisclosed/ViVe
- awesome-repositories: https://awesome-repositories.com/repository/thebookisclosed-vive.md

## Tags

### Part of an Awesome List

- [Windows A/B Feature Toggle Managers](https://awesome-repositories.com/f/awesome-lists/devtools/feature-flippers-and-a-b-testing/windows-a-b-feature-toggle-managers.md) — 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](https://awesome-repositories.com/f/awesome-lists/devtools/feature-flippers-and-a-b-testing/windows-a-b-feature-status-readers.md) — Reads the current enabled or disabled status of any A/B feature experiment on a Windows 10 or later system. ([source](https://github.com/thebookisclosed/ViVe#readme))
- [Feature State Registry Persisters](https://awesome-repositories.com/f/awesome-lists/devtools/windows-registry/feature-state-registry-persisters.md) — Stores feature toggle states in the Windows Registry to ensure changes survive system reboots without additional configuration files.
- [Windows Feature ID Enumeration Tables](https://awesome-repositories.com/f/awesome-lists/devtools/feature-flippers-and-a-b-testing/windows-feature-id-enumeration-tables.md) — Maps human-readable feature names to internal Windows A/B experiment identifiers using a predefined enumeration table.
- [Protected Registry Key Access Managers](https://awesome-repositories.com/f/awesome-lists/devtools/windows-registry/registry-key-injectors/protected-registry-key-access-managers.md) — Manages Windows Registry security descriptors to read and write feature states in protected system hive locations.

### Business & Productivity Software

- [Windows A/B Feature State Readers](https://awesome-repositories.com/f/business-productivity-software/a-b-testing/windows-a-b-feature-state-readers.md) — Reads the current enabled or disabled status of Windows A/B experiments by querying system-level feature configuration stores.

### Development Tools & Productivity

- [Windows A/B Feature Toggle Managers](https://awesome-repositories.com/f/development-tools-productivity/package-managers/dependency/optional-dependency-managers/feature-toggles/windows-a-b-feature-toggle-managers.md) — Reads and toggles A/B feature experiment states on Windows 10+ systems with persistent changes across reboots.
- [Windows A/B Feature Toggle Operations](https://awesome-repositories.com/f/development-tools-productivity/package-managers/dependency/optional-dependency-managers/feature-toggles/windows-a-b-feature-toggle-operations.md) — Toggles an A/B feature experiment on or off and saves the change so it persists across system restarts. ([source](https://github.com/thebookisclosed/ViVe#readme))

### Mobile Development

- [Native API Bridges](https://awesome-repositories.com/f/mobile-development/android-ecosystem/android-platform-integrations/native-platform-access/native-api-bridges.md) — Provides a bridge to call native Windows APIs directly from shared code without per-OS implementations. ([source](https://github.com/thebookisclosed/ViVe#readme))

### Operating Systems & Systems Programming

- [Direct Windows API Invocation Layers](https://awesome-repositories.com/f/operating-systems-systems-programming/windows-api-wrappers/direct-windows-api-invocation-layers.md) — Directly invokes Windows system APIs from shared code to access and modify A/B feature states without OS-specific wrappers.

### Software Engineering & Architecture

- [Boot-Persistent State Controllers](https://awesome-repositories.com/f/software-engineering-architecture/workflow-persistence/state-persistence/boot-persistent-state-controllers.md) — Saves feature state changes so they survive system restarts instead of resetting.
- [Boot-Persistent State Persisters](https://awesome-repositories.com/f/software-engineering-architecture/workflow-persistence/state-persistence/boot-persistent-state-persisters.md) — Persists a feature state change across system restarts so it survives a reboot instead of resetting. ([source](https://github.com/thebookisclosed/ViVe#readme))
- [Atomic Registry Toggle Operations](https://awesome-repositories.com/f/software-engineering-architecture/composite-state-definitions/atomic-state-primitives/persistent-toggle-atoms/atomic-registry-toggle-operations.md) — Performs feature state changes as atomic registry write operations to prevent partial updates or corruption during toggling.
