Hello All…
I want to deploy user restrictions on 120 some computers making a reg script. I am not using GPEDIT.msc because that will take way too long on 120 computers, and the network is not Active Directory.
Here is the problem:
~If I put all the restrictions under the HKEY_LOCAL_MACHINE, all user that log into the computer will have the right restrictions which is what I want. However so will the administrator account which is bad.
~I can’t use HKEY_CURRENT_USER because there are about 700 possible users that can log into any one computer.
How can I make restrictions for any possible user that logs into the PC except the administrator using regedit. Thanks in advanced!!