Permission question

  • Thread starter Thread starter RDB
  • Start date Start date
R

RDB

I'm running XP Pro at work and we have about 12 logins onto that one
computer. Some users we want to have access to the internet and others we do
not want to have access to the net. Anyone know how to apply permissions so
that only certain users have access to the network? I have tried restricting
iexplorer.exe but you can open any window and use it to brouse the web.

tia
rdb
 
If each user has their own login account and desktop try this. For the user you do not want to have internet access create a batch file called login.bat in the c:\windows folder. Put these lines in it. Then save the file.

c:
cdcd windows
cd system32
ipconfig /release
exit

Place a shortcut to this file in the startup menu of the users you do not want to have internet access. Make sure you set properties on file to minized and closed on exit.
 
I had allready thought of that but since were using static IP addressing, it
wont release. any other ideas?
 
Back
Top