The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Zen on June 08, 2014, 04:42:42 AM

Title: Line 42 Check
Post by: Zen on June 08, 2014, 04:42:42 AM
 :biggrin:
Title: Re: I Am Therefore Completely Hosed And Tearing My Hair Out.
Post by: GoneFishing on June 08, 2014, 05:21:18 AM
I used to play with wbemtest . Nice tool . Interestingly that it has help button only in Windows XP version .
Also an ancient  WMI SDK was available for downloading in MS download center some time ago . It has documentation , examples and tools (they're all HTA apps).   
It seems like WMI has some superpowers and worth an attention and additional efforts to access it from  asm code .
Title: Re: I Am Therefore Completely Hosed And Tearing My Hair Out.
Post by: dedndave on June 08, 2014, 05:55:29 AM
Edgar (Donkey) has done a lot of work with WMI and COM
you can search the old forum
and....

http://www.donkeysstable.com/goasm_headers.htm (http://www.donkeysstable.com/goasm_headers.htm)

even though Edgar likes GoAsm syntax, the headers may prove useful
he may also have some WMI related projects

http://www.donkeysstable.com (http://www.donkeysstable.com)
Title: Re: I Am Therefore Completely Hosed And Tearing My Hair Out.
Post by: dedndave on June 08, 2014, 07:38:17 AM
the easy fix for UAC is to tell the user to "Run As Administrator"   :P
Title: Re: I Am Therefore Completely Hosed And Tearing My Hair Out.
Post by: dedndave on June 08, 2014, 08:04:56 AM
there is also some manifest stuff concerning UAC

http://msdn.microsoft.com/en-us/library/bb384608.aspx (http://msdn.microsoft.com/en-us/library/bb384608.aspx)