- Commandline switches:
http://support.microsoft.com/kb/227091/en-us
- Error codes:
http://support.microsoft.com/kb/290158/en-us
My humble brain is simply too small...
How to create a shortcut to lock the desktop:
Sometimes it is helpful to have a Windows machine perform an automatic login upon start-up. How to enable this is different for Windows XP and Windows Vista.
(I know there are other ways to do this, but that's the way i do it...)
Windows XP:
Windows Vista:
"Eine Enzyklopädie der frühen Erfindungen"
Peter James und Nick Thorpe
ISBN 3-423-62084-6
Einige Links zum Thema Energiesparen aus dem selben Artikel:
Bin gerade über einen Artikel über Energiesparlampen gestolpert.
Was ich beim Kauf nie weiss sind die "Farbtemperaturzahlen":
D.h. je höher, desto weisser.
Hell oder blendfrei?
Die Stablampen sind sehr hell können aber daher auch blenden. Andere Lampen in z.B. Tropf oder Kerzenform sind beschichtet und blenden weniger, sind aber auch ein klein wenig weniger effizient.
Schaltfestigkeit?
Standardlampen (Lebensdauer 6-8'000h) sollten nicht ständig ein- und ausgeschaltet werden (Bewegungsmelder), sie sollten ca. 1h brennen.
Es gibt speziell schaltfeste Lampen
Preis?
Energiesparlampen sollen cas 80% günstiger sein (Strom- und Anschaffungspreis)
Sein einiger Zeit spielen meine Kinder (und ich) begeistert dieses Fantasy Adventure von www.tivola.de.
Weil wir uns im Zauberwald immer verirrten haben wir eine Karte erstellt. Diese ist hier zu finden, möge sie auch Anderen hilfreich sein.
For a script that connects to several shares, I wanted to be able to prompt the user to enter the password. Of course, when entering the password its characters should not be printed on the screen, instead a '*' should appear.
I did not find an easy, ready available way to achieve this, so i created my own solution for this: A simple (.NET) console application reads the password in the manner i wanted and creates a .cmd script that, when called sets a script variable. This script variable can then be used. Of course the script must be deleted and the variabale reset after usage.
I know that this is not 100% secure, but its enough for my usage.
The .exe, a sampe script, and the .NET solution can be found here.
On my server (WinXP) I have several folders shared to allow access from clients. On the clients I connect to these shares with "net use f: \\server\share".
Generall this works fine, except the one share on the server that is on a removeable drive (USB HDD). Always when I try to connect I get:
"System error 1130: Not enough server storage is available to process this command"
After some research I discovered that I need to add the following registry key on my server:
Path: "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters"
Key: "IRPStackSize"
Type: DWord
Value: 18 (that worked for me, maybe you need to set it even higher)
Since I've done this, I have no problem accessing the share on the removeable drive anymore.
To relieve my poor brain from memorizing all the little helpfull bits and pieces I find in the vast spaces of the web as well as in real life, I'll post my thoughts here. If it helps you too, even better.