Windows Live Messengerで自動作成される共有フォルダをエクスプローラから削除する方法

Windows Live Messengerをインストールすると、エクスプローラ上に「共有フォルダ」が勝手に作成される。ところがこれ、ネットワークに繋がっていないモバイルPCで作業していると、エクスプローラを立ち上げる度に「共有フォルダは使用できません」だの「Windows Live ID にサインイン」しろだの忌ま忌ましい事この上ない。Microsoftの傲慢さは今に始まった事ではないが。

俺様ブログ http://oresamamansee.blog69.fc2.com/にも書いてあるが、バージョンが上がっているので追記。
Windows Live Messengerの共有フォルダをエクスプローラから削除するには、コマンドプロンプト(Windowsキーを押しながら R で起動するアレね。)で下記のように入力する。

Ver.8.0.0812の場合
regsvr32 /u "C:\Program Files\MSN Messenger\fsshext.8.0.0812.00.dll"
Ver.8.1.0178の場合
regsvr32 /u "C:\Program Files\MSN Messenger\fsshext.8.1.0178.00.dll"
Ver.8.5.1235.0517(8.5 BETA)の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1235.0517.dll"
Ver.8.5.1238.0601(8.5 BETA)の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1238.0601.dll"
Ver.8.5.1302.1018の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1302.1018.dll"

ちなみに、共有フォルダを再度表示したい場合は、コマンド内にある "/u"を"/i"にすると表示できる。

to delete "my shared folder" which automatically created when you install Windows live messenger,
type followings in command prompt (press windwoskey + R)
Ver.8.0.0812の場合
regsvr32 /u "C:\Program Files\MSN Messenger\fsshext.8.0.0812.00.dll"
Ver.8.1.0178の場合
regsvr32 /u "C:\Program Files\MSN Messenger\fsshext.8.1.0178.00.dll"
Ver.8.5.1235.0517(8.5 BETA)の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1235.0517.dll"
Ver.8.5.1238.0601(8.5 BETA)の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1238.0601.dll"
Ver.8.5.1302.1018の場合
regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1302.1018.dll"

to re-show shared folder, change /u to /i