-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation.html
61 lines (60 loc) · 1.87 KB
/
installation.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
<html>
<head>
<title>Windows 7 Innovation Edition</title>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
</style>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="installation.html">Installation</a></li>
<li><a href="faq.html">F.A.Q.</a></li>
</ul>
<body>
<h1>How to install</h1>
<h2>Materials Needed</h2>
<p> 1.) A Windows 7 Professional Key</p>
<p> 2.) A DVD or USB Thumb Stick with at least 8GBs of storage</p>
<p> 3.) A computer (obviously)</p>
<p> 4.) <a href="https://sparrdrem.github.io/Win7IE/EULA.html">The Win7IE ISO</a></p>
<h2>Preparing installation media</h2>
<h2>USB</h2>
<p> Step 1.) Download <a href="https://rufus.akeo.ie">Rufus</a></p>
<p> Step 2.) Open Rufus and select the ISO</p>
<p> Step 3.) Press "Start"</p>
<br />
<h2>DVD</h2>
<p> Step 1.) Insert the ISO into your computer</p>
<p> Step 2.) Navigate to the ISO</p>
<p> Step 3.) Right click it and select "Windows Disk Image Burner" or any other burner software you use.</p>
<p> Note: If you're using Linux, we recommend using GnomeBaker</p>
<h2>Installation</h2>
<p> Step 1.) Insert your installation media into the computer you want to install on.</p>
<p> Step 2.) Boot into the installation media. If it asks to press a button to boot DVD, do so. If it doesn't boot into the media, go to the bootloader on your PC and select the DVD. It is usualy ESC, F1, F2, F8, F10, or F12.</p>
<p> Step 3.) Follow the instructions on screen.</p>
<p>Note: Remember to read the EULA which is installed in the installation process.</p>
</body>
</html>