Windows: update USB install & add rearm (thanks nyuszika7h) and mention that it gives only 10*6 days with Windows 7 Enterprise.

This commit is contained in:
Mikaela Suomalainen 2012-11-27 17:01:18 +02:00
parent ecd0f46027
commit 54a9f5bba9
2 changed files with 17 additions and 26 deletions

View File

@ -87,12 +87,13 @@ exit</code></pre>
cd boot
bootsect.exe /nt60 X:
exit</code></pre>
<p>Now open the virtual drive and copy-paste all files to the USB stick. Then read the next section of this page unless you made Windows 8 Enterprise stick.</p>
<p>Now open the virtual drive and copy-paste all files to the USB stick. Then read the next section of this page unless you made Windows * Enterprise stick.</p>
</div>
<h2 id="installing-all-versions-from-single-media">Installing all versions from single media</h2>
<div id=eicfg>
<p><strong>Important notes:</strong>. This <strong>doesn't work with any Windows Enterprise version disk</strong> and this <strong>allows installing without product key.</strong> If you are using <strong>earlier Windows than 8 remove the ei.cfg</strong> from &quot;sources&quot; folder instead of creating it.</p>
<p>First disable hiding of extensions of known file types in folder options if you haven't done so already. Then go to the USB stick and open folder sources.</p>
<p>Create a new file called &quot;ei.cfg&quot; (NOT &quot;ei.cfg.txt&quot; which you will get if you hide extentions of known file types!).</p>
<p>Then paste the following into it:</p>
@ -105,30 +106,19 @@ Retail
<p>and save. Note that the second line must be empty.</p>
<p>Now try booting from the stick and press &quot;install&quot;. You will get a menu asking whether you want to install &quot;Windows 8 Pro&quot; or &quot;Windows 8&quot; (this doesn't work with Enterprise). If you don't want to boot, press the X on top right corner and then click it again and your computer reboots.</p>
<p>This method also removes asking of product key from installation.</p>
<p><strong>Vista &amp; 7 users: remove the ei.cfg file to get this menu if you aren't installing Windows 8).</strong></p>
</div>
<!--## Extending the trial period
<h2 id="extending-the-trial-period">Extending the trial period</h2>
<div id=rearm>
Windows offers trial period of 30 days by default. When that time has went, you can open cmd.exe as Administrator and run
```
slmgr /rearm
```
to get another 30 days. This can be repeated three times so you will get 90 days.
To check how many rearms you have left, simply run
```
slmgr -dlv
```
I have heard that there is registry value which allows the rearm time to be reset some times, but I haven't tried it.
<p>Thank you for the tip <a href="https://github.com/nyuszika7h">nyuszika7h</a> :)</p>
<p>Windows offers trial period of 30 days by default. When that time has went, you can open cmd.exe as Administrator and run</p>
<pre><code>slmgr /rearm</code></pre>
<p>to get another 30 days (Windows 7 Enterprise gives only 10). This can be repeated three times (with Windows 7 Enterprise six) so you will get 90 days.</p>
<p>To check how many rearms you have left, simply run</p>
<pre><code>slmgr -dlv</code></pre>
<p>I have heard that there is registry value which allows the rearm time to be reset some times, but I haven't tried it.</p>
</div>
-->
<!-- vim : set ft=html -->
<hr/>

View File

@ -161,13 +161,15 @@ bootsect.exe /nt60 X:
exit
```
Now open the virtual drive and copy-paste all files to the USB stick. Then read the next section of this page unless you made Windows 8 Enterprise stick.
Now open the virtual drive and copy-paste all files to the USB stick. Then read the next section of this page unless you made Windows * Enterprise stick.
</div>
## Installing all versions from single media
<div id=eicfg>
<strong>Important notes:</strong>. This <strong>doesn't work with any Windows Enterprise version disk</strong> and this <strong>allows installing without product key.</strong> If you are using <strong>earlier Windows than 8 remove the ei.cfg</strong> from "sources" folder instead of creating it.
First disable hiding of extensions of known file types in folder options if you haven't done so already. Then go to the USB stick and open folder sources.
Create a new file called "ei.cfg" (NOT "ei.cfg.txt" which you will get if you hide extentions of known file types!).
@ -189,20 +191,20 @@ Now try booting from the stick and press "install". You will get a menu asking w
This method also removes asking of product key from installation.
<strong>Vista & 7 users: remove the ei.cfg file to get this menu if you aren't installing Windows 8).</strong>
</div>
<!--## Extending the trial period
## Extending the trial period
<div id=rearm>
Thank you for the tip [nyuszika7h](https://github.com/nyuszika7h) :)
Windows offers trial period of 30 days by default. When that time has went, you can open cmd.exe as Administrator and run
```
slmgr /rearm
```
to get another 30 days. This can be repeated three times so you will get 90 days.
to get another 30 days (Windows 7 Enterprise gives only 10). This can be repeated three times (with Windows 7 Enterprise six) so you will get 90 days.
To check how many rearms you have left, simply run
@ -213,7 +215,6 @@ slmgr -dlv
I have heard that there is registry value which allows the rearm time to be reset some times, but I haven't tried it.
</div>
-->
<!-- vim : set ft=html -->
<hr/>