This is what is in the text file
and this is XP Home and i entered net user guest/active:yes
any suggestions..or like steve said its not possible to do wat im trying to
do?
Now that I see what you are trying to do, simply list shares in the workgroup,
Steve is right in that the Guest simply can't do that by default. You use the
net user command to enable Simple File Sharing access to that computer.
By default, the Guest account is restricted from enumerating network resources.
You'll need to change the restrictanonymous setting on the other computers, if
you're going to use the Guest account to list shares on those computers.
<
http://www.microsoft.com/windows200...2000/techinfo/reskit/en-us/regentry/46688.asp>
The above article mentions Windows 2000 explicitly. Remember WinXP is NT V5.1,
and Win2K is NT V5.0.
Have you used the Registry Editor before? If not, it's a scary tool, but it's
pretty simple once you get used to it. Here are a couple articles that might
help:
<
http://www.microsoft.com/windowsxp/...home/using/productdoc/en/tools_regeditors.asp>
<
http://www.annoyances.org/exec/show/registry>
Just remember to backup the key (create a registry patch) for
[HKLM\System\CurrentControlSet\Control\Lsa] before making any changes, if
appropriate.
From the Annoyances article:
You can create a Registry patch by opening the Registry Editor, selecting a
branch, and choosing Export from the File menu. Then, specify a filename, and
press OK. You can then view the Registry patch file by opening it in Notepad
(right-click on it and select Edit). Again, just double-click on a Registry
patch file (or use Import in the Registry Editor's File menu) to apply it to the
registry.
I guess the appropriate question here is Why are you using the Guest account for
logging on locally? If you wish to list shares on the network, you probably
should be using a Full (administrative) account.
Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.