Finding the location of all special folders in Windows

Windows operating system have around 40 unique locations in the file system known as the "Special Folders".

Many people are confused about that location of the special folders, because the location of these folders is modified from one version of Windows to another.
For example: In Windows 98, the history folder was located under c:\Windows\History, In Windows 2000/XP Microsoft changed it to C:\Documents and Settings\[User Name]\Local Settings\History and now in Windows Vista, it's located under C:\Users\[User Name]\AppData\Local\Microsoft\Windows\History.

That's why I created the SpecialFoldersView utility. This utility shows the list of all special folders in your current Windows operating system, and allows you to easily jump to the desired folder.
It also allows you to easily save the list of all your special folders into text/csv/html/xml file.

In the following example, you can see a report of all special folders created by SpecialFoldersView utility in a typical installation of Windows XP:
Folder Name Folder Path CSIDL CSIDL Name
Application DataC:\Documents and Settings\Administrator\Application Data0x1aCSIDL_APPDATA
CD BurningC:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\CD Burning0x3bCSIDL_CDBURN_AREA
Common Administrative ToolsC:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools0x2fCSIDL_COMMON_ADMINTOOLS
Common Application DataC:\Documents and Settings\All Users\Application Data0x23CSIDL_COMMON_APPDATA
Common DesktopC:\Documents and Settings\All Users\Desktop0x19CSIDL_COMMON_DESKTOPDIRECTORY
Common DocumentsC:\Documents and Settings\All Users\Documents0x2eCSIDL_COMMON_DOCUMENTS
Common FavoritesC:\Documents and Settings\All Users\Favorites0x1fCSIDL_COMMON_FAVORITES
Common MusicC:\Documents and Settings\All Users\Documents\My Music0x35CSIDL_COMMON_MUSIC
Common PicturesC:\Documents and Settings\All Users\Documents\My Pictures0x36CSIDL_COMMON_PICTURES
Common Start MenuC:\Documents and Settings\All Users\Start Menu0x16CSIDL_COMMON_STARTMENU
Common Start Menu ProgramsC:\Documents and Settings\All Users\Start Menu\Programs0x17CSIDL_COMMON_PROGRAMS
Common StartupC:\Documents and Settings\All Users\Start Menu\Programs\Startup0x18CSIDL_COMMON_STARTUP
Common TemplatesC:\Documents and Settings\All Users\Templates0x2dCSIDL_COMMON_TEMPLATES
Common VideoC:\Documents and Settings\All Users\Documents\My Videos0x37CSIDL_COMMON_VIDEO
CookiesC:\Documents and Settings\Administrator\Cookies0x21CSIDL_COOKIES
DesktopC:\Documents and Settings\Administrator\Desktop0x10CSIDL_DESKTOPDIRECTORY
FavoritesC:\Documents and Settings\Administrator\Favorites0x06CSIDL_FAVORITES
FontsC:\WINDOWS\Fonts0x14CSIDL_FONTS
HistoryC:\Documents and Settings\Administrator\Local Settings\History0x22CSIDL_HISTORY
Local Application DataC:\Documents and Settings\Administrator\Local Settings\Application Data0x1cCSIDL_LOCAL_APPDATA
My DocumentsC:\Documents and Settings\Administrator\My Documents0x05CSIDL_PERSONAL
My MusicC:\Documents and Settings\Administrator\My Documents\My Music0x0dCSIDL_MYMUSIC
My PicturesC:\Documents and Settings\Administrator\My Documents\My Pictures0x27CSIDL_MYPICTURES
NetHoodC:\Documents and Settings\Administrator\NetHood0x13CSIDL_NETHOOD
PrintHoodC:\Documents and Settings\Administrator\PrintHood0x1bCSIDL_PRINTHOOD
Profile FolderC:\Documents and Settings\Administrator0x28CSIDL_PROFILE
Program FilesC:\Program Files0x26CSIDL_PROGRAM_FILES
Program Files - CommonC:\Program Files\Common Files0x2bCSIDL_PROGRAM_FILES_COMMON
RecentC:\Documents and Settings\Administrator\Recent0x08CSIDL_RECENT
Send ToC:\Documents and Settings\Administrator\SendTo0x09CSIDL_SENDTO
Start MenuC:\Documents and Settings\Administrator\Start Menu0x0bCSIDL_STARTMENU
Start Menu ProgramsC:\Documents and Settings\Administrator\Start Menu\Programs0x02CSIDL_PROGRAMS
StartupC:\Documents and Settings\Administrator\Start Menu\Programs\Startup0x07CSIDL_STARTUP
System DirectoryC:\WINDOWS\system320x25CSIDL_SYSTEM
TemplatesC:\Documents and Settings\Administrator\Templates0x15CSIDL_TEMPLATES
Temporary FolderC:\Documents and Settings\Administrator\Local Settings\Temp\  
Temporary Internet FilesC:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files0x20CSIDL_INTERNET_CACHE
Windows DirectoryC:\WINDOWS0x24CSIDL_WINDOWS

For more information about this utility, click here.