<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>あり &#187; Service</title>
	<atom:link href="http://blog.4sure.jp/yokoshima/tag/service/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.4sure.jp/yokoshima</link>
	<description>日常を語る普通の人のブログ</description>
	<lastBuildDate>Tue, 24 Aug 2010 11:49:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.4sure.jp/yokoshima/tag/service/feed/" />
		<item>
		<title>Vistaでサービス削除</title>
		<link>http://blog.4sure.jp/yokoshima/2009/07/15/vista%e3%81%a7%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%89%8a%e9%99%a4/</link>
		<comments>http://blog.4sure.jp/yokoshima/2009/07/15/vista%e3%81%a7%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%89%8a%e9%99%a4/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:55:44 +0000</pubDate>
		<dc:creator>yokoshima</dc:creator>
				<category><![CDATA[開発]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.4sure.jp/yokoshima/?p=652</guid>
		<description><![CDATA[PHP 5.3.0が出たその４でXAMPPのMySQLのサービスが残ってしまっていてMySQLだけ新たにインストール出来ないのでVistaでのサービス削除方法をメモしておきます。
Windows Vistaでサービスが削除できなくてちょっとだけ困ったを参考させていただきました。
やはり「管理者として実行」なんて半マウス、半キーボード操作なんてみんな嫌ですけどしょうがない。
まずコマンドプロンプトを「管理者として実行」します。
今やろうとしているマシンの場合だと、「プログラム」の中にコマンドプロンプト（のショートカット）が入っていない。Vistaは標準でそうなんですかね？
なので、
C:\Windows\System32\cmd.exe
を直接選んで「管理者として実行」します。
そして以下コマンド

Microsoft Windows &#91;Version 6.0.6001&#93;
Copyright &#40;c&#41; 2006 Microsoft Corporation.  All rights reserved.
&#160;
C:\Windows\system32&#62;sc.exe delete MySQL
&#91;SC&#93; DeleteService SUCCESS
&#160;
C:\Windows\system32&#62;

これで削除された。
しかしコマンドだけでなんとかして欲しいですよね。




]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.4sure.jp/yokoshima/2009/07/15/php-530が出たその４/">PHP 5.3.0が出たその４</a>でXAMPPのMySQLのサービスが残ってしまっていてMySQLだけ新たにインストール出来ないのでVistaでのサービス削除方法をメモしておきます。</p>
<p><a href="http://d.hatena.ne.jp/maginemu/20080605/1212689769">Windows Vistaでサービスが削除できなくてちょっとだけ困った</a>を参考させていただきました。<br />
やはり「管理者として実行」なんて半マウス、半キーボード操作なんてみんな嫌ですけどしょうがない。</p>
<p>まずコマンドプロンプトを「管理者として実行」します。<br />
今やろうとしているマシンの場合だと、「プログラム」の中にコマンドプロンプト（のショートカット）が入っていない。Vistaは標準でそうなんですかね？<br />
なので、</p>
<p>C:\Windows\System32\cmd.exe</p>
<p>を直接選んで「管理者として実行」します。<br />
そして以下コマンド</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">Microsoft Windows <span style="color: #66cc66;">&#91;</span>Version 6.0.6001<span style="color: #66cc66;">&#93;</span>
Copyright <span style="color: #66cc66;">&#40;</span>c<span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;">2006</span> Microsoft Corporation.  All rights reserved.
&nbsp;
C:\Windows\system32&gt;sc.exe delete MySQL
<span style="color: #66cc66;">&#91;</span>SC<span style="color: #66cc66;">&#93;</span> DeleteService SUCCESS
&nbsp;
C:\Windows\system32&gt;</pre></div></div>

<p>これで削除された。<br />
しかしコマンドだけでなんとかして欲しいですよね。</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3467153506120319";
/* 468x60, 作成済み 09/05/08 */
google_ad_slot = "8443402396";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.4sure.jp/yokoshima/2009/07/15/vista%e3%81%a7%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%89%8a%e9%99%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.4sure.jp/yokoshima/2009/07/15/vista%e3%81%a7%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%89%8a%e9%99%a4/" />
	</item>
	</channel>
</rss>
