Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mapleleaf

    windows installer service cannot start, access denied

    Bill, It's been a while. I think it's time to look for a real 9-5 job instead the highs and lows of working contract. Anyway, enjoy the holidays !! Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  2. mapleleaf

    windows installer service cannot start, access denied

    Adam, Glad it worked. Enjoy the holidays !! Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  3. mapleleaf

    XMNT2002 error message, whats up?

    sthompson, Did PM finish the operation that you had scheduled ?? If it did, then you could use pm.reg to remove the error message. I'd suggest that if you have PM version 8.00 that you download the update to version 8.01. Ian Everyday the Computer Gods pick one person to be...
  4. mapleleaf

    XMNT2002 error message, whats up?

    flyin3d, Let's run through making a reg file. Find an Empty area on your desktop. Righ-click and choose "new" and then "text document". It will create an icon on your desktop with "new..." highlighted. Hit backspace and type PM.REG The key here is the .REG...
  5. mapleleaf

    win2k won't boot - message dlls for kernel

    gyrome, Well, you could try doing a fresh install into the OLD location. You will need to backup the software file from OLD\System32\config directory since it contains the keys from your installed software. You will have to boot into the Recovery Console to copy it back when you're done Good...
  6. mapleleaf

    win2k won't boot - message dlls for kernel

    gyrome, The easiest way is to run the Backup utility that's in Accessories-System Tools. Run the ERD option, checking the box to backup to the repair directory. On my system, this drops the files into %systemroot%\repair\RegBack. Ian Everyday the Computer Gods pick one person to be...
  7. mapleleaf

    XMNT2002 error message, whats up?

    gpatel26, Just leave the 'autocheck autochk *' and remove the rest. It should not affect Defrag, since that is driven from:- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\DefragPath]...
  8. mapleleaf

    XMNT2002 error message, whats up?

    gpatel26, Sorry for the delay, my power and internet was out !! As long as you can right-click on the icon and select merge it should work, or you could use REGEDT32 and do it by hand Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  9. mapleleaf

    XMNT2002 error message, whats up?

    xmz, This KB article from symantec should explain the NDD error message:- Error: "This drive is in use . . " in Norton Disk Doctor when there are no problems with the hard drive...
  10. mapleleaf

    program monitor

    sentmemail, The quickest way to do that would be to run it from Scheduled Tasks with a startit batch file that calls a checkapp batch file like this:- startit.bat @echo off start /min checkapp.bat exit checkapp.bat @echo off set dircmd= for /f "tokens=1" %%a in ('tlist -p...
  11. mapleleaf

    program monitor

    sentmemail, TLIST is just the means to the end. I would start the program in question instead of just printing "not running" and add a call to the ST sleep command so that the batch file loops after sleeping. So my batch file now looks like this:- @echo off :top set dircmd= for /f...
  12. mapleleaf

    Remove games using logon script

    cornfused, How are you deleting them ?? I just tried it from a DOS prompt and they just go away Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  13. mapleleaf

    SP4 Final Available

    kemperr, That's very interesting !!. I'm not what MS changed in the Spooler process, I just know what the effects are. Cathy's problems with her LJ4 were a throwback to NT SP6, when there were a slew of spoolss errors. HP seems to have re-written most of their drivers about a year ago...
  14. mapleleaf

    Spoolsv.exe problem #2

    TampaMan, You may want to look at this thread about HP Printers for some insight. It's called SP 4 Error from July 02. thread616-592219 Hope it helps. Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  15. mapleleaf

    Remove games using logon script

    cornfused, Since they exist in both %systemroot%\System32 and %systemroot%\system32\DllCache, SFP will put them back if you just delete the System32 copy. Use a DOS batch file and delete the DllCache copy first Ian Everyday the Computer Gods pick one person to be "it". Maybe...
  16. mapleleaf

    Can't Find Network Card

    neeko1226, If running the 'Add New Hardware' wizard doesn't work, I would go to Gateway's site:- http://support.gateway.com/support/drivers/dlcenter.asp Type in your serial number, select Windows 2000 and look for INF drivers and/or NIC card drivers. Drop the NIC drivers on a floppy from...
  17. mapleleaf

    CD drive missing during bootup

    NoidCyber, You didn't say what CDR software you're using, but this KB article may help:- http://support.microsoft.com/default.aspx?scid=kb;en-us;270008 Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!
  18. mapleleaf

    404: qttask.exe - No Disk error message

    Hammertime, qttask.exe is part of Apple's QuickTime suite. It's normally installed in \Program Files\QuickTime. It starts itself at bootup by loading from: "HKLM\Software\Microsoft\Windows\CurrentVersion\Run\QuickTime Task" Either delete that value or re-install QuickTime Ian...
  19. mapleleaf

    program monitor

    sentmemail, A quick and dirty way to do it is to use TLIST from the Win2K support tools. For example, say we have a program called DIRCMD. TLIST with the -p option will return the PID if it's running or -1 if it's not. So we could use this to check: set dircmd= for /f "tokens=1&quot...
  20. mapleleaf

    win2k won't boot - message dlls for kernel

    visualuser, Interesting that it was able to start to load Windows. Hope the user had backed up recently !!. Ian Everyday the Computer Gods pick one person to be "it". Maybe, today is your day !!

Part and Inventory Search

Back
Top