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...
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?
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?
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.