20180623

Windowsの特殊フォルダを開く

下記のサイトが参考になります

【外部リンク】
https://qiita.com/xtetsuji/items/770875c04566489678a6
control コマンドの引数として以下のようなものを指定します。

引数名 開くフォルダなど
scannercamera スキャナとカメラ
folders フォルダオプション
netconnections ネットワーク接続の仮想フォルダ
schedtasks タスクの仮想フォルダ
admintools 管理ツール
fonts フォント
printers プリンタ
userpasswords2 ユーザアカウント
userpasswords ユーザアカウント旧来のやつ
infrared 赤外線 (あるばあいのみ)
telephony 所在地情報
netware
keyboard キーボードのプロパティ
mouse マウスのプロパティ
international 地域と言語のオプション
ports システムのプロパティのコンピュータ名のタブにフォーカス
date/time 日付と時刻のプロパティ
color 画面のプロパティのスクリーンセーバにフォーカス
desktop 画面のプロパティのテーマタブにフォーカス
panel コントロールパネルを開く

shell:Administrative Tools 現在ログオンしているユーザーの管理フォルダ
shell:AppData 現在ログオンしているユーザーの ApplicationData フォルダ
shell:Common Administrative Tools AllUsers の管理フォルダ
shell:Common AppData AllUsers の ApplicationData フォルダ
shell:Common Desktop 現在ログオンしているユーザーのデスクトップ
shell:Common Documents AllUsers の Documents フォルダ
shell:Common Favorites AllUsers のお気に入りフォルダ
shell:Common Programs AllUsers のプログラムフォルダ
shell:Common Startup AllUsers のスタートアップフォルダ
shell:Common Templates AllUsers の Templates フォルダ
shell:CommonProgramFiles %SystemDrive%\Program Files\Common Files フォルダ
shell:ConnectionsFolder ネットワーク接続フォルダ
shell:ControlPanelFolder コントロールパネル
shell:Cookies 現在ログオンしているユーザーのクッキーフォルダ
shell:DesktopFolder 現在ログオンしているユーザーのデスクトップ
shell:DriveFolder マイコンピュータ
shell:Favorites 現在ログオンしているユーザーのお気に入りフォルダ
shell:Fonts Fonts フォルダ
shell:History 現在ログオンしているユーザーのヒストリーフォルダ
shell:InternetFolder IE 起動
shell:Local AppData 現在ログオンしているユーザーの Local Settings\Application Data フォルダ
shell:My Pictures 現在ログオンしているユーザーのマイピクチャーフォルダ
shell:NetHood 現在ログオンしているユーザーの NetHood フォルダ
shell:NetworkFolder マイネットワークフォルダ
shell:Personal 現在ログオンしているユーザーのマイドキュメントフォルダ
shell:PrintHood 現在ログオンしているユーザーの PrintHood フォルダ
shell:PrintersFolder プリンタと FAX フォルダ
shell:Profile 現在ログオンしているユーザーのプロフィールフォルダ
shell:ProgramFiles プログラムフォルダ
shell:Programs 現在ログオンしているユーザーのプログラムフォルダ
shell:Recent 現在ログオンしているユーザーの Recent フォルダ
shell:RecycleBinFolder 「ごみ箱」フォルダ
shell:SendTo 現在ログオンしているユーザーの SendTo フォルダ
shell:System System32 フォルダ
shell:SystemX86 System32 フォルダ
shell:Templates 現在ログオンしているユーザーの Templates フォルダ
shell:Windows %SystemDrive%\WinNT フォルダ

【外部リンク】
https://www.blackcat.xyz/article.php/FAQWin_WinMgr_OpenSpecialFolderCmd
コマンド コマンド説明
shell:Administrative Tools 現在ログオンしているユーザーのWindows管理ツールフォルダ
shell:AppData 現在ログオンしているユーザーのApplication Dataフォルダ
shell:Common Administrative Tools PublicユーザーのWindows管理ツールフォルダ
shell:Common AppData PublicユーザーのAppdataフォルダ
shell:Common Desktop Publicユーザーのデスクトップ
shell:Common Documents PublicユーザーのDocumentsフォルダ
shell:Common Favorites Publicユーザーのお気に入りフォルダ
shell:Common Programs Publicユーザーのプログラムフォルダ
shell:Common Startup Publicユーザーのスタートアップフォルダ
shell:Common Templates PublicユーザーのTemplatesフォルダ
shell:ConnectionsFolder ネットワーク接続フォルダ
shell:ControlPanelFolder コントロールパネル
shell:Cookies 現在ログオンしているユーザーのクッキーフォルダ
shell:DesktopFolder 現在ログオンしているユーザーのデスクトップ
shell:DriveFolder マイコンピュータ
shell:Favorites 現在ログオンしているユーザーのお気に入りフォルダ
shell:Fonts Fontsフォルダ
shell:History 現在ログオンしているユーザーのヒストリーフォルダ
shell:Local AppData 現在ログオンしているユーザーのAppData/Localフォルダ
shell:My Pictures 現在ログオンしているユーザーのマイピクチャーフォルダ
shell:NetHood 現在ログオンしているユーザーのNetHoodフォルダ
shell:NetworkFolder マイネットワークフォルダ
shell:Personal 現在ログオンしているユーザーのマイドキュメントフォルダ
shell:PrintHood 現在ログオンしているユーザーのPrintHoodフォルダ
shell:PrintersFolder プリンタとFAXフォルダ
shell:Profile 現在ログオンしているユーザーのプロフィールフォルダ
shell:ProgramFiles プログラムフォルダ
shell:Programs 現在ログオンしているユーザーのプログラムフォルダ
shell:Recent 現在ログオンしているユーザーのRecentフォルダ
shell:RecycleBinFolder 「ごみ箱」フォルダ
shell:SendTo 現在ログオンしているユーザーのSendToフォルダ
shell:System System32フォルダ
shell:SystemX86 SysWOW64フォルダ
shell:Templates 現在ログオンしているユーザーのTemplatesフォルダ
shell:Windows Windowsフォルダ

