Jump to content

graysky

Member
  • Posts

    286
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by graysky

  1. Topic says it all. If the machine is freshly booted and I haven't logged in from the local keyboard, I can remote in via remote desktop just fine. The problem starts when I log into the machine from the local keyboard. After I do that, I can't get in from a remote desktop connection at all. When I try, the screen prompts me for my password and when I hit OK, it just sits there for about 45-60 seconds before closing with no error message. My IT group has no ideas so I am turning to you guys!

    Details:

    My account is a local admin. rights on both machines.

    Both machines are on the same domain.

    Both machines are running XP Pro SP2.

    Any help is greatly appreciated.

    I found a somewhat related post here after about 30 minutes of googling this but I'm reluctant to pay to join this website.

    Thanks again!

  2. OK.. I get it... yeah I need seconds. Too bad windows doesn't work like LINUX does... if I do the following in LINUX:

    $ time cp file /copy/to

    It copies the file and reports the time it took to copy the file in three formats where "real" is the actual time it took to copy the file:

    real	0m0.695s
    user 0m0.004s
    sys 0m0.260s

  3. Anyone have this in their unattended install? If so what code should one use in the batch_file.cmd to install it correctly?

    I have googled around and found that the /S switch is rumored to do it, but in the same threads, people have reported that it doesn't work as well. It worked for me from the commandline, but that said, I have seen cases where the app installs fine from the command line but gives errors during the real unattended install.

    Anyone confirm/deny?

    Thanks!

  4. Sure does, thanks man!

    edit - now is there a way I can start the windows xp copy or move command rather than using the DOS command? (I.e. launch whatever exe windows uses when a user does a drag-and-drop that will invoke the standard "Copying ..." dialogbox?

  5. Goal of batch file: 1) make a dir the users specifies and 2) copy files to that newly created dir.

    Problem is what I came up with doesn't work if the user specifies a name with spaces (non DOS 6.2 rules).

    cls
    @echo off
    echo
    set /p target=Please enter the directory name:
    mkdir %target%

    If the user enters a single word, it works just fine. If the user enters several words separated by a space, it doesn't work.

    Can someone help? The final line of the batch file will be something like:

    move f:\*.* %target% .

  6. What happens when one tries to install a hotfix that was previously installed on the machine? I'm assuming nothing.

    Thanks all!

    More than you need to know to answer the question: I'd like to apply the current hotfixes to a machine via a batch file. I grabbed a bunch from the hotfixes thread and placed them in my /i386/update so the next unattended CD I make will have them and is current. I want to be sure the machine I apply these to gets all the hotfixes in my /i386/update (including the current ones); I'd like to have each run even though some of them were likely installed on the machine when the unattended CD called them via my svcpack.inf at install.

  7. Thanks for the suggestions. Neither method worked. The oemsetup.exe route didn't do anything (just typed the command after creating the ini file and nothing happened.) The

    start "" /wait IP55.msi mm=16 /qb-! /norestart

    didn't work either.

    It launched the setup dialog but it quickly disappears. If you simply run "IP55.msi" you get an error instructing you to run the setup.exe in the root directory.

    Other ideas?

  8. Sorry guys, I should have explained: my laptop is at home with me on my LAN. I am accessing the VPN through it and I want to access the laptop remotely via remote desktop because I can't stand typing on the little keyboard or looking at the 1024x768 built-in screen.

    I just mentioned the VPN because I need to able able to access it as well as remote the system. I can't ping the laptop even when it's plugged into my router (although the laptop gets an IP from the router).

    Does that make sense?

  9. Finally got IT to assign me local admin rights on my laptop. The whole reason I made the request was so I could use the remote desktop feature on my laptop from my other machine at home. Long story short, I can't connect the to laptop at all, not even a ping!

    Lan setup: cable modem --> router --> machines. The laptop gets an IP from the router (DHCP) and I can access the router from the laptop. I cannot however ping my router from my laptop nor can I ping my laptop from any other machine behind the router. Does this have something to do with the fact that the laptop is configured to be on a domain? If so, is there anyway I can do this without a major config. change? I should say that I use my corporate VPN from home so I don't want to lose that ability.

    Thanks all!

    Title edited -- Please, use [TAGS] in your topic's title.

    --Sonic

  10. I've been poking around HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp but haven't see anything really telling... can someone who can actually get this method of RA to work please post their entries under that reg area so I can compare their to mine?

×
×
  • Create New...