Link to home
Start Free TrialLog in
Avatar of auk_experts
auk_experts

asked on

Group Policy

Hi ,
is there a way to do in group policy to deny users to access folder options?
i believe that i can do it thru regedit but i have to do it for multi users and i cant do it manually in each user except there is a way to push a script (to amend reg edit thru GPO).
Avatar of wolfcamel
wolfcamel
Flag of Australia image

you can export the registry changes to a .reg file and then create either a login script (batch file) to run, or a group policy - run on login script to implement the registry change
Avatar of DocCan11
DocCan11

you can use group policy to put the keys you in the registry and direct it only at the computers/people you want.. As opposed to having group policy run a script..
ASKER CERTIFIED SOLUTION
Avatar of Henrik Johansson
Henrik Johansson
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of auk_experts

ASKER

hello henjoh
it seems that i can do it thru group policy, gr8 job
thank you guys