【外部リンク】
http://hehao1.seesaa.net/article/9409679.html
shell:Administrative Tools 現在ログオンしているユーザーの[管理ツール]フォルダ
shell:AppData 現在ログオンしているユーザーの[Application Data]フォルダ
shell:Cookies 現在ログオンしているユーザーの[Cookies]フォルダ
shell:DesktopFolder 現在ログオンしているユーザーの[デスクトップ]フォルダ
shell:Favorites 現在ログオンしているユーザーの[お気に入り]フォルダ
shell:History 現在ログオンしているユーザーの[History]フォルダ
shell:Local AppData 現在ログオンしているユーザーの「Local Settings¥Application Data」フォルダ
shell:My Pictures 現在ログオンしているユーザーの[マイピクチャ]フォルダ
shell:NetHood 現在ログオンしているユーザーの[NetHood]フォルダ
shell:Personal 現在ログオンしているユーザーの[マイドキュメント]フォルダ
shell:PrintHood 現在ログオンしているユーザーの[PrintHood]フォルダ
shell:Profile 現在ログオンしているユーザーのプロファイルフォルダ
shell:Programs 現在ログオンしているユーザーの[プログラム]フォルダ
shell:Recent 現在ログオンしているユーザーの[最近使ったファイル]のフォルダ
shell:SendTo 現在ログオンしているユーザーの[SendTo]フォルダ
shell:Startup 現在ログオンしているユーザーの[スタートアップ]フォルダ
shell:Templates 現在ログオンしているユーザーの[Templates]フォルダ
shell:Common Administrative Tools All Usersの[管理ツール]フォルダ
shell:Common AppData All Usersの[Application Data]フォルダ
shell:Common Desktop All Usersの[デスクトップ]フォルダ
shell:Common Documents All Usersの[Documents]フォルダ
shell:Common Favorites All Usersの[お気に入り]フォルダ
shell:Common Programs All Usersの[プログラム]フォルダ
shell:Common Startup All Usersの[スタートアップ]フォルダ
shell:Common Templates All Usersの[Templates]フォルダ
shell:CommonProgramFiles 「Program Files¥Common Files」フォルダ
shell:ConnectionsFolder [ネットワーク接続](または[ネットワークとダイヤルアップ接続])フォルダ
shell:ControlPanelFolder [コントロールパネル]
shell:DriveFolder [マイコンピュータ]
shell:Fonts [Fonts]フォルダ
shell:InternetFolder Internet Explorerの起動
shell:NetworkFolder [マイネットワーク]フォルダ
shell:PrintersFolder [プリンタとFAX](または[プリンタ])フォルダ
shell:ProgramFiles [Program Files]フォルダ
shell:RecycleBinFolder [ごみ箱]フォルダ
shell:System [System32]フォルダ
shell:SystemX86 [System32]フォルダ
shell:Windows 「%systemroot%」フォルダ

【外部リンク】
http://takuya-1st.hatenablog.jp/entry/2016/02/05/234847
名前 使えるもの
shell:Administrative Tools 現在ログオンしているユーザーの[管理ツール]フォルダ
shell:AppData 現在ログオンしているユーザーの[Application Data]フォルダ
shell:Cookies 現在ログオンしているユーザーの[Cookies]フォルダ
shell:DesktopFolder 現在ログオンしているユーザーの[デスクトップ]フォルダ
shell:Favorites 現在ログオンしているユーザーの[お気に入り]フォルダ
shell:History 現在ログオンしているユーザーの[History]フォルダ
shell:Local AppData 現在ログオンしているユーザーの「Local Settings?Application Data」フォルダ
shell:My Pictures 現在ログオンしているユーザーの[マイピクチャ]フォルダ
shell:NetHood 現在ログオンしているユーザーの[NetHood]フォルダ
shell:Personal 現在ログオンしているユーザーの[マイドキュメント]フォルダ
shell:PrintHood 現在ログオンしているユーザーの[PrintHood]フォルダ
shell:Profile 現在ログオンしているユーザーのプロファイルフォルダ
shell:Programs 現在ログオンしているユーザーの[プログラム]フォルダ
shell:Recent 現在ログオンしているユーザーの[最近使ったファイル]のフォルダ
shell:SendTo 現在ログオンしているユーザーの[SendTo]フォルダ
shell:Startup 現在ログオンしているユーザーの[スタートアップ]フォルダ
shell:Templates 現在ログオンしているユーザーの[Templates]フォルダ
shell:Common Administrative Tools All Usersの[管理ツール]フォルダ
shell:Common AppData All Usersの[Application Data]フォルダ
shell:Common Desktop All Usersの[デスクトップ]フォルダ
shell:Common Documents All Usersの[Documents]フォルダ
shell:Common Favorites All Usersの[お気に入り]フォルダ
shell:Common Programs All Usersの[プログラム]フォルダ
shell:Common Startup All Usersの[スタートアップ]フォルダ
shell:Common Templates All Usersの[Templates]フォルダ
shell:CommonProgramFiles 「Program Files?Common Files」フォルダ
shell:ConnectionsFolder [ネットワーク接続](または[ネットワークとダイヤルアップ接続])フォルダ
shell:ControlPanelFolder [コントロールパネル]
shell:DriveFolder [マイコンピュータ]
shell:Fonts [Fonts]フォルダ
shell:InternetFolder Internet Explorerの起動
shell:NetworkFolder [マイネットワーク]フォルダ
shell:PrintersFolder [プリンタとFAX](または[プリンタ])フォルダ
shell:ProgramFiles [Program Files]フォルダ
shell:RecycleBinFolder [ごみ箱]フォルダ
shell:System [System32]フォルダ
shell:SystemX86 [System32]フォルダ
shell:Windows 「%systemroot%」フォルダ

