web-dev-qa-db-ja.com

Windows OSのシェルショートカット

windows 7でフォルダーへの送信を開くには、次のように入力します。

シェル:sendto

windows 8でアプリフォルダーを開くには、次のように入力します。

シェル:appsfolder

まず第一に、私はこの構文が(シェル:何か)として知られているものを知りたいです

第二に、誰かが私に言うことができるなら、これに似たコマンドの完全なリストを教えてください

ガガンに感謝

18
Gagan93

まあ、それはShell: commandとして知られていると思います。

こちらShell:で使用するコマンドの完全なリストをご覧ください。


Shell:コマンドを使用して、[スタート]、[検索]メニュー、または[実行]ダイアログから直接、特別なフォルダーを開くことができます。たとえば、コマンドShell:sendtoは、ユーザープロファイルのSendToフォルダー(%userprofile%\ sendto)を開きます。ユーザープロファイルのドキュメントフォルダーを起動するには、Shell:Personalと入力します。以下は、Windows 7/XP/Vista用の完全なShell:コマンドリストです。リスト全体は、Windows 7およびVistaの次のレジストリキーに保存されます。

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions

このヒントは、MS-MVPキースミラーの功績によるものです。

Windows 7の新しいShell:コマンド

In addition to most of the Shell commands in Windows Vista, Windows 7
also has these new commands in addition:

Shell:Libraries
Shell:MusicLibrary
Shell:VideosLibrary
Shell:OtherUsersFolder
Shell:Device Metadata Store
Shell:PublicSuggestedLocations
Shell:SuggestedLocations
Shell:RecordedTVLibrary
Shell:UserProgramFiles
Shell:DocumentsLibrary
Shell:User Pinned
Shell:UsersLibrariesFolder
Shell:PicturesLibrary
Shell:ImplicitAppShortcuts
Shell:UserProgramFilesCommon
Shell:Ringtones
Shell:CommonRingtones

Shell: Windows Vistaのコマンド

Shell:Common Programs
Shell:GameTasks
Shell:UserProfiles
Shell:MyComputerFolder
Shell:SyncSetupFolder
Shell:DpapiKeys
Shell:SamplePlaylists
Shell:Favorites
Shell:My Video
Shell:SearchHomeFolder
Shell:System
Shell:CommonVideo
Shell:SyncResultsFolder
Shell:LocalizedResourcesDir
Shell:Cookies
Shell:Original Images
Shell:CommonMusic
Shell:My Pictures
Shell:Cache
Shell:Downloads
Shell:CommonDownloads
Shell:AppData
Shell:SyncCenterFolder
Shell:My Music
Shell:ConflictFolder
Shell:SavedGames
Shell:InternetFolder
Shell:Quick Launch
Shell:SystemCertificates
Shell:Contacts
Shell:TreePropertiesFolder
Shell:Profile
Shell:Start Menu
Shell:Common AppData
Shell:PhotoAlbums
Shell:ConnectionsFolder
Shell:Administrative Tools
Shell:PrintersFolder
Shell:Default Gadgets
Shell:ProgramFilesX86
Shell:Searches
Shell:Common Startup
Shell:ControlPanelFolder
Shell:SampleVideos
Shell:SendTo
Shell:ResourceDir
Shell:ProgramFiles
Shell:CredentialManager
Shell:PrintHood
Shell:MAPIFolder
Shell:CD Burning
Shell:AppUpdatesFolder
Shell:Common Start Menu
Shell:LocalAppDataLow
Shell:Templates
Shell:Gadgets
Shell:Programs
Shell:Recent
Shell:SampleMusic
Shell:Desktop
Shell:CommonPictures
Shell:RecycleBinFolder
Shell:CryptoKeys
Shell:Common Templates
Shell:Startup
Shell:Links
Shell:OEM Links
Shell:SamplePictures
Shell:Common Desktop
Shell:NetHood
Shell:Games
Shell:Common Administrative Tools
Shell:NetworkPlacesFolder
Shell:SystemX86
Shell:History
Shell:AddNewProgramsFolder
Shell:Playlists
Shell:ProgramFilesCommonX86
Shell:PublicGameTasks
Shell:ChangeRemoveProgramsFolder
Shell:Public
Shell:Common Documents
Shell:CSCFolder
Shell:Local AppData
Shell:Windows
Shell:UsersFilesFolder
Shell:ProgramFilesCommon
Shell:Fonts
Shell:Personal

Shell: Windows XPのコマンド

Shell:Common Programs
Shell:Favorites
Shell:My Video
Shell:System
Shell:CommonVideo
Shell:LocalizedResourcesDir
Shell:Cookies
Shell:My Pictures
Shell:Cache
Shell:AppData
Shell:My Music
Shell:InternetFolder
Shell:Profile
Shell:Start Menu
Shell:Common AppData
Shell:ConnectionsFolder
Shell:Administrative Tools
Shell:PrintersFolder
Shell:ProgramFiles
Shell:Common Startup
Shell:ControlPanelFolder
Shell:SendTo
Shell:ResourceDir
Shell:ProgramFiles
Shell:PrintHood
Shell:CD Burning
Shell:Common Start Menu
Shell:Templates
Shell:Programs
Shell:Recent
Shell:Desktop
Shell:CommonPictures
Shell:RecycleBinFolder
Shell:Common Templates
Shell:Startup
Shell:Common Desktop
Shell:NetHood
Shell:Common Administrative Tools
Shell:SystemX86
Shell:History
Shell:Common Documents
Shell:Local AppData
Shell:Windows
Shell:Fonts
Shell:Personal
25
Rik