3

I have a member of my family with a user account that I am restricting,

I have already added loads of restrictions using the mmc.

What I want to know is, is it possible to set up a separate start menu for that user, with only certain programs available?

I know it is technically possible, because they do it at school.

fixer1234
  • 28,064
Liam W
  • 169

1 Answers1

2

Since you haven't mentioned you Windows version, I assume that you use 7 or Vista. The start menu for a certain user is located at X:\Users\<Name>\AppData\Roaming\Microsoft\Windows\Start Menu, while the one for all users is at X:\ProgramData\Microsoft\Windows\Start Menu. You can place different shortcuts there, however it won't stop the user from directly starting an unwanted program directly from its installation folder, unless you prevent that.

Lennart
  • 392