Windows: add autologin without regedit. closes #16

This commit is contained in:
Mikaela Suomalainen 2012-11-25 12:01:09 +02:00
parent 98a810b55a
commit fc43d5d620
4 changed files with 20 additions and 0 deletions

View File

@ -50,6 +50,11 @@ netsh wlan start hostednetwork</code></pre>
<p>To see devices which are currently connected to the network, run</p>
<pre><code>netsh wlan show hostednetwork</code></pre>
<p>The hosted network gets disabled on reboot, but you can enable it again by running &quot;netsh wlan start hostednetwork&quot; (as administrator). You don't need to do anything else, it remembers the shared network connection.</p>
<h2 id="automatic-login-without-regedit">Automatic login without regedit</h2>
<p>Of course, it's possible to set autologin with regedit too, but in my opinion this way is much faster.</p>
<p>Press Windows + R and then run</p>
<pre><code>control userpassswords2</code></pre>
<p>Then select user <strong>which is not Administrator</strong> from the list and check the &quot;Users don't need passwords to login&quot; above.</p>
<!-- vim : set ft=html -->
<hr/>

View File

@ -98,6 +98,18 @@ netsh wlan show hostednetwork
The hosted network gets disabled on reboot, but you can enable it again by running "netsh wlan start hostednetwork" (as administrator). You don't need to do anything else, it remembers the shared network connection.
## Automatic login without regedit
Of course, it's possible to set autologin with regedit too, but in my opinion this way is much faster.
Press Windows + R and then run
```
control userpassswords2
```
Then select user <strong>which is not Administrator</strong> from the list and check the "Users don't need passwords to login" above.
<!-- vim : set ft=html -->
<hr/>

View File

@ -31,6 +31,7 @@ Sitemap
<p><strong>WARNING: These guides are very unclear and I should use time to make them understandable etc.</strong></p>
<p><a href="../articles/guides/GnomeToMATE.html">GNOME to MATE</a></p>
<p><a href="../articles/guides/Thunderbird-Icedove.html">Thunderbird / Icedove</a></p>
<p><a href="../articles/guides/Windows.html">Windows</a> — Activating Administrator, removing password without knowing it, netsh tethering, autologin without regedit</p>
<h4 id="gpg">/GPG/</h4>
<p><strong> WARNING: These guides are even more unclear than those one folder down!</strong></p>
<p><a href="../articles/guides/GPG/GPG.html">GPG</a></p>

View File

@ -64,6 +64,8 @@ Complaining about some things.
[Thunderbird / Icedove]
[Windows](../articles/guides/Windows.html) — Activating Administrator, removing password without knowing it, netsh tethering, autologin without regedit
[GNOME to MATE]:../articles/guides/GnomeToMATE.html
[Thunderbird / Icedove]:../articles/guides/Thunderbird-Icedove.html