win11x-playbook/src/playbook.conf

132 lines
6.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Playbook>
<Name>ReviOS</Name>
<Username>Revision</Username>
<Title>ReviOS Playbook</Title>
<ShortDescription>Playbook for Windows 10 and 11</ShortDescription>
<Description>This Playbook will help you quickly deploy ReviOS on your current system.</Description>
<Details>Experience an ideal, lightweight and stable system, designed to enhance performance and
privacy while ensuring compatibility.</Details>
<Version>23.12</Version>
<SupportedBuilds>
<string>19044</string>
<string>19045</string>
<string>22621</string>
<string>22631</string>
</SupportedBuilds>
<Requirements>
<Requirement>DefenderToggled</Requirement>
<Requirement>NoPendingUpdates</Requirement>
<Requirement>NoAntivirus</Requirement>
<Requirement>Internet</Requirement>
<Requirement>PluggedIn</Requirement>
</Requirements>
<UseKernelDriver>false</UseKernelDriver>
<ProductCode>32</ProductCode>
<Git>https://github.com/meetrevision/playbook</Git>
<Website>https://www.revi.cc</Website>
<DonateLink>https://www.buymeacoffee.com/meetrevision</DonateLink>
<FeaturePages>
<RadioImagePage CheckDefaultBrowser="true" DependsOn="software"
DefaultOption="browser-brave" IsRequired="true"
Description="Please select a preferred browser. We can only provide a curated experience for some options.">
<!-- <TopLine Text="We strongly recommend Brave or Firefox" /> -->
<Options>
<RadioImageOption None="true" />
<RadioImageOption>
<Text>Brave</Text>
<Name>browser-brave</Name>
<FileName>brave</FileName>
<GradientTopColor>#392DD1</GradientTopColor>
<GradientBottomColor>#A91B78</GradientBottomColor>
</RadioImageOption>
<RadioImageOption>
<Text>Firefox</Text>
<Name>browser-firefox</Name>
<FileName>firefox</FileName>
<GradientTopColor>#FF3647</GradientTopColor>
<GradientBottomColor>#FFC742</GradientBottomColor>
</RadioImageOption>
<!-- <RadioImageOption>
<Text>UGC</Text>
<Name>browser-ugc</Name>
<FileName>ugchromium</FileName>
<GradientTopColor>#14305E</GradientTopColor>
<GradientBottomColor>#3577E6</GradientBottomColor>
</RadioImageOption>
<RadioImageOption>
<Text>Librewolf</Text>
<Name>browser-librewolf</Name>
<FileName>librewolf</FileName>
<GradientTopColor>#057DB6</GradientTopColor>
<GradientBottomColor>#86D8FF</GradientBottomColor>
</RadioImageOption> -->
</Options>
<BottomLine Text="Privacy comparison" Link="https://privacytests.org/" />
</RadioImagePage>
<CheckboxPage IsRequired="true" Description="Please select which components you would like to include or exclude with this Playbook.">
<Options>
<!-- <CheckboxOption IsChecked="false">
<Text>Install .NET 3.5 Framework</Text>
<Name>dotnet35</Name>
</CheckboxOption> -->
<CheckboxOption IsChecked="true">
<Text>Remove Microsoft Edge and Copilot</Text>
<Name>remove-edge</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Remove OneDrive</Text>
<Name>remove-onedrive</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage IsRequired="true" Description="Please select which UWP Appx packages you would like to remove.">
<Options>
<CheckboxOption IsChecked="true">
<Text>Remove Photos</Text>
<Name>remove-appx-photos</Name>
</CheckboxOption>
<!-- <CheckboxOption IsChecked="false">
<Text>Remove Windows Backup</Text>
<Name>remove-appx-wbackup</Name>
</CheckboxOption> -->
<CheckboxOption IsChecked="true">
<Text>Remove Dev Home (23H2+)</Text>
<Name>remove-appx-devhome</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage IsRequired="true" Description="General configuration options.">
<Options>
<CheckboxOption IsChecked="true">
<Text>Apply Revision wallpaper</Text>
<Name>configure-wallpaper</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Enable Dark Mode</Text>
<Name>configure-darkmode</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Enable legacy context menu</Text>
<Name>configure-lcm</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Enable legacy Photo Viewer</Text>
<Name>configure-lpv</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage IsRequired="true" Description="General configuration options v2">
<Options>
<CheckboxOption IsChecked="true">
<Text>Configure Explorer Folder View</Text>
<Name>configure-explorer-folder-view</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Configure Taskbar animations</Text>
<Name>configure-explorer-taskbar-animations</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
</FeaturePages>
</Playbook>