How can I allow users to delete shortcuts from Public Desktop- permissions disappear.

David 1 Reputation point
2021-02-25T17:16:11.027+00:00

On Windows 10, I want to allow users to delete shortcuts from the Public Desktop folder. I have tried adding the Modify permission for Users on this folder and that works great but only for a while. Somehow after a short while the permission disappears. Why is this happening? Is there another method I can use to allow users to delete the icons?

I have a feeling the permissions are resetting because 'Public Desktop' is some sort of special folder.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,659 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,758 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Teemo Tang 11,341 Reputation points
    2021-02-26T02:32:39.01+00:00

    Try to add everyone into Security tab, give everyone full control permission, OK.
    72264-1.jpg
    Test again.
    About your concern, the permission of public desktop folder does will be reset regularly, in order to workaround this situation, make a scheduled task to apply at startup that resets the permissions.

    icacls c:\users\public\desktop /grant Everyone:(CI)(F) /t /l /q
    Apply the task at system startup and give it some kind of administrator credentials.
    Source:
    https://social.technet.microsoft.com/Forums/en-US/54ea0855-1a29-4567-8127-43a92f710e03/cuserspublicdesktop-file-permissions-resetting?forum=win10itprosecurity

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. David 1 Reputation point
    2021-02-26T09:38:13.903+00:00

    Why is it resetting regularly?

    Thanks for your suggestion but creating a scheduled task just isnt practical for me to do on hundreds of machines and seems like a bodge rather than a solution.