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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by itech20059

  1. itech20059

    is it possible to find a serial #

    figured it out. strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") Set colItems = objWMIService.ExecQuery( _ "SELECT * FROM Win32_BIOS",,48) For Each objItem in colItems Wscript.Echo "Manufacturer: " & objItem.Manufacturer Wscript.Echo...
  2. itech20059

    is it possible to find a serial #

    Hi does anyknow now if it is possible to find a serial # on a HP desktop or IBM R51 laptop using VB. I have been researching but hav no come across much. Is there anything in the WMI area?
  3. itech20059

    Windows XP event logs.

    Hi we are having issue with users logs filling up. Is there a way to have log rotate either locally or on the domain policy? Or does anyknow where i can limit what is being logged on the default domain policy? Thank you?
  4. itech20059

    rename a file or delete a file

    i do a lot of php so lines end with ;
  5. itech20059

    rename a file or delete a file

    Not sure what you mean.I am just messing around using notepad.
  6. itech20059

    rename a file or delete a file

    Hi new to VB I am trying something simple. To rename a exe if it exists. Eventually I would want to try and delete it. How my if else is not working. I am getting a Line 2 end of statement expected error at char 57. Can anyone help me out. Thanks. If fso.FolderExists ("C:\Program...
  7. itech20059

    rename a file or delete a file

    Hi new to VB I am trying something simple. To rename a exe if it exists. Eventually I would want to try and delete it. How my if else is not working. I am getting a Line 2 end of statement expected error at char 57. Can anyone help me out. Thanks. If fso.FolderExists ("C:\Program...
  8. itech20059

    out of office setup

    Hi I was wondering why people outside my network are not getting out of office replies for users who have set it up. any ideas? Thanks.
  9. itech20059

    Outlook 2003 Archive Problem - not Archiving

    Found out if you open the email and go to file properites the modified date is different then the sent to date. this is the problem.
  10. itech20059

    MS Outlook 2k3

    REcreate your mail profile see what happens. Also do you have any rules wizard setup?
  11. itech20059

    Microsoft word 2002

    You need to embed some javascript... hover command if you can... or maybe html alt. not sure how but that might be a start
  12. itech20059

    clean up users roaming profiles

    You can find Delprof in the various Windows resource kits. You can also download it from the Microsoft Download Center. (Go to http:// www.microsoft.com/downloads, and search on delprof.exe.) Delprof's syntax is simple. For example, the command Delprof.exe /I /Q /C:\\pc1 /D:90 tells Delprof...
  13. itech20059

    IE7 beta goes public

    Anyone notice fonts look different...in both html messages in outlook and regular webpages.
  14. itech20059

    Powerpoint 2003 Playing a sound

    Hi. I am trying to play a mp3 file as background for a slide so. I setup each slide to 2 seconds and the song to loop and play automaticlly. The issue I am having is that the slide does not go to the next one after 3 seconds. It seems to be waiting for the mp3 file to finish playing. I have...
  15. itech20059

    Print more then one file

    They using USB printers. I think we may have to purchase acrobat. Also tried scansoft and it does not work. Thanks for your help.

Part and Inventory Search

Back
Top