2 questions

  • Thread starter Thread starter Christian Mondl
  • Start date Start date
C

Christian Mondl

1.
I have a windows xp sp1 workstation with installed
admin.pack from our windows 2003 server cd.
under user configration and windows setting i don´t have
the option internet explorer service and under an other
w2k client i have this option with installed w2k
admin.pak. what can i do to have all option under win xp?

2.
Is there any possiblity to prevent a user to logon 2 times
with the same username on different workstations in a w2k
domain?
I only need this for one user not for the whole domain.

thx
Christian Mondl
 
Dear Christian,

As for question 1:
==================

I am not sure if the "Internet Explorer service" you mentioned is "Internet
Explorer Maintenance" under Group Policy\User Configuration\Windows
Setting. If so, let's execute the following commands to register the
necessary DLLs:

regsvr32 gptext.dll
regsvr32 ieaksie.dll
regsvr32 wsecedit.dll
regsvr32 fde.dll


As for question 2:
=================

There is a Win2000 resource kit utility called cconnect. It can be used to
limit concurrent connections for users in a Windows 2000 or Windows NT 4.0
environment. However it requires the use of SQL server.

Q237282 Limiting a User's Concurrent Connections
http://support.microsoft.com/support/kb/articles/Q237/2/82.asp


Please let me know if you have any questions. I look forward to hearing
from you.

Ivan Sheng
Microsoft Online Partner Support
MCSD,MCSE4,2000,MCDBA,CCNA,ASE
Get Secure! ¨C www.microsoft.com/security

This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Dear Ivan!

Thank you for you fast answer!

Q1:

Your tips worked perfectly!
Thanks

Q2:
We do not have a sql server on this site, so we adwised
the users in this special case to take care that the do
not logon two times.
Is this tool only working with MS SQL Server or can we
also use a Oracle database for example?

best regards
Christian
 
Hi Christian,

Thank you for your response.

If I don't remember it wrong, cconnect.exe cannot use Oracle database.

Ivan Sheng
Microsoft Online Partner Support
MCSD,MCSE4,2000,MCDBA,CCNA,ASE
Get Secure! ¨C www.microsoft.com/security

This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top