Re: Access denied to laptop from main PC?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



When you ran the command

net use Q: \\Laptop\test

on your desktop PC you mapped drive Q: to the "test"
share on the laptop. Using Explorer, My Computer or a
Command Prompt on the desktop PC, can you acccess
files and folders on drive Q:? Is your original problem solved?


"Kenny" <me@xxxxxxxxxxx> wrote in message
news:umF4Oo6KHHA.2232@xxxxxxxxxxxxxxxxxxxxxxx
LAPTOP

Share name Resource Remark

--------------------------------------------------------------------------
-----
IPC$ Remote IPC
ADMIN$ C:\WINDOWS Remote Admin
C$ C:\ Default share
C C:\
Downloads C:\Documents and Settings\Kenny Cargill\My
Documents\Downloads

My Documents C:\Documents and Settings\Kenny Cargill\My Documents

New Folder C:\Documents and Settings\Kenny Cargill\My
Documents\Downloads\New Folder

SharedDocs C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS

test C:\Documents and Settings\Kenny Cargill\Desktop

The command completed successfully.

The command completed successfully.

New connections will be remembered.


Status Local Remote Network

--------------------------------------------------------------------------
-----
OK Q: \\LAPTOP\test Microsoft Windows Network
The command completed successfully.

Desktop
KENNY-5024B014F
The command completed successfully.

New connections will be remembered.


Status Local Remote Network

--------------------------------------------------------------------------
-----
OK Q: \\Laptop\test Microsoft Windows Network
OK \\Laptop\IPC$ Microsoft Windows Network
The command completed successfully.

Hope you can make sense of this!

--
Kenny Cargill
"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message
news:%23juLTZ6KHHA.4244@xxxxxxxxxxxxxxxxxxxxxxx
Sorry about the typographica error - glad you worked it out
for yourself.

The information you posted tells me a whole lot, e.g.
- which account you used to log on at each machine;
- that it is the same account in each case;
- your computer names;
- the account names defined on your laptop;

Unfortunately it does not give me the answer to your problem.
Some more diagnostics! Please do this from a Command Prompt
on your laptop while logged on as "Kenny Cargill":
net user "Kenny Cargill" December {Enter}
net share test="%UserProfile%\Desktop {Enter}
echo %ComputerName% > c:\test.txt
net share >> c:\test.txt
net use Q: \\%ComputerName%\test >> c:\test.txt
net use >> c:\test.txt
notepad c:\test.txt

And on your desktop I would like you to run these commands
from a Command Prompt while logged on as "Kenny Cargill":
net user "Kenny Cargill" December {Enter}
echo %ComputerName% > c:\test.txt
net use Q: \\Laptop\test >> c:\test.txt
net use >> c:\test.txt
notepad c:\test.txt

Please note that your password is now set to "December"
on each machine!

Post the contents of both files.

"Kenny" <me@xxxxxxxxxxx> wrote in message
news:%23UbBc75KHHA.3872@xxxxxxxxxxxxxxxxxxxxxxx
Assuming Notepad, not notepat, and that the first one is main PC, this
is
what I get:

Main PC

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLASSPATH=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=KENNY-5024B014F
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\KENNY-5024B014F
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Common Files\Ulead Systems\MPEG;C:\Program
Files\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2f00
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=KENNY-5024B014F
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

and on laptop:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=LAPTOP
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\LAPTOP
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\ATI Technologies\ATI Control Panel
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 44 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2c02
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=LAPTOP
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

User accounts for \\LAPTOP


-------------------------------------------------------------------------
-
-----
Administrator ASPNET Guest
HelpAssistant Kenny Cargill SUPPORT_388945a0
The command completed successfully.

C:\Documents and Settings\Kenny Cargill\Desktop LAPTOP\Kenny Cargill:F
LAPTOP\Kenny
Cargill:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT
AUTHORITY\SYSTEM:(OI)(CI)(IO)F

BUILTIN\Administrators:F

BUILTIN\Administrators:(OI)(CI)(IO)F

Doesn't mean a lot to me! Maybe connected is the fact that when it was
working OK I was able to print from laptop when main PC was on, now I
can't.
Printer hard wired to main PC but when I get this sorted will be trying
to
add a print server.


--
Kenny Cargill
"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message
news:%23trLwe5KHHA.536@xxxxxxxxxxxxxxxxxxxxxxx
You need to supply some diagnostics.

Do this on the laptop:
- Click Start / Run / cmd > OK
- Type these commands:
set > c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.

Do this on your laptop:
- Click Start / Run / cmd > OK
- Type these commands:
cd /d "%UserProfile%" {Enter}
set > c:\%ComputerName%.txt {Enter}
net user >> c:\%ComputerName%.txt {Enter}
cacls desktop >> c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.

"Kenny" <me@xxxxxxxxxxx> wrote in message
news:e$yStV4KHHA.1008@xxxxxxxxxxxxxxxxxxxxxxx
Main PC using XP Pro/SP2, laptop using XP Media Centre.
Connected via 3Com wireless modem/router.
System was working OK but because of unfixable problems had to
re-install
XP
on main PC.
Now I can "see" main pc from laptop and move files one way.
I can't however "see" laptop from main PC, get message:

MS Home
\\Laptop is not accessible. You might not have permission to use
this
network resource. Contact the admin to find out...etc.
Access denied.

I have full admin rights on both PC's.
Have checked that the C drive on laptop is set to "share this folder
on
the
network", also "allow network users to change files".
Any suggestions appreciated.

--
Kenny Cargill












.



Relevant Pages

  • Re: Access denied to laptop from main PC?
    ... No, access denied from Explorer with same error message, or command prompt.. ... Kenny Cargill ... share on the laptop. ...
    (microsoft.public.windowsxp.general)
  • Re: FC1 Install _appeared_ to work, BUT...
    ... what sort of messages do make it to screen? ... I used to run RHL7.3, dual booting, on a Sony Vaio laptop. ... command prompt only safe-mode in windows but without the GUI). ...
    (Fedora)
  • Re: C: working like a Dog!
    ... Then I try to use the command on the A: ... If it will not do a repair install, ... At that point I would pull the hard disk. ... stays in my laptop drive, the other is a 250GB drive that stay on my ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Im halfway there
    ... prompt for a user name and password. ... an account/password on the laptop does not mean you do ... Set a password for your logon account. ... Type this command: set username ...
    (microsoft.public.win2000.networking)
  • Re: Could not connect to RD from same IP Range
    ... Connect your laptop to the office PC. ... I tried the following command from Laptop. ... >> ipconfig /all Make a note of the response. ...
    (microsoft.public.win2000.networking)