-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook.conf
93 lines (93 loc) · 4.67 KB
/
playbook.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<Playbook>
<Name>EudynOS</Name>
<Username>Eudyn</Username>
<ShortDescription>Optimize the performance of the Windows operating system</ShortDescription>
<Description>The EudynOS project aims to optimize the performance of the Windows operating system for gamers, reducing unnecessary workloads and maximizing the resources available for games. Areas of optimization could include managing background processes, optimizing network settings, and maximizing system resources to improve performance during play. In addition, it could be considered implementing solutions to reduce network latency and maximize image fluidity throughout the game.</Description>
<Title>EudynOS 0.1 - Beta</Title>
<Version>0.1</Version>
<Details>Windows optimization by Eudyn.</Details>
<Requirements>
<Requirement>Internet</Requirement>
<Requirement>PluggedIn</Requirement>
<Requirement>Activation</Requirement>
<Requirement>DefenderDisabled</Requirement>
<Requirement>NoAntivirus</Requirement>
<Requirement>NoPendingUpdates</Requirement>
</Requirements>
<Website>https://discord.gg/eudyn</Website>
<Git>https://github.com/Eudyn/EudynOS</Git>
<ProgressText>We’re speeding up your computer.</ProgressText>
<UseKernelDriver>false</UseKernelDriver>
<SupportedBuilds>
<string>19045</string>
<string>22631</string>
</SupportedBuilds>
<FeaturePages>
<RadioPage IsRequired="true" DefaultOption="defender-enable" Description="Disabling Defender has risks, but it can also improve performance.">
<TopLine Text="It can be changed to the EudynOS folder in the Windows folder on the system disk later."/>
<Options>
<RadioOption>
<Text>Enable Defender (recommended)</Text>
<Name>defender-enable</Name>
</RadioOption>
<RadioOption>
<Text>Disable Defender</Text>
<Name>defender-disable</Name>
</RadioOption>
</Options>
</RadioPage>
<RadioPage IsRequired="true" DefaultOption="vbs-disable" Description="Enabling core isolation protects important parts of Windows, but at the cost of performance.">
<TopLine Text="It can be changed to the EudynOS folder in the Windows folder on the system disk later."/>
<Options>
<RadioOption>
<Text>Disable core isolation (recommended)</Text>
<Name>vbs-disable</Name>
</RadioOption>
<RadioOption>
<Text>Keep enabled core isolation</Text>
<Name>vbs-default</Name>
</RadioOption>
</Options>
</RadioPage>
<CheckboxPage IsRequired="true" Description="It can be changed to the EudynOS folder in the Windows folder on the system disk later.">
<Options>
<CheckboxOption>
<Text>Remove Microsoft Edge</Text>
<Name>uninstall-edge</Name>
</CheckboxOption>
<CheckboxOption>
<Text>Disable Power Saving</Text>
<Name>disable-power-saving</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
<RadioImagePage CheckDefaultBrowser="true" DependsOn="uninstall-edge" DefaultOption="browser-waterfox" Description="Please select a preferred browser. We can only provide a curated experience for some options.">
<TopLine Text="We strongly recommend Waterfox"/>
<Options>
<RadioImageOption None="true"/>
<RadioImageOption>
<Text>Firefox</Text>
<Name>browser-firefox</Name>
<FileName>firefox</FileName>
<GradientTopColor>#FF3647</GradientTopColor>
<GradientBottomColor>#FFC742</GradientBottomColor>
</RadioImageOption>
<RadioImageOption>
<Text>Waterfox</Text>
<Name>browser-waterfox</Name>
<FileName>waterfox</FileName>
<GradientTopColor>#4676ed</GradientTopColor>
<GradientBottomColor>#acf5fe</GradientBottomColor>
</RadioImageOption>
<RadioImageOption>
<Text>Brave</Text>
<Name>browser-brave</Name>
<FileName>brave</FileName>
<GradientTopColor>#A33401</GradientTopColor>
<GradientBottomColor>#FFC481</GradientBottomColor>
</RadioImageOption>
</Options>
</RadioImagePage>
</FeaturePages>
</Playbook>