all of w_tipps
Posted on October 29th, 2004 in w_tipps, w_tools, windows
das beste an dem virtual server von microsoft ist neben dem preis mit sicherheit die tatsache, dass er von microsoft supported wird. auch tools wie das Virtual Server 2005 Migration Toolkit stellen einen absoluten mehrwert dar; doch es kommt noch mehr bewegung in die sache; das dokument Running Domain Controllers in Virtual Server 2005 sollte [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on October 29th, 2004 in w_tipps, w_tools, windows
Microsoft provides a useful command-line tool called err.exe that can help you find the meanings of error codes. When you run err.exe and specify an error code, the program searches all the error-code definitions from the various header files that Windows uses to generate a list of possible error meanings. You can download err.exe at [...]
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on October 21st, 2004 in w_tipps, w_tools, windows
gibts hier:
AccExp – Account expiration tool.
AdFind – Active Directory query tool.
AdMod – Active Directory modification tool.
ATSN – IP to Subnet/Site Information tool.
Auth – Authentication test tool.
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on October 20th, 2004 in w_tipps, w_tools, windows
Automated Deployment Services (ADS). Available as a download, ADS for Windows Server 2003, Enterprise Edition, includes a new set of imaging tools that enable you to automate the deployment of Microsoft operating systems.
Active Directory Application Mode (ADAM). For organizations that require flexible support for directory-enabled applications, ADAM is a breakthrough in directory services technology based [...]
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on October 5th, 2004 in w_tipps, w_tools, windows
ein kleines aber feines keyboard macro script; einfach die gewünschten keycodes und wiederholungen ändern, in eine textdatei kopieren und mit endung vbs abspeichern; und dann hat man 5 sekunden zeit, um auf die gewünschte applikation zu wechseln in der das script laufen soll
Dim WShell
Dim i
Dim KeyCount
Dim KeyCodes
set WShell = WScript.CreateObject(“WScript.Shell”)
WScript.Sleep 5000 ‘5 Sekunden warten, um die [...]
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on September 16th, 2004 in w_tipps, w_tools, windows
Die negative Auswirkung der Fragmentierung von Daten auf Speichermedien ist schwer zu ermitteln, aber auf keinen Fall zu unterschätzen. Laut einer Studie der Volkswagen AG in Zusammenarbeit mit O&O Software (O&O Defrag) im Februar 2001 sind zwischen 6 und 192 Prozent Performancegewinn zu erziehlen.
Mit dem Tool “IOMeter” (Original von Intel, mittlerweile übergeben ans [...]
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on September 12th, 2004 in w_tipps, windows
Der Gerätemanager zeigt nur korrekt installierte Hardwarekomponenten an; das kann durchaus ein Problem sein, wenn man z.B. trotzdem neue Treiber einspielen will. Wenn man nun also alles angezeigt bekommen möchte, geht man wie folgt vor:
Kommandozeile; “set devmgr_show_nonpresent_devices=1″, danach mittels “start devmgmt.msc” den Gerätemanager starten und dort schließlich mit “Ansicht” => “ausgeblendete Geräte” alles anzeigen lassen.
Read Full Post |
Make a Comment ( Comments Off so far )
Posted on September 9th, 2004 in w_tipps, windows
Wenn man sich das Symbol “Desktop anzeigen” unabsichtlich aus der Schnellstartleiste gelöscht hat, so kann man dieses einfach wiederherstellen:
- Im Notepad eine Datei “Desktop anzeigen.scf” mit folgendem Inhalt erstellen und unter %systemroot%\system32 abspeichern:
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
Im Windows Explorer die Datei nun mit der rechten Maustaste anklicken, “Verknüpfung erstellen” auswählen. Die erstelle Verknüpfung nach %systemroot%\system32 kopieren und in “Desktop” [...]
Read Full Post |
Make a Comment ( 2 so far )