Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

v28: CDD :whatever

Apr
1,794
15
Is there a way to get a list of what each of the CDD :whatever would translate to please, for example [:AccountPictures] ??

Also are any other "predefined Windows shell folders" that are not listed on the ewriter entry for CDD please?
 
Here's a bunch (far below). They're from a file (attached) with 2-line entries like

Code:
FOLDERID_AccountPictures
GUID     {008ca0b1-55b4-4c56-b8a8-4de4b299d3be}

I don't remember if I found that list or made it. Many of the folders won't exist on a given computer.

This TCC command gives many names but the output needs further massaging,

Code:
regdir /v /d HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ | findstr Name | findstr -v LocalizedName | findstr -v ParsingName

AccountPictures
AddNewPrograms
AdminTools
AppDataDesktop
AppDataDocuments
AppDataFavorites
AppDataProgramData
ApplicationShortcuts
AppsFolder
AppUpdates
CameraRoll
CDBurning
ChangeRemovePrograms
CommonAdminTools
CommonOEMLinks
CommonPrograms
CommonStartMenu
CommonStartup
CommonTemplates
ComputerFolder
ConflictFolder
ConnectionsFolder
Contacts
ControlPanelFolder
Cookies
Desktop
DeviceMetadataStore
Documents
DocumentsLibrary
Downloads
Favorites
Fonts
Games
GameTasks
History
HomeGroup
HomeGroupCurrentUser
ImplicitAppShortcuts
InternetCache
InternetFolder
Libraries
Links
LocalAppData
LocalAppDataLow
LocalizedResourcesDir
Music
MusicLibrary
NetHood
NetworkFolder
Objects3D
OriginalImages
PhotoAlbums
PicturesLibrary
Pictures
Playlists
PrintersFolder
PrintHood
Profile
ProgramData
ProgramFiles
ProgramFilesX64
ProgramFilesX86
ProgramFilesCommon
ProgramFilesCommonX64
ProgramFilesCommonX86
Programs
Public
PublicDesktop
PublicDocuments
PublicDownloads
PublicGameTasks
PublicLibraries
PublicMusic
PublicPictures
PublicRingtones
PublicUserTiles
PublicVideos
QuickLaunch
Recent
RecordedTVLibrary
RecycleBinFolder
ResourceDir
Ringtones
RoamingAppData
RoamedTileImages
RoamingTiles
SampleMusic
SamplePictures
SamplePlaylists
SampleVideos
SavedGames
SavedPictures
SavedPicturesLibrary
SavedSearches
Screenshots
SEARCH_CSC
SearchHistory
SearchHome
SEARCH_MAPI
SearchTemplates
SendTo
SidebarDefaultParts
SidebarParts
SkyDrive
SkyDriveCameraRoll
SkyDriveDocuments
SkyDrivePictures
StartMenu
Startup
SyncManagerFolder
SyncResultsFolder
SyncSetupFolder
System
SystemX86
Templates
UserPinned
UserProfiles
UserProgramFiles
UserProgramFilesCommon
UsersFiles
UsersLibraries
Videos
VideosLibrary
Windows
 

Attachments

  • knownfolderguids.txt
    8.2 KB · Views: 161

Similar threads

Back
Top