Hi,
I am having trouble re-writing a BAT script to change permissions on windows folders/files in VBS. Here is the batch file:
I just haven't got the skills to re-write this in VBS, can anyone help me with this?
I am having trouble re-writing a BAT script to change permissions on windows folders/files in VBS. Here is the batch file:
Code:
@echo off
ICACLS "%USERPROFILE%\Local Settings\Temporary Internet Files\Content.Outlook" /t /grant Everyone:(OI)(CI)F
I just haven't got the skills to re-write this in VBS, can anyone help me with this?