HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\driverName
) is 0 or 1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder
Required
under the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems
. systeminfo.exe
. C:\> systeminfo | findstr /c:"System Boot Time:"
systeminfo.exe
is localized, the text System Boot Time
needs to be changed on Windows with a non-English installation language. ScfValue
under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Every time the NT kernel initializes, it always turns on the TerminalServer mask in ProductSuite. See the implementation of ExpWatchProductTypeInitialization in minkernel\ntos\ex\exinit.c (ExpSuiteMask is the variable of interest).
get-winEvent -filterHashtable @{ LogName = 'System'; Id = 41, 1074, 6006, 6605, 6008; } | sort-object timeCreated | format-list Id, LevelDisplayName, TimeCreated, Message
bcdedit.exe
is the Boot Configuration Data Editor which allows to control the boot process. msconfig.exe
is a tool to manage to startup process. PS C:\Users\Rene\> wmic os get bootDevice BootDevice \Device\HarddiskVolume1