|
Hi on this page http://unattended.sourceforge.net/step-by-step.php where it says Create the SMB file share: c:\> net share install=c:\path\to\unattended\install c:\> cacls c:\path\to\unattended\install /T /E /G:guest c:\> net user guest /ACTIVE:YES /DOMAIN Where you have this section the calcs part should be /G guest:R as the /G is for grant then the user (guest) then the permission R for read. Anyway check it out
|
