-
Notifications
You must be signed in to change notification settings - Fork 0
/
compact10.html
93 lines (91 loc) · 4.45 KB
/
compact10.html
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
<!DOCTYPE html>
<title>Compact 10</title>
<meta content="Just a small website for my projects." property="og:description" />
<meta content="https://komas19.pages.dev" property="og:url" />
<meta content="https://cdn.discordapp.com/attachments/827177596407644221/1018202209764261908/unknown.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<script src="https://komas19.pages.dev/javascript.js"></script>
<script src="https://komas19.pages.dev/connection.js"></script>
<link rel="stylesheet" href="darkmode/styles.css">
<script src="darkmode/darkmode.js" defer></script>
<script src="darkmode/project.js" defer></script>
<body>
<div class="sidenav">
<a href="index.html"><i class="fa-solid fa-house"></i> Home</a>
<a href="games.html"><i class="fa-solid fa-gamepad"></i> Games</a>
<a href="blog.html"><i class="fa-solid fa-book"></i> Blog</a>
<a href="status.html"><i class="fa-solid fa-signal"></i> Status</a>
<a href="about.html"><i class="fa-solid fa-circle-info"></i> About</a>
<a href="contact.html"><i class="fa-solid fa-address-book"></i> Contact</a>
<a href="compact10.html"><i class="fa-brands fa-windows"></i> Compact 10</a>
<a href="robux_sales_calculator.html"><img src="cdn/robux.png" width="26" height="26"> Robux Sales Calculator</a>
</div>
</body>
<div class="main">
<div class="topnav" id="NavTop">
<a href="index.html"><i class="fa-solid fa-house"></i></a>
<a href="games.html"><i class="fa-solid fa-gamepad"></i></a>
<a href="blog.html"><i class="fa-solid fa-book"></i></a>
<a href="status.html"><i class="fa-solid fa-signal"></i></a>
<a href="about.html"><i class="fa-solid fa-circle-info"></i></a>
<a href="contact.html"><i class="fa-solid fa-address-book"></i></a>
<a class="active" href="compact10.html"><i class="fa-brands fa-windows"></i></a>
<a href="robux_sales_calculator.html"><img src="cdn/robux.png" width="26" height="26"></a>
<a href="javascript:void(0);" class="icon" onclick="responsiveTopNav()">
<i class="fa fa-bars"></i>
</a>
</div>
<p>
</p>
<noscript><p>Please enable JavaScript in your browser for better use of the website.</p></noscript>
<header>
<button class="darkmode" title="darkmode switch" aria-hidden="true"></button>
</header>
<main></main>
<footer></footer>
<!--<div class="connection-container">-->
<!-- The status box will be created dynamically using JavaScript -->
<!--</div>-->
<!--<script src="connection.js"></script>-->
<body>
<br>
<body>
NOTE: THIS IS WINDOWS 10 2015 LTSB ENTREPRISE S
<br>NOTE 2: The pre-OOBE is pretty slow, just wait 1-5 mins for it to complete, it will reboot a few times.
<br><img src="cdn/Compact10(x86) Image.png" alt="Compact10 Image">
Features:
<ol>
<li>3.47GB of Storage</li>
<li>0.3GB of Ram used with nothing opened</li>
<li>Smaller ISO <img src="cdn/Compact10VsOriginal.png" alt="Compact 10: 1.63GB, Original: 2.52GB"></li>
<li>No bloatware</li>
<li>Working internet</li>
<li>CPU barely being used, depends if you have many apps opened</li>
<li>No Windows Defender</li>
<li>No Microsoft Edge (use internet explorer instead)</li>
<li>You can install virtual machine drivers, such as virtualbox driver (NOT TESTED WITH VMWARE ONE)</li>
<li>Working Setup (no manual installation required)</li>
<li>OOBE gets skipped</li>
<li>Fast Boot time</li>
<li>Fast Installation (about 5-10 mins)</li>
<li>Logging in takes a few seconds (about 10-25) seconds</li>
<li>Deleted troubleshooters</li>
<li>Not many processes constantly opened</li>
<li>YOU CAN USE 300MB OF RAM! THATS CRAZY! (note: winlogon <strong>will</strong> crash a lot, use 400MB of ram for less crashes, taskmgr will also work fully, you can use 500MB of ram for less issues)</li>
</ol>
Downsides:
<ol>
<li>32 bits</li>
<li>No settings, use control panel instead</li>
<li>Start menu broken due to removal of Cortana</li>
</ol>
Download: <a href="https://download947.mediafire.com/92b2083i6k0gegvyBFaAC4tmQbEWVkcMqEs1oI86wlYUZrFA9oNIyGg8Jvl-4px5AuXfIp6mDutvvUjuTemD22AEU90EdO9OwPZJrNiSca949dtjFOl1CrJuoQulB1o9YmMz1urBA7E_PgauyYvZYbZjCfGCrOjSI-7lmxnOroU/cboylrlg41nuh54/Compact10+%28x86%29.iso">here</a>
</body>
</div>
<div class="coming-soon-alert" id="comingsoonalert">
Coming Soon!
</div>
</html>