Jump to content

ravashaak

Member
  • Posts

    162
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by ravashaak

  1. Since you have already said that other levels of connectivity are functional, the following suggestion probably won't solve the problem. However, have you tried to ping to each machine, from each machine? Try it by both machine name and IP address, from each system. Did you get any failures?

    I've also verified your syntax with shutdown.exe and it works on my network.

    Psshutdown also allows you to specify a username and password in order to shut down the remote system. Even though I don't *think* this is your problem, you could try psshutdown and actually specify the admin account on the remote system:

    psshutdown \\main -u main\administrator -p yourpassword -s -f

    And no, psshutdown does NOT have to be present on the remote system.

    - Ravashaak

  2. I use cusrmgr.exe from the resource kit to perform this task on the local administrator account during my unattended installs. It works like a champ and I even use it to remind me, at first manual logon, to change my password (that way I don't have my permanent password in a sif file on a floppy floating around somewhere). The only drawback is that you'll need access to the resource kit.

    - Ravashaak

  3. Hmmm. Could be alot of causes for this one. Have you tried performing this operation with the remote system's IP address in place of its name? I think shutdown.exe will support it.

    If you keep striking out, you could try sysinternal's psshutdown utility. Personally, I prefer it to the native shutdown.exe. Here's the link...

    http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml

    Let me know if you need further help. Good luck.

    - Ravashaak

  4. I know there are a great many differing views as to the problem's source. However, I'll repeat myself: A gold-colored lock symbol appearing on your network connection icon is an indicator that the built-in Windows XP firewall is enabled. This is almost certainly the cause of the problem. This should be resolved (by disabling the firewall) before further and more elaborate troubleshooting. Trust me on this one.

    - Ravashaak

  5. btw theres this one thing bugging me, on the Network Connections the LAN card has a small gold-colored lock icon with it. ive never seen it before.

    It sounds like that connection has Windows XP's built-in firewall enabled. Disable it, then test again.

    - Ravashaak

  6. A default gateway should not factor into this problem since the PCs in question are all plugged into the same switch and are on the same subnet. However, for external connectivity, a default gateway would be necessary.

    - Ravashaak

  7. I'm far from awake yet this morning. However, that shouldn't prevent me from spouting off at the snout :P

    1. Perform an ipconfig /all for each computer. This will allow you to verify your

    network settings on each system.

    2. Second thing to try would be to ping 127.0.0.1 from each computer. Pinging this

    loopback address successfully will verify basic operation of the IP stack.

    3. Third, I know you've stated that there is no firewalling. However, if you've

    installed SP2 on these systems, the firewall is enabled by default. I'm pretty

    sure you already know this, but it needed to be said again, just in case.

    4. Trying pinging each computer by name AND IP address.

    5. Last (for now), perhaps we should take a closer look at that switch. What

    make/model of switch is it? Is it managed or unmanaged (aka dumb)? If it's

    managed, then perhaps there's a configuration issue (such as defined VLANs) on

    the switch.

    Let us know what you discover!

    - Ravashaak

  8. While we're discussing the start command, I'll mention another quirk I have noticed. If you use the /wait parameter, followed by the /b parameter, then the /wait parameter will not be honored. For those who don't recall, /b will completely hide the command window. However, usage of /b also seems to interfere with the /wait parameter, causing the script to immediately pass control to the next line even if the command invoked with /wait /b has not yet completed. Just FYI...

    - Ravashaak

  9. You should also download the disk diagnostic utilities from the website of your hdd manufacturer. Run the non-destructive diagnostic tests and see if your drive is having problems.

    If this issue replicates across multiple drives, then it could even be a problem with your SATA controller or SATA cable. Additionally, do your disks get enough airflow? High temps can contribute to premature disk failure.

    Just a few possibilities...

    - Ravashaak

  10. When I was commonly installing Shockwave on alot of systems at work, I'd let Shockwave sneak the yahoo companion toolbar onto the system, then I'd immediately remove it via the next line of my install script. I think the syntax went something like the following:

    regsvr32 /u C:\ProgramFiles\Yahoo!\Companion\Installs\cpn\ycomp5_3_19_0.dll

    You may have to alter the code slightly for version differences.

    Let me know if this helps.

    - Ravashaak

  11. I've ran across this problem quite a bit on different systems. Not being able to view source and being only able to save images as bitmaps really sucks. And this bug (with many different causes), has existed for a long time now. There are fixes, but I've found the best one to be a better browser. The adjustment period might not be 100% painless, but for me, FireFox rocks! :thumbup

    If you persist in your quest to repair IE, I wish you luck. I've met with about a 1/3 success rate when confronted with this issue. Even then, I've noticed that many of those same systems will sooner or later revert back to this same behavior. Most annoying indeed. :angry:

    - Ravashaak

  12. I just had another thought. You may even want to try this before the advice in my first post.

    You can enable verbose status messages for startup, shutdown, logon, and logoff by editing the following registry key(s):

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

    To enable verbose status messages create a new DWORD value called "verbosestatus" and set it to "1".

    An additional value called "DisableStatusMessages" forces status messages to be disabled, make sure this value does not exist or is set to "0".

    Restart Windows for the change to take effect.

    - Ravashaak

  13. This is somewhat of a guess, but maybe you should try updating all of your device drivers (chipset, peripherals, usb, everything) with the newest versions you can DL from the manufacturers' respective websites, after you apply SP2. I know that device drivers can occasionally cause this issue. Although, exactly why it does this only after application of SP2 is a bit of a mystery to me.

    - Ravashaak

×
×
  • Create New...