ALLUSERSAPPDATA |
Same as CSIDL_COMMON_APPDATA. |
ALLUSERSPROFILE |
Refers to %PROFILESFOLDER%\Public or %PROFILESFOLDER%\all users. |
COMMONPROGRAMFILES |
Same as CSIDL_PROGRAM_FILES_COMMON. |
COMMONPROGRAMFILES(X86) |
Refers to the C:\Program Files (x86)\Common Files folder on 64-bit systems. |
CSIDL_COMMON_ADMINTOOLS |
Version 10.0. The file-system directory that contains administrative tools for all users of the computer. |
CSIDL_COMMON_ALTSTARTUP |
The file-system directory that corresponds to the non-localized Startup program group for all users. |
CSIDL_COMMON_APPDATA |
The file-system directory that contains application data for all users. A typical path Windows is C:\ProgramData. |
CSIDL_COMMON_DESKTOPDIRECTORY |
The file-system directory that contains files and folders that appear on the desktop for all users. A typical path is C:\Users\Public\Desktop. |
CSIDL_COMMON_DOCUMENTS |
The file-system directory that contains documents that are common to all users. A typical path is C:\Users\Public\Documents. |
CSIDL_COMMON_FAVORITES |
The file-system directory that serves as a common repository for favorites common to all users. A typical path is C:\Users\Public\Favorites. |
CSIDL_COMMON_MUSIC |
The file-system directory that serves as a repository for music files common to all users. A typical path is C:\Users\Public\Music. |
CSIDL_COMMON_PICTURES |
The file-system directory that serves as a repository for image files common to all users. A typical path is C:\Users\Public\Pictures. |
CSIDL_COMMON_PROGRAMS |
The file-system directory that contains the directories for the common program groups that appear on the Start menu for all users. A typical path is C:\ProgramData\Microsoft\Windows\Start Menu\Programs. |
CSIDL_COMMON_STARTMENU |
The file-system directory that contains the programs and folders that appear on the Start menu for all users. A typical path in Windows is C:\ProgramData\Microsoft\Windows\Start Menu. |
CSIDL_COMMON_STARTUP |
The file-system directory that contains the programs that appear in the Startup folder for all users. A typical path is C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup. |
CSIDL_COMMON_TEMPLATES |
The file-system directory that contains the templates that are available to all users. A typical path is C:\ProgramData\Microsoft\Windows\Templates. |
CSIDL_COMMON_VIDEO |
The file-system directory that serves as a repository for video files common to all users. A typical path is C:\Users\Public\Videos. |
CSIDL_DEFAULT_APPDATA |
Refers to the Appdata folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_LOCAL_APPDATA |
Refers to the local Appdata folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_COOKIES |
Refers to the Cookies folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_CONTACTS |
Refers to the Contacts folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_DESKTOP |
Refers to the Desktop folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_DOWNLOADS |
Refers to the Downloads folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_FAVORITES |
Refers to the Favorites folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_HISTORY |
Refers to the History folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_INTERNET_CACHE |
Refers to the Internet Cache folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_PERSONAL |
Refers to the Personal folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYDOCUMENTS |
Refers to the Documents folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYPICTURES |
Refers to the Pictures folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYMUSIC |
Refers to the Music folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYVIDEO |
Refers to the Videos folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_RECENT |
Refers to the Recent folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_SENDTO |
Refers to the Send To folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_STARTMENU |
Refers to the Start Menu folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_PROGRAMS |
Refers to the Programs folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_STARTUP |
Refers to the Startup folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_TEMPLATES |
Refers to the Templates folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_QUICKLAUNCH |
Refers to the Quick Launch folder inside %DEFAULTUSERPROFILE%. |
CSIDL_FONTS |
A virtual folder containing fonts. A typical path is C:\Windows\Fonts. |
CSIDL_PROGRAM_FILESX86 |
The Program Files folder on 64-bit systems. A typical path is C:\Program Files(86). |
CSIDL_PROGRAM_FILES_COMMONX86 |
A folder for components that are shared across applications on 64-bit systems. A typical path is C:\Program Files(86)\Common. |
CSIDL_PROGRAM_FILES |
The Program Files folder. A typical path is C:\Program Files. |
CSIDL_PROGRAM_FILES_COMMON |
A folder for components that are shared across applications. A typical path is C:\Program Files\Common. |
CSIDL_RESOURCES |
The file-system directory that contains resource data. A typical path is C:\Windows\Resources. |
CSIDL_SYSTEM |
The Windows System folder. A typical path is C:\Windows\System32. |
CSIDL_WINDOWS |
The Windows directory or system root path. This value corresponds to the %WINDIR% or %SYSTEMROOT% environment variables. A typical path is C:\Windows. |
DEFAULTUSERPROFILE |
Refers to the value in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList [DefaultUserProfile]. |
PROFILESFOLDER |
Refers to the value in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList [ProfilesDirectory]. |
PROGRAMFILES |
Same as CSIDL_PROGRAM_FILES. |
PROGRAMFILES(X86) |
Refers to the C:\Program Files (x86) folder on 64-bit systems. |
SYSTEM |
Refers to %WINDIR%\system32. |
SYSTEM16 |
Refers to %WINDIR%\system. |
SYSTEM32 |
Refers to %WINDIR%\system32. |
SYSTEMDRIVE |
The drive that holds the Windows folder. This value is a drive name and not a folder name (C: not C:\). |
SYSTEMPROFILE |
Refers to the value in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 [ProfileImagePath]. |
SYSTEMROOT |
Same as WINDIR. |
WINDIR |
Refers to the Windows folder located on the system drive. |