Speed up shutdown time using regedit

When you shut down your PC, Windows gives a bit of time to running applications to save their data before it force closes them. This ensures that no unsaved app data is lost and no app functions get corrupted due to force stopping in the middle of working.

However, if faster shutdown matters to you and you have the good habit of closing all apps and saving data before you shut down, then you can decrease this timer to speed up shutdown.

[mai mult...]

The Kernel Shim Engine

The work of the Kernel Shim Engine (KSE) is largely in two parts: devices and drivers. This shows most clearly in two more or less independent sets of functions that are exported in version 6.2 and higher. On the one hand are:

KseQueryDeviceData
KseQueryDeviceDataList
KseQueryDeviceFlags
KseSetDeviceFlags

and on the other:

KseRegisterShim
KseRegisterShimEx
KseUnregisterShim

[mai mult...]