Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #927
| From | Jason Keats <jkeats@melbpcDeleteThis.org.au> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc, microsoft.public.vb.general.discussion |
| Subject | Re: How do I start/stop a system service |
| Date | 2012-03-12 15:19 +1100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <jjjtg5$9vr$1@speranza.aioe.org> (permalink) |
| References | (6 earlier) <jjh1fi$u9n$1@dont-email.me> <jjh7qr$npt$1@dont-email.me> <jjhbdt$6l6$1@dont-email.me> <f9_6r.4343$v14.3814@viwinnwfe02.internal.bigpond.com> <jjivuj$gsl$1@dont-email.me> |
Cross-posted to 2 groups.
GS wrote: > Jason Keats explained : >> GS wrote: >>> >>> WMI is all I know to use for this. I'm all ears if you can show me other >>> ways to get the following info: >>> >>> PC make, model, bios serial# >>> >>> USB drive make, model, PNPDeviceID >>> >>> All drive info for local/unc volumes >>> >> >> You mean this sort of information...? >> >> http://www.karenware.com/powertools/ptprofiler.asp >> >> http://www.karenware.com/powertools/ptdinfo.asp >> >> You can thank Karen, not me. >> >> HTH > > Jason, > *Very impressive* project! There's a couple of reasons it won't work for > me... > > 1. Requires Karen's written permission to use/distribute in my apps. > No big deal but no guarantee she'll allow this. > > 2. It shows my USB drives as 'Fixed' type, not 'Removeable' type. > > 3. Doesn't retrieve serial number info for CPU/BIOS. Maybe because > it can't enum that info directly from the hardware component. > > 4. Doesn't retrieve PNPDeviceID/SerialNumber for USB drives. > Maybe because it doesn't recognize removeable drives, and/or > can't enum the info directly from the USB device. > > 5. This is the clincher: It requires way more coding than I want > to put into my projects! (Karen's EXE is already 2x larger than > my largest app; over 10x larger than my addin frontloaders) > I provided a link to non-WMI *source code* that will get most of the information you want because you said "WMI is all I know". I only agree with point #3, above - so use a MACAddress (or something else) instead.
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar
How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-09 14:36 -0500
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-09 15:45 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-09 17:38 -0500
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-10 07:27 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-10 13:16 -0500
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-10 17:57 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-10 21:08 -0500
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-10 22:57 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-10 23:58 -0500
Re: How do I start/stop a system service Jason Keats <jkeats@melbpcDeleteThis.org.au> - 2012-03-11 20:22 +1100
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-11 15:54 -0400
Re: How do I start/stop a system service Jason Keats <jkeats@melbpcDeleteThis.org.au> - 2012-03-12 15:19 +1100
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-12 01:14 -0400
Re: How do I start/stop a system service "Mike Williams" <Mike@WhiskyAndCoke.com> - 2012-03-11 09:20 +0000
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-11 19:11 -0400
Re: How do I start/stop a system service "Mike Williams" <Mike@WhiskyAndCoke.com> - 2012-03-11 09:13 +0000
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-11 16:19 -0400
Re: How do I start/stop a system service "MikeD" <nobody@nowhere.edu> - 2012-03-11 19:23 -0400
Re: How do I start/stop a system service "Mayayana" <mayayana@invalid.nospam> - 2012-03-11 20:54 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-11 22:12 -0400
Re: How do I start/stop a system service "Mayayana" <mayayana@invalid.nospam> - 2012-03-12 09:57 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-12 13:24 -0400
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-12 13:59 -0400
Re: How do I start/stop a system service "Henning" <computer_hero@coldmail.com> - 2012-03-12 22:46 +0100
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-12 18:59 -0400
Re: How do I start/stop a system service "Farnsworth" <nospam@nospam.com> - 2012-03-09 16:01 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-09 17:36 -0500
Re: How do I start/stop a system service "Farnsworth" <nospam@nospam.com> - 2012-03-09 18:55 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-09 21:30 -0500
Re: How do I start/stop a system service "Farnsworth" <nospam@nospam.com> - 2012-03-11 11:14 -0500
Re: How do I start/stop a system service "Jeff Johnson" <I.get@enough.spam> - 2012-03-09 17:41 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-09 18:23 -0500
Re: How do I start/stop a system service "Mayayana" <mayayana@invalid.nospam> - 2012-03-10 09:24 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-10 13:06 -0500
Re: How do I start/stop a system service "Mayayana" <mayayana@invalid.nospam> - 2012-03-10 14:11 -0500
Re: How do I start/stop a system service GS <gs@somewhere.net> - 2012-03-10 15:25 -0500
csiph-web