Windows 7: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* Hibernation deaktivieren | * Hibernation deaktivieren | ||
Line 12: | Line 13: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* Heimnetzgruppe deaktivieren | * Heimnetzgruppe deaktivieren | ||
Line 20: | Line 22: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* Windows Explorer Startposition | * Windows Explorer Startposition | ||
Line 38: | Line 41: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* sshd with cygwin | * sshd with cygwin | ||
::http://www.thomas.maetz-bv.de/2011/03/05/howto-openssh-server-mit-cygwin-unter-windows-7-installieren/ | ::http://www.thomas.maetz-bv.de/2011/03/05/howto-openssh-server-mit-cygwin-unter-windows-7-installieren/ |
Revision as of 11:28, 17 November 2012
- Autologin
control userpasswords2
- Hibernation deaktivieren
powercfg -H OFF
- Heimnetzgruppe deaktivieren
-> Dienste Heimnetzgruppen* -> deaktivieren
- Windows Explorer Startposition
Windows Explorer Eigenschaften: %SystemRoot%\explorer.exe /root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
- Bibliotheken deaktivieren
HKEY CLASSES ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolder\Attributes b090010d disable Bibliotheken b080010d enable Bibliotheken
- sshd with cygwin