コマンド名 実行されるプログラム
accwiz ユーザー補助の設定ウィザード
calc 電卓
charmap 文字コード表
clipbrd クリップブック
cmd コマンドプロンプト
control コントロールパネル
dxdiag DirectX診断ツール
eventvwr イベントビューア
explorer エクスプローラ
freecell フリーセル
fxscover 送付状エディタ
magnify 拡大鏡
mplay32 Media Player
msconfig システム構成ユーティリティ
mshearts ハーツ
mspaint ペイント
narrator ナレータ
notepad メモ帳
odbcad32 ODBCデータソースアドミニストレータ
osk スクリーンキーボード
regedit レジストリエディタ
shrpubw 共有フォルダの作成
sndrec32 サウンドレコーダー
sndvol32 ボリュームコントロール
sol ソリティア
spider スパイダ
taskmgr タスクマネージャ
telnet テルネット
utilman ユーティリティマネージャ
winchat チャット
winmine マインスイーパ
write ワードパッド
wscript Windows Script Hostの設定
wupdmgr Windows Update
appwiz.cpl プログラムの追加と削除
desk.cpl 画面のプロパティ
hdwwiz.cpl ハードウェアの追加ウィザード
inetcpl.cpl インターネットのプロパティ
intl.cpl 地域と言語のオプション
joy.cpl ゲームコントローラ
main.cpl マウスのプロパティ
mmsys.cpl サウンドとオーディオデバイスのプロパティ
ncpa.cpl ネットワーク接続
nusrmgr.cpl ユーザーアカウント
odbccp32.cpl ODBCデータソースアドミニストレータ
powercfg.cpl 電源オプションのプロパティ
sysdm.cpl システムのプロパティ
telephon.cpl 電話とモデムのオプション
timedate.cpl 日付と時刻のプロパティ
certmgr.msc 証明書
ciadv.msc インデックスサービス
compmgmt.msc コンピュータの管理
devmgmt.msc デバイスマネージャ
dfrg.msc ディスクデフラグツール
diskmgmt.msc ディスクの管理
eventvwr.msc イベントビューア
fsmgmt.msc 共有フォルダ
lusrmgr.msc ローカルユーザとグループ
ntmsmgr.msc リムーバブル記憶域
ntmsoprq.msc リムーバブル記憶域の操作要求
perfmon.msc パフォーマンス
services.msc サービス
wmimgmt.msc WMIコントロール


