I've not experienced that particular condition. In your shoes, I'd
first try and determine the state of the WMI repository, see -
winmgmt /salvagerepository
.... and depending on the results, perhaps use some of the other WINMGMT
switches to perform the actual repair.
--
Dean Wells [MVP / Directory Services]
MSEtechnology
[[ Please respond to the Newsgroup only regarding posts ]]
R e m o v e t h e m a s k t o s e n d e m a i l
"Rich Pasco" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> For some reason when I invoke wmic (with any paramters) it does
> nothing
> (until I abort it with Ctrl-Break). Even the help command behaves
> this way:
>
> wmic /?
>
> This should work, according to
> http://www.microsoft.com/resources/d...n-us/wmic.mspx
>
> Any ideas?
>
> - Rich
>
>
>
> Dean Wells (MVP) wrote:
>
>> Among other solutions available (and depending upon your OS) -
>>
>> wmic qfe
>>
>> ... or more elaborate -
>>
>> wmic qfe get hotfixid | find "930178" 1>nul && echo Installed || echo
>> Not installed [or error]!
>>