Thank you Ramesh,
It looks like what I need.
sincerely,
Vincent
"Ramesh [MVP]" <
[email protected]@mvps.org> a écrit dans le message de
Hi Vincent,
One way of determining the FUS status is to get the value of
AllowMultipleTSSessions
HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\AllowMultipleTSSessions
-and-
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\AllowMultiple
TSSessions
(not present by default)
AllowMultipleTSSessions 0 indicates FUS is disabled.
NOTE: The AllowMultipleTSSessions value present under 'policies' will
override the value under WinLogon. (If Winlogon\AllowMultipleTSSessions is
set to 0 and policies\system\AllowMultipleTSSessions is set to 1, FUS will
be enabled.) Therefore you may want to see if the latter exists, if so take
that value.
--
Ramesh - Microsoft MVP
Windows XP Shell/User
http://www.mvps.org/sramesh2k
AumHa VSOP:
http://www.aumha.org
Hello,
I need to know within my program whether a XP workstation is configured to
use the fast user switching, or not. What API or registry key would give me
this information?
regards,
Vincent Schmid