Re: Can't connect to computer on my home network - "Access is deni

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Chuck (none_at_example.net)
Date: 12/07/04


Date: 7 Dec 2004 14:40:24 -0600

On Tue, 7 Dec 2004 12:21:06 -0800, J. Gutierrez
<JGutierrez@discussions.microsoft.com> wrote:

>Yes, when I ran the Network Setup Wizard. The box is also checked in the
>"Exceptions" area of the Firewall settings window. I can access shared
>folders on my desktop using a command line prompt, but not in the browser
>window. Browsing in the other direction works fine (accessing folders/files
>on the notebook).

OK, let's try diagnosing the problem. Take the following code (everything
inside the "#####"). (Did I get the names and ip addresses right)?

Copy the code, precisely as it is keyed, into Notepad. Ensure that Format -
Word Wrap is not checked.
Save the file as "cdiag.cmd", as type "All Files", into the root folder "C:\".
Run it by Start - Run - "c:\cdiag".
Wait patiently.
When Notepad opens up displaying c:\cdiag.txt, first check Format and ensure
that Word Wrap is NOT checked! Then, copy the entire contents (Ctrl-A Ctrl-C)
and paste (Ctrl-V) into your next post.

Do this from both computers, please.

#####

@echo off
set FullTargets=HP 192.168.2.3 SONY 192.168.2.2
set PingTargets=127.0.0.1 192.168.2.1
Set Version=V1.05
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% (Targets %FullTargets%) >>c:\cdiag.txt
for %%a in (%FullTargets% %PingTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "net view %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view %%a >>c:\cdiag.txt
)
@echo End diagnosis for %computername% >>c:\cdiag.txt
notepad c:\cdiag.txt
:EOF

#####

-- 
Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.


Relevant Pages

  • Re: Networking -Im going round the bend!
    ... Open Notepad. ... Do this from all computers, please, with all computers powered up and online. ... @echo CDiagnosis %Version%>c:\cdiag.txt ... ping www.yahoo.com>>c:\cdiag.txt ...
    (microsoft.public.windowsxp.network_web)
  • Re: Multiple addresses for one machine
    ... >in My Networks places, or under the workgroup, dito for my main one and the ... Save the Notepad file as "cdiag.cmd", as type "All Files", into the root folder ... Do this from all computers, please, with all computers powered up and online. ... @echo CDiagnosis %Version%>c:\cdiag.txt ...
    (microsoft.public.windowsxp.network_web)
  • Re: can you backup to computers through network
    ... Did you Stop the laptop browser service, then set its Startup type to Disabled? ... All 3 computers XP Pro SP2. ... Save the Notepad file as "cdiag.cmd", as type "All Files", into the root folder ... @echo CDiagnosis %Version%>c:\cdiag.txt ...
    (microsoft.public.windowsxp.network_web)
  • Re: Unable to open folder "New Folder"
    ... Notepad DiskTest.log ... @echo off ... > I'm not real computer literate so don't know exactly how to do what you ... >> and it attempts to create some files and folders. ...
    (microsoft.public.windowsxp.general)
  • Re: Internet/File Sharing with mixed network
    ... Copy the code, precisely as it is keyed, into Notepad. ... that Word Wrap is NOT checked! ... Do this from both computers, ... @echo CDiagnosis V1.04>c:\cdiag.txt ...
    (microsoft.public.windowsxp.network_web)