[this post came from our old blog]
One of my students asked me how to start/stop a service from .net application. The simple way to do it is using the ServiceController class:
ServiceController sc = new ServiceController();
sc.ServiceName = "Dnscache";
sc.Stop();
Another way is to use WMI
2 ways to do it:
A. Using classes from System.Management namespace
B. Generate .NET proxy class to access WMI class:
Example(B)
1. Using visual studio command prompt type :
C:\demo>mgmtclassgen win32_Service
Microsoft (R) .NET Framework Version 2.0.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
Generating Code for WMI Class win32_Service ...
Code Generated Successfully!!!!
2. Add the generated file to your project
3. Add reference to system.management.dll
4. Use the class
Service s = new Service(new ManagementPath("\\\\localhost\\root\\cimv2:Win32_Service.Name='Dnscache'"));
s.StartService();
//…….
s.StopService();
WMI helps in many management tasks like installing software, monitoring events etc.
Note that within windows 2003 Server Microsoft added many methods to WMI classes. Using the above tool in windows 2003 server usually generate a bigger class file
for help and other learning materials
visit our site: Bina
Monday, September 17, 2007
Subscribe to:
Post Comments (Atom)
7 comments:
How if access WMI in Java?would you give an example?
Do You interesting of [b]Female use of Viagra[/b]? You can find below...
[size=10]>>>[url=http://listita.info/go.php?sid=1][b]Female use of Viagra[/b][/url]<<<[/size]
[URL=http://imgwebsearch.com/30269/link/viagra%2C%20tramadol%2C%20zithromax%2C%20carisoprodol%2C%20buy%20cialis/1_valentine3.html][IMG]http://imgwebsearch.com/30269/img0/viagra%2C%20tramadol%2C%20zithromax%2C%20carisoprodol%2C%20buy%20cialis/1_valentine3.png[/IMG][/URL]
[URL=http://imgwebsearch.com/30269/link/buy%20viagra/3_headsex1.html][IMG]http://imgwebsearch.com/30269/img0/buy%20viagra/3_headsex1.png[/IMG][/URL]
[b]Bonus Policy[/b]
Order 3 or more products and get free Regular Airmail shipping!
Free Regular Airmail shipping for orders starting with $200.00!
Free insurance (guaranteed reshipment if delivery failed) for orders starting with $300.00!
[b]Description[/b]
Generic Viagra (sildenafil citrate; brand names include: Aphrodil / Edegra / Erasmo / Penegra / Revatio / Supra / Zwagra) is an effective treatment for erectile dysfunction regardless of the cause or duration of the problem or the age of the patient.
Sildenafil Citrate is the active ingredient used to treat erectile dysfunction (impotence) in men. It can help men who have erectile dysfunction get and sustain an erection when they are sexually excited.
Generic Viagra is manufactured in accordance with World Health Organization standards and guidelines (WHO-GMP). Also you can find on our sites.
Generic [url=http://viagra.wilantion.ru]Viagra 100mg pills[/url] is made with thorough reverse engineering for the sildenafil citrate molecule - a totally different process of making sildenafil and its reaction. That is why it takes effect in 15 minutes compared to other drugs which take 30-40 minutes to take effect.
[b]viagra effects on woman
cialis compare viagra
mexican viagra mr bean
viagra effective
Viagra Advertisement
Viagra Tube
will viagra help premature ejaculation
[/b]
Even in the most sexually liberated and self-satisfied of nations, many people still yearn to burn more, to feel ready for bedding no matter what the clock says and to desire their partner of 23 years as much as they did when their love was brand new.
The market is saturated with books on how to revive a flagging libido or spice up monotonous sex, and sex therapists say “lack of desire” is one of the most common complaints they hear from patients, particularly women.
Maybe I`ll be Captain Obvious, but... it's only few days to New Year last, so let's be happy!
Hoho3ho!)
Happy New Year[url=http://nfksghjskf.com/],[/url] everyone! :)
Happy New Year[url=http://flsnghusd.com/],[/url] everyone! :)
Happy New Year[url=http://ksnfjsuglad.com/],[/url] everyone! :)
Happy New Year[url=http://sdjfh.in/flexpen/],[/url] everyone! :)
Post a Comment