other programs that might help you
Hi there,
An easy way to limit your administrator is to use some of microsoft's own programs...
you can either use GPO (group policies) which are relatively good if you are working with a win2k server and/or workstations. The only thing is that you have to deploy it afterwards. this shouldn't be a big problem but you have to check if you are deploying to a share (link) or a container.
the other option is to use something like the IEAK from MS. it allows you to configure and restrict any access to key system files like the winnt or c:\drive. You have to be careful because you can lock yourself out and in order to come back to the original state, you have to go into the registry and unlock it manually (there's about 50 keys in nt4 and <80 in win2k). the IEAK creates a customized IE and shell to restrict users from accessing the stuff you want to hide.
the keys are created in the hkey_current_user and hkey_users (admin one S-xxx-xxx)
the fun part of using any is that you don't have to spend hours playing with the registry. but the danger is the fact that you can lock yourself out of your own machine. If you are good with the registry, trust me it's going to be a breaze for you.
hope this helps...
cmdr_piper
ps. you can also check the nsa win2k security/deployment guides and preconfigured inf/gpo if you want the easy way out but you have to be good in reading nsa "coding":)