【外部リンク】
http://www.betatechnology.jp/pp/index.php?Windows%E3%82%B7%E3%82%A7%E3%83%AB#abd75d47
shell:Administrative Tools 現在ログオンしているユーザーの[管理ツール]フォルダ
shell:AppData 現在ログオンしているユーザーの[Application Data]フォルダ
shell:Cookies 現在ログオンしているユーザーの[Cookies]フォルダ
shell:DesktopFolder 現在ログオンしているユーザーの[デスクトップ]フォルダ
shell:Favorites 現在ログオンしているユーザーの[お気に入り]フォルダ
shell:History 現在ログオンしているユーザーの[History]フォルダ
shell:Local AppData 現在ログオンしているユーザーの「Local Settings?Application Data」フォルダ
shell:My Pictures 現在ログオンしているユーザーの[マイピクチャ]フォルダ
shell:NetHood 現在ログオンしているユーザーの[NetHood]フォルダ
shell:Personal 現在ログオンしているユーザーの[マイドキュメント]フォルダ
shell:PrintHood 現在ログオンしているユーザーの[PrintHood]フォルダ
shell:Profile 現在ログオンしているユーザーのプロファイルフォルダ
shell:Programs 現在ログオンしているユーザーの[プログラム]フォルダ
shell:Recent 現在ログオンしているユーザーの[最近使ったファイル]のフォルダ
shell:SendTo 現在ログオンしているユーザーの[SendTo]フォルダ
shell:Startup 現在ログオンしているユーザーの[スタートアップ]フォルダ
shell:Templates 現在ログオンしているユーザーの[Templates]フォルダ
shell:Common Administrative Tools All Usersの[管理ツール]フォルダ
shell:Common AppData All Usersの[Application Data]フォルダ
shell:Common Desktop All Usersの[デスクトップ]フォルダ
shell:Common Documents All Usersの[Documents]フォルダ
shell:Common Favorites All Usersの[お気に入り]フォルダ
shell:Common Programs All Usersの[プログラム]フォルダ
shell:Common Startup All Usersの[スタートアップ]フォルダ
shell:Common Templates All Usersの[Templates]フォルダ
shell:CommonProgramFiles 「Program Files?Common Files」フォルダ
shell:ConnectionsFolder [ネットワーク接続](または[ネットワークとダイヤルアップ接続])フォルダ
shell:ControlPanelFolder [コントロールパネル]
shell:DriveFolder [マイコンピュータ]
shell:Fonts [Fonts]フォルダ
shell:InternetFolder Internet Explorerの起動
shell:NetworkFolder [マイネットワーク]フォルダ
shell:PrintersFolder [プリンタとFAX](または[プリンタ])フォルダ
shell:ProgramFiles [Program Files]フォルダ
shell:RecycleBinFolder [ごみ箱]フォルダ
shell:System [System32]フォルダ
shell:SystemX86 [System32]フォルダ
shell:Windows 「%systemroot%」フォルダ
「ファイル名を指定して実行」で実行できるコマンド  Edit
コマンド 対応プログラム
accwiz ユーザー補助の設定ウィザード
calc 電卓
charmap 文字コード表
clipbrd クリップブック
cmd コマンドプロンプト
control コントロールパネル
dxdiag DirectX診断ツール
eventvwr イベントビューア
explorer エクスプローラ
freecell フリーセル
fxscover 送付状エディタ
magnify 拡大鏡
mplay32 Media Player
msconfig システム構成ユーティリティ
mshearts ハーツ
mspaint ペイント
narrator ナレータ
notepad メモ帳
odbcad32 ODBCデータソースアドミニストレータ
osk スクリーンキーボード
regedit レジストリエディタ
shrpubw 共有フォルダの作成
sndrec32 サウンドレコーダー
sndvol32 ボリュームコントロール
sol ソリティア
spider スパイダ
taskmgr タスクマネージャ
telnet テルネット
utilman ユーティリティマネージャ
winchat チャット
winmine マインスイーパ
write ワードパッド
wscript Windows Script Hostの設定
wupdmgr Windows Update
appwiz.cpl プログラムの追加と削除
desk.cpl 画面のプロパティ
hdwwiz.cpl ハードウェアの追加ウィザード
inetcpl.cpl インターネットのプロパティ
intl.cpl 地域と言語のオプション
joy.cpl ゲームコントローラ
main.cpl マウスのプロパティ
mmsys.cpl サウンドとオーディオデバイスのプロパティ
ncpa.cpl ネットワーク接続
nusrmgr.cpl ユーザーアカウント
odbccp32.cpl ODBCデータソースアドミニストレータ
powercfg.cpl 電源オプションのプロパティ
sysdm.cpl システムのプロパティ
telephon.cpl 電話とモデムのオプション
timedate.cpl 日付と時刻のプロパティ
certmgr.msc 証明書
ciadv.msc インデックスサービス
compmgmt.msc コンピュータの管理
devmgmt.msc デバイスマネージャ
dfrg.msc ディスクデフラグツール
diskmgmt.msc ディスクの管理
eventvwr.msc イベントビューア
fsmgmt.msc 共有フォルダ
lusrmgr.msc ローカルユーザとグループ
ntmsmgr.msc リムーバブル記憶域
ntmsoprq.msc リムーバブル記憶域の操作要求
perfmon.msc パフォーマンス
services.msc サービス
wmimgmt.msc WMIコントロール

【外部リンク】
http://pasofaq.jp/windows/mycomputer/7shellfolders.htm
名前 データ
!Do not use this registry key Use the SHGetFolderPath or SHGetKnownFolderPath function instead
{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE} C:\Users\usr\AppData\Roaming\Microsoft\Windows\Libraries
{374DE290-123F-4565-9164-39C4925E467B} C:\Users\usr\Downloads
{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4} C:\Users\usr\Saved Games
{56784854-C6CB-462B-8169-88E350ACB882} C:\Users\usr\Contacts
{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA} C:\Users\usr\Searches
{A520A1A4-1780-4FF6-BD18-167343C5AF16} C:\Users\usr\AppData\LocalLow
{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968} C:\Users\usr\Links
Administrative Tools C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\
Administrative Tools
AppData C:Users\usr\AppData\Roaming
Cache C:Users\usr\AppData\Local\Microsoft\Windows\Temporary Internet Files
CD Burning C:Users\usr\AppData\Local\Microsoft\Windows\Burn\Burn
Cookies C:Users\usr\AppData\Roaming\Microsoft\Windows\Cookies
Desktop C:Users\usr\Desktop
Favorites C:Users\usr\Favorites
Fonts C:\Windows\Fonts
History C:Users\usr\AppData\Local\Microsoft\Windows\History
Local AppData C:Users\usr\AppData\Local
My Music C:Users\usr\Music
My Pictures C:Users\usr\Pictures
My Video C:Users\usr\Videos
NetHood C:Users\usr\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Personal C:Users\usr\Documents
PrintHood C:Users\usr\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Programs C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Recent C:Users\usr\AppData\Roaming\Microsoft\Windows\Recent
SendTo C:Users\usr\AppData\Roaming\Microsoft\Windows\SendTo
Start Menu C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu
Startup C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Templates C:Users\usr\AppData\Roaming\Microsoft\Windows\Templates

