forked from coddec/Classic-Shell
-
Notifications
You must be signed in to change notification settings - Fork 452
/
Copy pathMain.html
48 lines (40 loc) · 1.81 KB
/
Main.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Open-Shell</title>
<style type="text/css">
h1 {
color: #0078d4;
font-family: "Segoe UI",Tahoma,sans-serif;
font-weight: 600;
}
h2 {
color: #005a9e;
font-family: "Segoe UI",Tahoma,sans-serif;
font-weight: 600;
}
body {
font-family: "Segoe UI",Tahoma,sans-serif;
}
</style></head><body>
<a target="_blank" href="https://github.com/Open-Shell/Open-Shell-Menu"><img src="images/OpenShell.png" style="border: 0px solid ; width: 64px; height: 64px; float:left;" alt="Open-Shell website" title="Open-Shell website"></a><h1 style="padding-top: 12px; padding-bottom: 12px;"> Open-Shell</h1>
<h2>What is Open-Shell?</h2>
<strong style="color: #2b88d8;">Open-Shell™</strong> is a collection of usability enhancements for Windows. It
has a customizable Start menu and Start button, adds a
toolbar for Windows Explorer, and supports a variety of smaller features.<br>
<br>
<h2>System Requirements</h2>
Open-Shell works on Windows 7, Windows 8, Windows 8.1, Windows 10, and Windows 11, along with their server counterparts. Both 32 and 64-bit versions are
supported (the same installer works for both).<br>
<br>
<h2>Components</h2>
Open-Shell has three major components:<ul>
<li><a href="StartMenu.html">Open-Shell Menu</a></li>
<li><a href="ClassicExplorer.html">Classic Explorer</a></li>
<li><a href="ClassicIE.html">Classic IE</a></li>
</ul>
<br>
<h2>Uninstallation</h2>
You can uninstall Open-Shell from <span style="font-weight: bold;">Control Panel -> Programs and Features</span>. Another way is to run the setup again and choose "Remove".<br>
A logoff may be required to complete the process.<br>
<br>
</body></html>