Jump to content

User gets extra icons from local machine software.


Recommended Posts

Posted

One of the teachers here keeps getting icons on her network desktop linking to software installed on the local machine.

 

She is asked if I can get rid of them, If you delete them from her desktop on one machine they disappear, but they are still present on another.

 

It seems they are stored on the public desktop of each machine, and she has access to the C drive on her user (domain user).

 

Not a big deal but wanted to know if anyone knows how to get rid.

 

Users that do not have access to the C drive do not have the issue (I assume because they do not have permission to load them), but she requires it.

Posted (edited)

I'd run a startup script of

 

del C:\Users\Public\Desktop\*.* /f /s /q

 

To delete the contents.

 

There is also a group policy for this but it hides some other stuff.

Edited by fairm010
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...