Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rayenghanmi authored Jan 17, 2024
1 parent ab7f902 commit 511c760
Show file tree
Hide file tree
Showing 7 changed files with 935 additions and 1 deletion.
158 changes: 158 additions & 0 deletions rytunex/advanced.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
<!DOCTYPE html>
<html class="custom-scrollbar" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../sources/favicon.ico" type="image/x-icon">
<style>
.custom-scrollbar {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.custom-scrollbar::-webkit-scrollbar {
width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-moz-scrollbar {
width: 10px;
}

.custom-scrollbar::-moz-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-moz-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-webkit-scrollbar {
width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-moz-scrollbar {
width: 10px;
}

.custom-scrollbar::-moz-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-moz-scrollbar-track {
background-color: #333333;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #121212;
color: #ffffff;
margin: 0;
padding: 0;
overflow-x: hidden;
}

header {
background-color: #1e1e1e;
padding: 20px;
text-align: center;
}

h1 {
color: #f177a6;
}

.tweaks {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}

.tweak {
flex-basis: calc(33.33% - 20px);
box-sizing: border-box;
padding: 20px;
margin: 10px;
border: 1px solid #333333;
border-radius: 8px;
}

.tweak h2 {
margin-bottom: 10px;
margin-top: 10px;
}

.tweak p {
margin: 0;
}

@media screen and (max-width: 768px) {
.tweak {
flex-basis: calc(100% - 20px);
}
}
</style>
<title>Advanced Optimizations</title>
</head>
<body>

<header>
<img src="rytunex.png" alt="RyTuneX Logo" style="max-width: 65px; height: auto; margin-bottom: 5px;">
<h1>Advanced Optimizations</h1>
<p><span style="color: #f177a6; font-weight: bold;">Advanced Optimizations</span> Section Allows You To Control The Following:</p>
</header>

<div class="tweaks">

<div class="tweak">
<h2>System Restore:</h2>
<p>Prevent the creation of restore points for system recovery by disabling System Restore.</p>
</div>

<div class="tweak">
<h2>Cortana:</h2>
<p>Disable Cortana, the virtual assistant, and search feature to enhance privacy and control.</p>
</div>

<div class="tweak">
<h2>Store Updates:</h2>
<p>Turn off automatic updates for Windows Store apps by disabling Store Updates.</p>
</div>

<div class="tweak">
<h2>Automatic Updates:</h2>
<p>Take manual control of update installations by turning off automatic Windows updates.</p>
</div>

<div class="tweak">
<h2>SmartScreen:</h2>
<p>Enhance flexibility by turning off SmartScreen Filter for apps and files.</p>
</div>

</div>


</body>
</html>
167 changes: 167 additions & 0 deletions rytunex/basic.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
<!DOCTYPE html>
<html class="custom-scrollbar" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../sources/favicon.ico" type="image/x-icon">
<style>
.custom-scrollbar {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.custom-scrollbar::-webkit-scrollbar {
width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-moz-scrollbar {
width: 10px;
}

.custom-scrollbar::-moz-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-moz-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-webkit-scrollbar {
width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background-color: #333333;
}

.custom-scrollbar::-moz-scrollbar {
width: 10px;
}

.custom-scrollbar::-moz-scrollbar-thumb {
background-color: #f177a6;
border-radius: 15px;
}

.custom-scrollbar::-moz-scrollbar-track {
background-color: #333333;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #121212;
color: #ffffff;
margin: 0;
padding: 0;
overflow-x: hidden;
}

header {
background-color: #1e1e1e;
padding: 20px;
text-align: center;
}

h1 {
color: #f177a6;
}

.tweaks {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}

.tweak {
flex-basis: calc(33.33% - 20px);
box-sizing: border-box;
padding: 20px;
margin: 10px;
border: 1px solid #333333;
border-radius: 8px;
}

.tweak h2 {
margin-bottom: 10px;
margin-top: 10px;
}

.tweak p {
margin: 0;
}

@media screen and (max-width: 768px) {
.tweak {
flex-basis: calc(100% - 20px);
}
}
a {
color: #f177a6;
text-decoration: none;
transition: color 0.3s ease;
}

a:hover {
color: #e44d80;
}
</style>
<title>Basic Optimizations</title>
</head>
<body>

<header>
<img src="rytunex.png" alt="RyTuneX Logo" style="max-width: 65px; height: auto; margin-bottom: 5px;">
<h1>Basic Optimizations</h1>
<p><span style="color: #f177a6; font-weight: bold;">Basic Optimizations</span> Section Allows You To Control The Following:</p>
</header>

<div class="tweaks">

<div class="tweak">
<h2>Performance Tweaks:</h2>
<p>Enhance your system's performance by toggling various tweaks tailored to optimize its functionality.</p>
<a href="performance.html">Learn more about what's being disabled</a>
</div>

<div class="tweak">
<h2>Disable Superfetch:</h2>
<p>Improve your system's startup speed by deactivating Superfetch, which preloads frequently used applications.</p>
</div>

<div class="tweak">
<h2>Disable NTFS Timestamp:</h2>
<p>Optimize file operations by turning off NTFS timestamp updates.</p>
</div>

<div class="tweak">
<h2>Enable Gaming Mode:</h2>
<p>Elevate your gaming experience with enhanced performance by enabling Gaming Mode.</p>
</div>

<div class="tweak">
<h2>Exclude Drivers From Windows Updates:</h2>
<p>Take control of your driver updates by excluding them from the Windows Update process.</p>
</div>

</div>

</body>
</html>
2 changes: 1 addition & 1 deletion rytunex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ <h2>Contact The Developer</h2>

</body>

</html>
</html>
1 change: 1 addition & 0 deletions rytunex/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../sources/favicon.ico" type="image/x-icon">

<style>
.custom-scrollbar {
user-select: none;
Expand Down
Loading

0 comments on commit 511c760

Please sign in to comment.