プレース バー のカスタマイズ
以前チラッと説明したことあったけど、ちょっと詳しく書いてみます。
*DWORD値で指定する場合
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar
DWORD値 Place0~4
例 :
"Place0"=dword:00000000
"Place1"=dword:00000005
"Place2"=dword:0000000d
"Place3"=dword:00000027
"Place4"=dword:0000000e
DWORD値のデータ
10進 | 16進 | 説明 |
0 | 0 | デスクトップ |
1 | 1 | Internet Explorer |
2 | 2 | プログラム |
3 | 3 | すべてのコントロール パネル項目 |
4 | 4 | プリンター |
5 | 5 | ドキュメント |
6 | 6 | お気に入り |
7 | 7 | スタートアップ |
8 | 8 | 最近使った項目 |
9 | 9 | SendTo |
10 | A | ごみ箱 |
11 | B | スタートメニュー |
13 | D | ミュージック |
14 | E | ビデオ |
16 | 10 | デスクトップ(Current User) |
17 | 11 | PC |
18 | 12 | ネットワーク |
19 | 13 | Network Shortcuts |
20 | 14 | Fonts |
21 | 15 | Templates |
22 | 16 | スタート メニュー(All Users) |
23 | 17 | プログラム(All Users) |
24 | 18 | スタートアップ(All Users) |
25 | 19 | 共有デスクトップ |
26 | 1A | Roaming |
27 | 1B | Printer Shortcuts |
28 | 1C | Local |
29 | 1D | スタートアップ |
30 | 1E | スタートアップ(All Users) |
31 | 1F | お気に入り(All Users) |
32 | 20 | Temporary Internet Files |
33 | 21 | Cookies |
34 | 22 | History |
35 | 23 | ProgramData(All Users) |
36 | 24 | Windows |
37 | 25 | System32 |
38 | 26 | Program Files |
39 | 27 | ピクチャ |
40 | 28 | ユーザーディレクトリ |
41 | 29 | SysWOW64 |
42 | 2A | Program Files (x86) |
43 | 2B | Common Files |
44 | 2C | Common Files (x86) |
45 | 2D | Templates |
46 | 2E | 共有ドキュメント |
47 | 2F | Windows ツール |
48 | 30 | Windows ツール(All Users) |
49 | 31 | ネットワーク接続 |
53 | 35 | 共有ミュージック |
54 | 36 | 共有ピクチャ |
55 | 37 | 共有ビデオ |
56 | 38 | Resources |
59 | 3B | 一時書き込みフォルダー(CD Burning) |
61 | 3D | ネットワーク |
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
*文字列値で指定する場合
例 :
"Place0"="MyDocuments"
"Place1"="H:\\"
"Place2"="I:\\"
"Place3"="J:\\"
"Place4"="K:\\"
値のデータ |
Desktop
|
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
*プレース バー を表示したくない場合
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
"NoPlacesBar"=dword:00000001
*戻るボタンを表示したくない場合
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
"NoBackButton"=dword:00000001
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
レジストリの編集は自己責任でお願いします。