【外部リンク】
http://pasofaq.jp/windows/mycomputer/xpshellfolders.htm
Administrative Tools C:\Documents and Settings\Owner\スタート メニュー\プログラム\管理ツール
AppData C:\Documents and Settings\hogeApplication Data
Cache C:\Documents and Settings\hogeLocal Settings\Temporary Internet Files
CD Burning C:\Documents and Settings\hogeLocal Settings\Application Data\Microsoft\CD Burning
Cookies C:\Documents and Settings\hogeCookies
Desktop C:\Documents and Settings\hogeデスクトップ
Favorites C:\Documents and Settings\hogeFavorites
Fonts C:\WINDOWS\Fonts
History C:\Documents and Settings\hogeLocal Settings\History
Local AppData C:\Documents and Settings\hogeLocal Settings\Application Data
Local Settings C:\Documents and Settings\hogeLocal Settings
My Music C:\Documents and Settings\hogeMy Documents\My Music
My Pictures C:\Documents and Settings\hogeMy Documents\My Pictures
My Video
NetHood C:\Documents and Settings\hogeNetHood
Personal C:\Documents and Settings\hogeMy Documents
PrintHood C:\Documents and Settings\hogePrintHood
Programs C:\Documents and Settings\hogeスタート メニュー\プログラム
Recent C:\Documents and Settings\hogeRecent
SendTo C:\Documents and Settings\hogeSendTo
Start Menu C:\Documents and Settings\hogeスタート メニュー
Startup C:\Documents and Settings\hogeスタート メニュー\プログラム\スタートアップ
Templates C:\Documents and Settings\hogeTemplates

【外部リンク】
http://pasofaq.jp/windows/mycomputer/vistashellfolders.htm
!Do not use this registry key Use the SHGetFolderPath or SHGetKnownFolderPath function instead
Administrative Tools C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
AppData C:Users\usr\AppData\Roaming
Cache C:Users\usr\AppData\Local\Microsoft\Windows\Temporary Internet Files
CD Burning C:Users\usr\AppData\Local\Microsoft\Windows\Burn\Burn
Cookies C:Users\usr\AppData\Roaming\Microsoft\Windows\Cookies
Desktop C:Users\usr\Desktop
Favorites C:Users\usr\Favorites
History C:Users\usr\AppData\Local\Microsoft\Windows\History
Local AppData C:Users\usr\AppData\Local
My Music C:Users\usr\Music
My Pictures C:Users\usr\Pictures
My Video C:Users\usr\Videos
NetHood C:Users\usr\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Personal C:Users\usr\Documents
PrintHood C:Users\usr\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Programs C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Recent C:Users\usr\AppData\Roaming\Microsoft\Windows\Recent
SendTo C:Users\usr\AppData\Roaming\Microsoft\Windows\SendTo
Start Menu C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu
Startup C:Users\usr\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Templates C:Users\usr\AppData\Roaming\Microsoft\Windows\Templates

【外部リンク】
http://pasofaq.jp/windows/mycomputer/7usershellfolders.htm
{374DE290-123F-4565-9164-39C4925E467B} %USERPROFILE%\Downloads
AppData %USERPROFILE%\AppData\Roaming
Cache %USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files
Cookies %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Cookies
Desktop %USERPROFILE%\Desktop
Favorites %USERPROFILE%\Favorites
History %USERPROFILE%\AppData\Local\Microsoft\Windows\History
Local AppData %USERPROFILE%\AppData\Local
My Music %USERPROFILE%\Music
My Pictures %USERPROFILE%\Pictures
My Video %USERPROFILE%\Videos
NetHood %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Personal %USERPROFILE%\Documents
PrintHood %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Programs %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Recent %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
SendTo %USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo
Start Menu %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu
Startup %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Templates %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Templates

【外部リンク】
http://pasofaq.jp/windows/mycomputer/7allshellfolders.htm
Common Administrative Tools C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
Common AppData C:\ProgramData
Common Desktop C:\Users\Public\Desktop
Common Documents C:\Users\Public\Documents
Common Programs C:\ProgramData\Microsoft\Windows\Start Menu\Programs
Common Start Menu C:\ProgramData\Microsoft\Windows\Start Menu
Common Startup C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
Common Templates C:\ProgramData\Microsoft\Windows\Templates
CommonMusic C:\Users\Public\Music
CommonPictures C:\Users\Public\Pictures
CommonVideo C:\Users\Public\Videos
OEM Links C:\ProgramData\OEM Links

【外部リンク】
http://pasofaq.jp/windows/mycomputer/7allusershellfolders.htm
{3D644C9B-1FB8-4f30-9B45-F670235F79C0} %PUBLIC%\Downloads
Common AppData %ProgramData%
Common Desktop %PUBLIC%\Desktop
Common Documents %PUBLIC%\Documents
Common Programs %ProgramData%\Microsoft\Windows\Start Menu\Programs
Common Start Menu %ProgramData%\Microsoft\Windows\Start Menu
Common Startup %ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup
Common Templates %ProgramData%\Microsoft\Windows\Templates
CommonMusic %PUBLIC%\Music
CommonPictures %PUBLIC%\Pictures
CommonVideo %PUBLIC%\Videos


