Keeping track of login's

J

John N.

I manage a medical office, and due to the new HIPAA
regulations, we are needing to find a way to track what
users have logged onto a workstation. For example, I
might want to find out who was loggon on (and the time,
length, etc.) to a workstation for the past week.

Is there a log that is already in existence, or, are there
some settings I can change to create a log from now on?

Also, we are on a network, and it would be nice (if
possible) to access all logs from the server.

Thanks for any input you can give.
 
C

crouchie1998

Its called USER TRACKING.

Click START, RUN, & type 'regedit', Navigate to the key
below from the left of regedit, create a new DWORD value
(right-hand pane) called NoIntrumentation, click out of it
to create it. Then if not already set to zero, double-
click the key & type '0' (zero) & then click ok.
Log off for the changes to take effect.

For ALL users:
-------------
'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersi
on\Policies\Explorer'
Name: NoInstrumentation
Type: REG_DWORD (DWORD Value)
Value: (1 = enable restriction, 0 = disable restriction)

For CURRENT user:
----------------
'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersio
n\Policies\Explorer'
Name: NoInstrumentation
Type: REG_DWORD (DWORD Value)
Value: (1 = enable restriction, 0 = disable restriction)

Make sure you disable the restriction to track users.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top