Re: Access denied to laptop from main PC?
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Sat, 30 Dec 2006 12:05:58 +1100
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 IPCDocuments\Downloads
ADMIN$ C:\WINDOWS Remote Admin
C$ C:\ Default share
C C:\
Downloads C:\Documents and Settings\Kenny Cargill\My
-----
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 Networkis
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
-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
-------------------------------------------------------------------------
BUILTIN\Administrators:F-----
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
thisBUILTIN\Administrators:(OI)(CI)(IO)F
can't.
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
Printer hard wired to main PC but when I get this sorted will be tryingre-install
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
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
network resource. Contact the admin to find out...etc.the
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
network", also "allow network users to change files".
Any suggestions appreciated.
--
Kenny Cargill
.
- Follow-Ups:
- Re: Access denied to laptop from main PC?
- From: Kenny
- Re: Access denied to laptop from main PC?
- References:
- Access denied to laptop from main PC?
- From: Kenny
- Re: Access denied to laptop from main PC?
- From: Pegasus \(MVP\)
- Re: Access denied to laptop from main PC?
- From: Kenny
- Re: Access denied to laptop from main PC?
- From: Pegasus \(MVP\)
- Re: Access denied to laptop from main PC?
- From: Kenny
- Access denied to laptop from main PC?
- Prev by Date: Re: Microsoft photodraw error
- Next by Date: Re: boot.ini and msconfig can't find 2nd boot partition ?
- Previous by thread: Re: Access denied to laptop from main PC?
- Next by thread: Re: Access denied to laptop from main PC?
- Index(es):
Relevant Pages
|