Last active
January 17, 2020 06:06
-
-
Save billziss-gh/ffd9b36653f0928dd474c605b8bd4075 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vista+: | |
Session 0: Services only | |
\Sessions\0\DosDevices\{LUID} | |
Global -> \GLOBAL?? | |
\Sessions\0\BaseNamedObjects -> \BaseNamedObjects | |
Global -> \BaseNamedObjects | |
Local -> \BaseNamedObjects | |
Session -> \Sessions\BNOLINKS | |
\Sessions\0\Windows -> \Windows | |
WindowStations | |
Session 1: Interactive apps | |
\Sessions\0\DosDevices\{LUID} | |
Global -> \GLOBAL?? | |
\Sessions\1\BaseNamedObjects | |
Global -> \BaseNamedObjects | |
Local -> \Sessions\1\BaseNamedObjects | |
Session -> \Sessions\BNOLINKS | |
\Sessions\1\Windows | |
WindowStations | |
NOTE: \Sessions\1\DosDevices is NOT used! | |
Session 2, ...: as Session 1 | |
\DosDevices -> \?? | |
\?? ->> \Sessions\0\DosDevices\{LUID} | |
->> \GLOBAL?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment