Mule said:
I needed it so users can copy files to and from the system. Would I be
better off with FTP as far as size?
It lets me share it just fine, I'm confused to what to enter for the name:
NT Authority or System or Administrator.
Maybe it's not possible, however I saw a message before stating it was but
can't find it.
I have other problems......
The Shutdown & Reboot Command is missing from the TaskManager
I can copy files from other computers, but Map Network drives is on the menu
but doesn't do anything.
I have XPE with minlogon, no explorer but a custom shell.
Sharing and using shares works fine.
This is how I do: (simplified)
On both machines my custom shell starts (API CreateProcessAsUser)
a cmd.exe under a user account (member of Administrators).
One makes: "net.exe share MyShare=C:\Mydir"
the other: "net.exe use x: \\192.168.11.12\MyShare"
After that X: functions like a locka drive.
I do not have to enter a username/password (perhaps since they are equal on the machines).
This could be your problem:
I never got things to work when the connect was made from
the system account. Not even if I set accessrights to everyone.
I came to the conclusion that you can not access resources
over the network if you are running under the SYSTEM account.
(But I don't know if that is really true, perhaps some settings could allow it).
Lasse