Liste weiterer Kommandozeilentools
In dieser Rubrik werden verschiedene Kommandozeilentools aufgelistet, die sich ebenso in Batch-Dateien verwenden lassen. Es sind zumeist Portierungen bekannter Unix-Kommandozeilentools oder aber Freeware für Windows.
Alle genannten Programme gehören nicht(!) zum Umfang von MS Windows.
autorunsc
BefehlName
Kurzbeschreibung
Autor
Webseite
Lizenz
Syntax
Beispiele
Links
| Befehl | autorunsc |
| Name | Autoruns |
| Kurzbeschreibung | Auflistung aller Autostart-Einträge inkl. Dienste, DLLs |
| Autor | Sysinternals (Microsoft) |
| Webseite | https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns |
| Lizenz | Freeware |
| Syntax | Sysinternals Autoruns v9.20 - Autostart program viewer
Copyright (C) 2002-2008 Mark Russinovich and Bryce Cogswell
Sysinternals - www.sysinternals.com
Autorunsc shows programs configured to autostart during boot.
Usage: autorunsc [-a] | [-c] [-b] [-d] [-e] [-g] [-h] [-i] [-l] [-m] [-p] [-r] [
-s] [-v] [-w] [user]
-a Show all entries.
-b Boot execute.
-c Print output as CSV.
-d Appinit DLLs.
-e Explorer addons.
-g Sidebar gargets (Vista and higher)
-h Image hijacks.
-i Internet Explorer addons.
-l Logon startups (this is the default).
-m Hide signed Microsoft entries.
-n Winsock protocol and network providers.
-p Printer monitor DLLs.
-r LSA security providers.
-s Autostart services and non-disabled drivers.
-t Scheduled tasks.
-v Verify digital signatures.
-w Winlogon entries.
-x Print output as XML.
user Specifies the name of the user account for which
autorun items will be shown. |
| Beispiele | |
| Links | https://www.axel-hahn.de/batch/weitere-kommandozeilentools/autoruns_compare/ |