1,488
社区成员




private sub timer1_timer()
if GetDWORDValue("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Licensing Core","EnableConcurrentSessions")<>1 then
call SetDWORDValue("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Licensing Core","EnableConcurrentSessions",1)
end if
end sub