Re: Safe Mode detection
- From: "David H. Lipman" <DLipman~nospam~@Verizon.Net>
- Date: Tue, 10 May 2005 19:01:54 -0400
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
.
- Follow-Ups:
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- References:
- Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Torgeir Bakken \(MVP\)
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Torgeir Bakken \(MVP\)
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Clay Calvert
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Jim Vierra
- Re: Safe Mode detection
- From: David H. Lipman
- Re: Safe Mode detection
- From: Jim Vierra
- Safe Mode detection
- Prev by Date: a memo column not updating
- Next by Date: How to get all the computer names by ips?
- Previous by thread: Re: Safe Mode detection
- Next by thread: Re: Safe Mode detection
- Index(es):
Relevant Pages
|