XCOPY C:\WINDOWS\TASKS c:\temp /s /e /k /o
2. Go to Windows Explorer and change the c:\temp permission to whatever you like
3. Display the folder permission
CACLS C:\temp /s
4. Copy the SDDL string - the one between the quotes
5. Apply the permisison to the tasks folder
CACLS C:\Windows\Tasks /s:
No comments:
Post a Comment