Prevent Users from Saving Files to the Desktop - Help how to reverse it.

Answered Prevent Users from Saving Files to the Desktop - Help how to reverse it.

  • Saturday, March 02, 2013 8:30 PM
     
     

    How can I reverse the script to allow users again saving files.

    http://gallery.technet.microsoft.com/scriptcenter/7198b23b-35f2-4396-a23b-e687741d275e#content

All Replies

  • Saturday, March 02, 2013 9:50 PM
     
     Answered

    This is not something to do with script.  You can set user desktop with Group Policy.

    You can also change the script to allow writing.

    oAce.AceType = ADS_ACETYPE_ACCESS_ALLOWED


    ¯\_(ツ)_/¯

    • Marked As Answer by myth20 Tuesday, March 05, 2013 11:05 PM
    •  
  • Sunday, March 03, 2013 5:14 PM
     
     
    Thanks for the information. I will try it.