Yes we have a domain
Main Topics
Browse All TopicsOk I need to do this in like 5 minutes so please help.
I have someone from another company in here with their laptop. He needs to log onto our networks guest account and have access to internet and shared files.
I need a detailed explanation on how to do this.
We are running Win XP. I have no idea what he has on his computer.
Thanks very much.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No need to log on as a guest, just find the IP of the computer/server you wish to find the files on
Go to the computer/server (not laptop) ,
start, all programs, command prompt, type ipconfig
Look at IP address (write it down)
IP address = ie 10.0.0.1
then on the laptop
open up internet explorer
type \\ip address of computer you are trying to contact
It should come up with a username/password box.
Type the guest username/password or a username password of a networked PC say your own.
Username = domain\Username , ie MICROSOFT\Guest
Password = your Computer password
That should do it, avoids you having to set the domain etc on the laptop
Good luck!
MM
Connect the laptop to the network using the usual rj45 network cable
Make sure that the laptop is on the same subnet as your LAN, eg if your network is on 192.168.0.0 network, then do ipconfig /all at the command prompt and check it, if its not change it so that it is, or if you have dhcp , enable it
Use my network places to browse the network, when it asks for username and password, use the guest details
And bout the internet, set his laptop to automatically detect settings in Intenet explorer -> tools>internet options->Connections->Lan Settings
Try plugging in the network cable, then
Switch on laptop,
Open up Windows Explorer
Click on My Network Places, Entire Network, Microsoft Windows Network, the you will see the name of the domain (not workgroup) click on the domain and you will see all the computers on the network.
Click computer on which shared files are, most likely server!
If it asks you for username and password
Username= DOMAIN(AS FOUND ABOVE)\Username (username of your computer)
Password=Password of your computer
Business Accounts
Answer for Membership
by: sirbountyPosted on 2004-07-07 at 08:51:45ID: 11493154
More info on your network would help...
Is this a domain?
I believe Guest account is disabled by default...
but try this from his laptop...
Start->Run->COMMAND
NET USE * \\server\share /user:domain\guest password
where server is the server name
share is the remote share name
domain is the domain name
and password is the guest account's password...