【外部リンク】
http://pasofaq.jp/windows/mycomputer/shellfolder7.htm
Shell コマンド 開くフォルダー パス
コントロール パネル\すべてのコントロール パネル項目
shell:ControlPanelFolder コントロール パネル\すべてのコントロール パネル項目
shell:AddNewProgramsFolder ネットワークからプログラムをインストール \プログラムの取得
shell:AppUpdatesFolder 更新プログラムのアンインストール \プログラムと機能\インストールされた更新プログラム
shell:ChangeRemoveProgramsFolder プログラムのアンインストールまたは変更 \プログラムと機能
shell:ConflictFolder \同期センター\競合
shell:ConnectionsFolder \ネットワーク接続
shell:PrintersFolder \プリンター
shell:SyncCenterFolder \同期センター
shell:SyncResultsFolder \同期センター\同期結果
shell:SyncSetupFolder \同期センター\同期のセットアップ
C:\Users\<ユーザー名>\AppData\Roaming
shell:AppData C:\Users\<ユーザー名>\AppData\Roaming
shell:Administrative Tools ユーザーの管理ツール \Microsoft\Windows\Start Menu\Programs\Administrative Tools
shell:Cookies クッキー \Microsoft\Windows\Cookies
(Windows 10)
C:\Users\<ユーザー名>\AppData\Local\Microsoft\Windows\INetCookies
shell:NetHood ネットワーク ショートカット \Microsoft\Windows\Network Shortcuts
shell:PrintHood プリンター ショートカット \Microsoft\Windows\Printer Shortcuts
shell:Programs スタートメニューのプログラム \Microsoft\Windows\Start Menu\Programs
shell:Recent 最近使った項目 \Microsoft\Windows\Recent
shell:SendTo 「送る」メニュー \Microsoft\Windows\SendTo
shell:Start Menu ユーザーのスタートメニュー \Microsoft\Windows\Start Menu
shell:Startup ユーザーのスタートアップ \Microsoft\Windows\Start Menu\Programs\Startup
shell:Templates ユーザーのテンプレート \Microsoft\Windows\Templates
shell:Quick Launch クイック起動 \Microsoft\Internet Explorer\Quick Launch
shell:User Pinned ジャンプリスト 固定メニュー \Microsoft\Internet Explorer\Quick Launch\User Pinned
C:\Users\<ユーザー名>\AppData\Local
shell:Local AppData C:\Users\<ユーザー名>\AppData\Local
shell:Cache インターネット一時ファイル \Microsoft\Windows\Temporary Internet Files
(Windows 10)
\Microsoft\Windows\INetCache
shell:CD Burning CDの一時書き込みフォルダー \Microsoft\Windows\Burn\Burn
shell:Gadgets ユーザーのガジェット(Windows 7) \Microsoft\Windows Sidebar\Gadgets
shell:History IEの履歴 \Microsoft\Windows\History
C:\ProgramData
shell:Common AppData C:\ProgramData
shell:Common Templates 共通のテンプレート \Microsoft\Windows\Templates
C:\ProgramData\Microsoft\Windows\Start Menu
shell:Common Start Menu 共通のスタートメニュー C:\ProgramData\Microsoft\Windows\Start Menu
shell:Common Startup 共通のスタートアップ \Programs\Startup
shell:Common Programs 共通のスタートメニューのプログラム \Programs
shell:Common Administrative Tools 共通の管理ツール \Programs\Administrative Tools
C:\Program Files
shell:ProgramFiles C:\Program Files
shell:Default Gadgets デフォルトのガジェット(Windows 7) \Windows Sidebar\Gadgets
shell:ProgramFilesCommon \Common Files
C:\Users\Public
shell:Common Desktop パブリックのデスクトップ \Desktop
shell:Common Documents パブリックのドキュメント \Documents
shell:CommonDownloads パブリックのダウンロード \Downloads
shell:CommonMusic パブリックのミュージック \Music
shell:CommonPictures パブリックのピクチャ \Pictures
shell:CommonVideo パブリックのビデオ \Videos
ライブラリ
shell:Libraries ライブラリ ライブラリ
shell:UsersLibrariesFolder ライブラリ ライブラリ
shell:DocumentsLibrary ドキュメント \ドキュメント
shell:MusicLibrary ミュージック \ミュージック
shell:PicturesLibrary ピクチャ \ピクチャ
shell:VideosLibrary ビデオ \ビデオ
C:\Users\<ユーザー名>
shell:UserProfiles C:\Users
shell:Profile ユーザーのフォルダー C:\Users\<ユーザー名>
shell:UsersFilesFolder ユーザーのフォルダー <ユーザー名>
shell:Contacts ユーザーのアドレス帳 \Contacts
shell:Downloads ユーザーのダウンロード \Downloads
shell:Favorites ユーザーのIEのお気に入り \Favorites
shell:Links ユーザーのリンク
(エクスプローラーのお気に入り) \Links
shell:My Music ユーザーのマイ ミュージック \Music
shell:My Pictures ユーザーのマイ ピクチャ \Pictures
shell:My Video ユーザーのマイ ビデオ \Videos
shell:Personal ユーザーのマイ ドキュメント \Documents
shell:SavedGames 保存したゲーム \Saved Games
shell:Searches ユーザーの検索 \Searches
C:\Users\Public
shell:Public パブリックのユーザーのフォルダー C:\Users\Public
shell:SampleMusic サンプル ミュージック(Windows 7) \Music\Sample Music
shell:SamplePictures サンプル ピクチャ(Windows 7) \Pictures\Sample Pictures
shell:SampleVideos サンプル ビデオ(Windows 7) \Videos\Sample Videos
Windows フォルダー
shell:Windows C:\Windows
shell:Fonts フォント C:\Windows\Fonts
shell:ResourceDir テーマ リソース フォルダー C:\Windows\Resources
shell:System C:\Windows\System32
その他
shell:Desktop デスクトップ デスクトップ
shell:Games ゲーム ゲーム
shell:HomeGroupFolder ホームグループ ホームグループ
shell:MyComputerFolder コンピューター コンピューター
shell:NetworkPlacesFolder ネットワーク ネットワーク
shell:RecycleBinFolder ごみ箱 ごみ箱
shell:SearchHomeFolder 検索結果 検索結果

