Removing the Accessories Folder from every user

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top