vista-security

Session 0 Isolation

狂风中的少年 提交于 2019-12-03 18:15:17
问题 Vista puts out a new security preventing Session 0 from accessing hardware like the video card, and the user no longer logs into session 0. I know this means that I cannot show the user a GUI, however, does that also mean I can't show one at all? The way my code is set up right now, it would be more work to make it command line only, however if I can use my existing code and just programmatically manage the GUI it would take a lot less code. Is this possible? The article from MSDN says this:

Session 0 Isolation

天涯浪子 提交于 2019-11-29 18:00:52
Vista puts out a new security preventing Session 0 from accessing hardware like the video card, and the user no longer logs into session 0. I know this means that I cannot show the user a GUI, however, does that also mean I can't show one at all? The way my code is set up right now, it would be more work to make it command line only, however if I can use my existing code and just programmatically manage the GUI it would take a lot less code. Is this possible? The article from MSDN says this: • A service attempts to create a user interface (UI), such as a dialog box, in Session 0. Because the