Removing the Accessories Folder from every user

Leo

Distinguished
Feb 27, 2001
524
0
18,980
Archived from groups: microsoft.public.win2000.security (More info?)

Hello,

Can anyone tell me how can I remove the Accessories Folder
in a W2K server environment from every user that logs in?


Thank you.
 
Archived from groups: microsoft.public.win2000.security (More info?)

If you remove it from the default profile then new user profiles should not find it
in their profile. It is located in documents and settings\default user\start
menu\programs\accessories. For users that already have it, you would have to delete
the same profile from their folder which could be done with a logon script using
%username% variable in the logon script as in [ del c:"\documents and
settings\%username%\start menu\programs\accessories" ]. Group Policy/user
configuration/administrative templates/start menu & taskbar has many options to
configure start menu but I don't believe accessories is one on them. --- Steve


"Leo" <anonymous@discussions.microsoft.com> wrote in message
news:2b1301c48e99$8a8ec790$a601280a@phx.gbl...
> Hello,
>
> Can anyone tell me how can I remove the Accessories Folder
> in a W2K server environment from every user that logs in?
>
>
> Thank you.