i'm trying to create a 'kiosk' type of workstation, based on a particular login (where the desktop is pretty much locked and the user won't have access to run commands, change taskbar, etc). Now, the OS of this syetsm is WIndows Server 2003.
I'm trying to achieve this using LOCAL Group Policy Editor (i'm not worried abt domain right now). Now, i created an account called "TENANT" and made it a member of groups "user" and "Administrators". After this, i log back in the machine as TENANT. Now, i open up "gpedit.msc", and in the local group policy editor:
Local Computer policy > User Configuration > Administrative Templates > Start menu and taskbar, desktop and Control Panel, i enabled all the necessary group policies. (for example, i enabled "Remove run command from start menu". When i check in the start menu, the 'run command' is gone. Good).
Now, i log back in as myself (member of 'administrators' group). Remove TENANT from "administrators" group (so TENANT is now just a member of group "Users"). Having logged in as myself, now, i go again to Group policy editor, remove all restrictions (now i see the run command back in start menu).
Now, i log myself out and log back in as TENANT hoping that he still has the restrictions. But no. He has no restrictions. (run command is present in the start menu, even tho' i logged in as TENANT).
MY QUESTION:
How to create Local Group policy based on user-login, where one user (or group) is set as administrator and has all privilages and another user (or group) is set as TENANT with almost no privilages?
|