Creating User Account without internet Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a new user account without internet access. How do i
do this? and how can i stop particular programs from starting with this
account? I have tried looking in the help and support program, but couldn't
get it working. Thanks for any help available
 
Hi,

1.To restrict access to internet in a PC do the following;

As a administrator ,you need to go to the registry click on start---run and
type regedit
go to HKEY_LOCAL_MACHINE\SOFTWARE\internet explorer
right click on internet explorer and click on permissions
add the users you want to restrict and and deny them acccess by clicking on
the deny boxes
don't forget to click on advance and tick the box for "replace permissions
on all child objects............................."
click ok and restart

To restrict access an application in a PC do the following;

As a administrator ,you need to go to the registry click on start---run and
type regedit
go to HKEY_LOCAL_MACHINE\SOFTWARE\XXXXX (where XXXX is the software you
want to restrict access)
right click on XXXX and click on permissions
add the users you want to restrict and and deny them acccess by clicking on
the deny boxes
don't forget to click on advance and tick the box for "repalce permissions
on all child objects............................."
click ok and restart.

2.If you want to restrict the access to internet exporer for many users in
different machines do the following in the server machine (windows 2003/2000
domain controller)



As a administrator ,you need to go to the registry click on start---run and
type regedit
go to HKEY_LOCAL_MACHINE\SOFTWARE\internet explorer
right click on internet explorer and click on permissions
add the users you want to restrict and and deny them acccess by clicking on
the deny boxes
don't forget to click on advance and tick the box for "replace permissions
on all child objects............................."
click ok and restart

to restrict access an application in a PC do the following;

As a administrator ,you need to go to the registry click on start---run and
type regedit
go to HKEY_LOCAL_MACHINE\SOFTWARE\XXXXX (where XXXX is the software you
want to restrict access)
right click on XXXX and click on permissions
add the users you want to restrict and and deny them acccess by clicking on
the deny boxes
don't forget to click on advance and tick the box for "repalce permissions
on all child objects............................."
click ok

After all of this you will need to export the registry key.Inside the
registry select the keys you edited (internet explorer and application XXXX)
click on file--export; give it a name (ie KKK.REG) and export IT somewhere
in the C: drive.

Sent this registry key to all PCs by (email, login script ,etc....).
If you email the registry key to all users, they will be restricted to
access to internet and the application just after users click on the
registry key once (ie KKK.REG).
 
Back
Top