Specifying IO2 DirRequest's root
Hi all,
Is there a way to specify ssfDRIVES as the root? I tried 0x11 and 17 and it didn't work :confused:
Thanks,
Opher.
Archive: Specifying IO2 DirRequest's root
Specifying IO2 DirRequest's root
Hi all,
Is there a way to specify ssfDRIVES as the root? I tried 0x11 and 17 and it didn't work :confused:
Thanks,
Opher.
You need to use a GUID in the following syntax:
::{GUID}
The GUID of My Computer is 20D04FE0-3AEA-1069-A2D8-08002B30309D, so this should do the trick:
Root=::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Thanks.