2012年1月23日月曜日

スライドショーのメニューを非表示にする

Desktopの 次のデスクトップの背景 メニューを非表示にする方法です。
スライドショーは引き続き動作します。

次のデスクトップの背景



HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked
キーを作成。
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked

{0bf754aa-c967-445c-ab3d-d8fda9bae7ef} 文字列値を作成します。

{0bf754aa-c967-445c-ab3d-d8fda9bae7ef}

再ログインします。


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{0bf754aa-c967-445c-ab3d-d8fda9bae7ef}"=""


HKCR\DesktopBackground\shellex\ContextMenuHandlers\DesktopSlideshow
を削除してしまうのが簡単ですが、なるべく既定の設定は変更しないほうがいいと思います。