【外部リンク】
http://pasofaq.jp/windows/mycomputer/folderclsid.htm
Internet Explorer
CLSID {871C5380-42A0-1069-A2EA-08002B30309D}
アイコン XP (IE6) C:\Program Files\Internet Explorer\iexplore.exe,0
Vista (IE7) ieframe.dll,-190
7 (IE8) C:\Windows\System32\ieframe.dll,-190
ごみ箱
CLSID {645FF040-5081-101B-9F08-00AA002F954E}
アイコン XP %SystemRoot%\System32\shell32.dll,31
Vista/7 %SystemRoot%\System32\imageres.dll,-55
マイ ドキュメント
CLSID {450D8FBA-AD25-11D0-98A8-0800361B1103}
アイコン XP %SystemRoot%\system32\SHELL32.dll,-235
Vista/7 %SystemRoot%\system32\shell32.dll,-235
マイコンピュータ
CLSID {20D04FE0-3AEA-1069-A2D8-08002B30309D}
アイコン XP %SystemRoot%\Explorer.exe,0
Vista/7 %SystemRoot%\System32\imageres.dll,-109
マイ ネットワーク
CLSID {208D2C60-3AEA-1069-A2D7-08002B30309D}
アイコン XP %SystemRoot%\system32\SHELL32.dll,17
Vista/7 %SystemRoot%\system32\imageres.dll,-25
コントロールパネル
CLSID {21EC2020-3AEA-1069-A2DD-08002B30309D}
アイコン XP %SystemRoot%\System32\shell32.dll,-137
Vista %SystemRoot%\System32\imageres.dll,-27
7 %SystemRoot%\System32\imageres.dll,-27
タスク
CLSID {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
アイコン XP C:\WINDOWS\System32\mstask.dll,-100
Vista/7  
フォルダオプション
CLSID {6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}
アイコン XP %SystemRoot%\system32\SHELL32.dll,-210
Vista/7 %SystemRoot%\system32\imageres.dll,-166
フォント
CLSID {D20EA4E1-3957-11d2-A40B-0C5020524152}
アイコン XP %SystemRoot%\system32\main.cpl,9
Vista %SystemRoot%\System32\main.cpl,9
フォント
CLSID {BD84B380-8CA2-1069-AB1D-08000948F534}
アイコン 7 %SystemRoot%\System32\fontext.dll
タスク バーと [スタート] メニュー
CLSID {0DF44EAA-FF21-4412-828E-260A8728E7F1}
アイコン XP %SystemRoot%\system32\SHELL32.dll,-40
Vista %SystemRoot%\system32\imageres.dll,-80
7 %SystemRoot%\system32\imageres.dll,-80
Set Program Access and Defaults (プログラムのアクセスと既定の設定)
CLSID {2559a1f7-21d7-11d4-bdaf-00c04f60b9f0}
アイコン XP moricons.dll,-114
Vista/7 %SystemRoot%\System32\imageres.dll,-24
管理ツール
CLSID {D20EA4E1-3957-11d2-A40B-0C5020524153}
アイコン XP %SystemRoot%\system32\main.cpl,10
Vista/7 %SystemRoot%\System32\imageres.dll,-114
ネットワーク接続
CLSID {992CFFA0-F557-101A-88EC-00DD010CCC48}
アイコン XP C:\WINDOWS\system32\netshell.dll
Vista/7 %SystemRoot%\system32\netshell.dll
プリンタと FAX
CLSID {2227A280-3AEA-1069-A2DE-08002B30309D}
アイコン XP %SystemRoot%\System32\shell32.dll,-138
Vista/7 %SystemRoot%\System32\imageres.dll,-26
ヘルプとサポート
CLSID {2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}
アイコン XP %SystemRoot%\system32\shell32.dll,-24
Vista/7 %SystemRoot%\System32\imageres.dll,-99
検索
CLSID {2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}
アイコン XP %SystemRoot%\system32\shell32.dll,-23
Vista/7 %SystemRoot%\System32\imageres.dll,-177
ファイル名を指定して実行
CLSID {2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}
アイコン XP %SystemRoot%\system32\shell32.dll,-25
Vista/7 %SystemRoot%\System32\imageres.dll,-100
本製品をご購入のお客様へ
CLSID {2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}
アイコン XP C:\WINDOWS\System32\OemLinkIcon.ico
Vista/7  
ブリーフケース
CLSID {85BBD920-42A0-1069-A2E4-08002B30309D}
アイコン XP %SystemRoot%\system32\syncui.dll,0
Vista/7 %SystemRoot%\system32\syncui.dll,0
Compressed (zipped) Folder SendTo Target (圧縮フォルダ)
CLSID {888DCA60-FC0A-11CF-8F0F-00C04FD7D062}
アイコン XP %SystemRoot%\system32\zipfldr.dll
Vista/7 %SystemRoot%\system32\zipfldr.dll
ActiveX キャッシュ フォルダ
CLSID {88C6C381-2E85-11D0-94DE-444553540000}
アイコン XP %SystemRoot%\System32\occache.dll
Vista C:\Windows\system32\occache.dll
7 C:\Windows\system32\occache.dll
インターネット一時ファイル
CLSID {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
アイコン XP %SystemRoot%\System32\shdocvw.dll,-20780
Vista/7 C:\Windows\system32\ieframe.dll,-20780
オフライン ファイル フォルダ
CLSID {AFDB1F70-2A4C-11d2-9039-00C04F8EEB3E}
アイコン XP %SystemRoot%\System32\cscui.dll
Vista/7 %SystemRoot%\System32\cscui.dll
Offline Pages Cleaner
CLSID {8E6E6079-0CB7-11d2-8F10-0000F87ABD16}
アイコン XP %SystemRoot%\system32\webcheck.dll,0
Vista/7 C:\Windows\system32\webcheck.dll,0
Microsoft FTP Folder
CLSID {63da6ec0-2e98-11cf-8d82-444553540000}
アイコン XP C:\WINDOWS\System32\msieftp.dll,0
Vista %SystemRoot%\system32\msieftp.dll,0
7 %SystemRoot%\system32\imageres.dll,-73
Web Folders
CLSID {BDEADF00-C265-11d0-BCED-00A0C90AB50F}
アイコン XP C:\PROGRA~1\COMMON~1\MICROS~1\WEBFOL~1\MSONSEXT.DLL,0
Vista/7  
ライブラリ
CLSID {031E4825-7B94-4dc3-B131-E946B44C8DD5}
アイコン 7 %SystemRoot%\system32\imageres.dll,-1023
ホームグループ
CLSID {B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}
アイコン 7 %SystemRoot%\system32\imageres.dll,-1013

【外部リンク】
http://pasofaq.jp/windows/mycomputer/folderlist7.htm
名称 XP でのフォルダ 7,8 でのフォルダ
%USERPROFILE% C:\Documents and Settings\(ユーザー名) C:\Users\(ユーザー名)
%ALLUSERSPROFILE% C:\Documents and Settings\All Users C:\ProgramData
Application Data アプリケーションデータ %USERPROFILE%\Application Data %USERPROFILE%\AppData\Roaming
Cache キャッシュ %USERPROFILE%\Local Settings\
Temporary Internet Files %USERPROFILE%\AppData\Local\
Microsoft\Windows\
Temporary Internet Files
Cookies クッキー %USERPROFILE%\Cookies %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Cookies
Desktop デスクトップ %USERPROFILE%\デスクトップ %USERPROFILE%\Desktop
Favorites お気に入り %USERPROFILE%\Favorites
History インターネット履歴 %USERPROFILE%\Local Settings\History %USERPROFILE%\AppData\Local\
Microsoft\Windows\History
My Music マイ ミュージック %USERPROFILE%\My Documents\My Music %USERPROFILE%\Music
My Pictures マイ ピクチャ %USERPROFILE%\My Documents\My Pictures %USERPROFILE%\Pictures
My Video マイ ビデオ %USERPROFILE%\My Documents\My Videos %USERPROFILE%\Videos
NetHood 共有フォルダ履歴 %USERPROFILE%\NetHood %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Network Shortcuts
Personal マイ ドキュメント %USERPROFILE%\My Documents %USERPROFILE%\Documents
PrintHood プリンタ フォルダ %USERPROFILE%\PrintHood %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Printer Shortcuts
Programs プログラムメニュー
(個人) %USERPROFILE%\スタート メニュー\プログラム %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Start Menu\Programs
プログラムメニュー
(全ユーザー) %ALLUSERSPROFILE%\スタート メニュー\プログラム %ALLUSERSPROFILE%\Microsoft\
Windows\Start Menu\Programs
Recent [XP] 最近使ったファイル
[7] 最近使った項目 %USERPROFILE%\Recent %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Recent
SendTo 送る %USERPROFILE%\SendTo %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\SendTo
Start Menu スタートメニュー %USERPROFILE%\スタート メニュー %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Start Menu
Startup スタートアップ %USERPROFILE%\スタート メニュー\プログラム\
スタートアップ %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Start Menu\
Programs\Startup
Templates テンプレート %USERPROFILE%\Templates %USERPROFILE%\AppData\Roaming\
Microsoft\Windows\Templates


【外部リンク】
https://social.technet.microsoft.com/Forums/en-US/4b79e3d4-c35d-4ff2-aa0e-b54bf53596ef/cprogramdatamicrosoftwindowsstart-menuprogramsadministrative-tools-not-accessible




























--

注目の投稿

Thunderbird Setup 115.9.0.exe 更新失敗 起動できない

Thunderbird Setup 115.9.0.exe Thunderbird Setup 115.9.0.exe 更新失敗 起動できない えくせる webservice windowas7 internetexplorer 戻り値 windows7 edgeを優先 【外部リ...

人気の投稿