Re: Safe Mode detection

Tech-Archive recommends: Speed Up your PC by fixing your registry



From: "Jim Vierra" <jvierra@xxxxxxx>

| I just checked. Win32_ComputerSystem is not supported on non - NT products.
| Sorry.
|
| --
| Jim Vierra
|

Jim:

That doesn't look to be true. I coded what you provided in VBS in Kixtart with the
following...

Dim $objWMIService
$objWMIService=GetObject("winmgmts:\\.\root\CIMV2").ExecQuery("SELECT * FROM
Win32_ComputerSystem", "WQL",48)

For Each $obj In $objWMIService
? "BootupState: " +$obj.BootupState
Next

It works on my WinME PC.

Thanx for you help and pointers with the VBS script.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


.



Relevant Pages

  • AD Telephone Number field name exported from VBS
    ... I'm trying to create a vbs script that exports user information similar to ... different utilities (ADFIND, useraccount.vbs, listproperties.vbs) but I can't ... Prev by Date: ...
    (microsoft.public.win2000.active_directory)
  • Re: Accessing Remote registry in Excel
    ... I'm not sure where you got the .VBS script from, but you may want to drop off a ...  I am guessing I will use this code for a long ... Dave Peterson- Hide quoted text - ... I figured that out on my own from technet articles.... ...
    (microsoft.public.excel.programming)
  • Re: Cookies and Index.dat
    ... The IE Spy is a VBS script, but that just shows the information in the ... BA MCP MCSE ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Copy a file
    ... Newbie here. ... Was looking for a simple vbs script that will copy an Access ... database from one location to another. ... Prev by Date: ...
    (microsoft.public.windows.server.scripting)
  • download a file
    ... Is it possible to download a file from an url and save it to C:\temp with a ... Shawn ... Prev by Date: ...
    (microsoft.public.scripting.vbscript)