Although it doesn’t really sound like the “special Windows folders” inspector is actually your issue, for completeness:
https://support.bigfix.com/inspectors/World%20Objects_Any.html#csidl folder
Declaration Description Platforms (?)
csidl folder Returns the csidl folder corresponding to the specified integer. The windows SHGetSpecialFolderLocation API is used to look up paths to special folders, which are identified by passing the specified integer as the second argument of the API call. These values and their meaning are described in the windows ShlObj.h include file found in the development sdk.Note that some of these folders do not exist in the Local System context.
Example: pathname of csidl folder 26 - Returns the path corresponding to CSIDL folder 26 (the application shared data folder, CSIDL_APPDATA).
Win, WM
Microsoft’s (rather lacking) explanation (it doesn’t enumerate the actual integer values):
https://msdn.microsoft.com/en-us/library/windows/desktop/bb762494(v=vs.85).aspx
And a third-party site that spells out the numbers:
http://www.installmate.com/support/im9/using/symbols/functions/csidls.htm
And, as usual, the best references are found by trying it out. Note that many of these CSIDL folders are user-specific and may not exist for the LocalSystem account in which BigFix is executing, but here’s a start listing the first 50:
q: pathname of csidl folder 20
A: C:\Windows\Fonts
q: (it, pathnames of csidl folders (it)) of integers in (0, 50)
A: 0, C:\Users\Jason\Desktop
A: 2, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
A: 5, C:\Users\Jason\Documents
A: 6, C:\Users\Jason\Favorites
A: 7, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
A: 8, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Recent
A: 9, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\SendTo
A: 11, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Start Menu
A: 13, C:\Users\Jason\Music
A: 14, C:\Users\Jason\Videos
A: 16, C:\Users\Jason\Desktop
A: 19, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Network Shortcuts
A: 20, C:\Windows\Fonts
A: 21, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Templates
A: 22, C:\ProgramData\Microsoft\Windows\Start Menu
A: 23, C:\ProgramData\Microsoft\Windows\Start Menu\Programs
A: 24, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
A: 25, C:\Users\Public\Desktop
A: 26, C:\Users\Jason\AppData\Roaming
A: 27, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
A: 28, C:\Users\Jason\AppData\Local
A: 29, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
A: 30, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
A: 31, C:\Users\Jason\Favorites
A: 32, C:\Users\Jason\AppData\Local\Microsoft\Windows\INetCache
A: 33, C:\Users\Jason\AppData\Local\Microsoft\Windows\INetCookies
A: 34, C:\Users\Jason\AppData\Local\Microsoft\Windows\History
A: 35, C:\ProgramData
A: 36, C:\Windows
A: 37, C:\Windows\System32
A: 38, C:\Program Files (x86)
A: 39, C:\Users\Jason\Pictures
A: 40, C:\Users\Jason
A: 41, C:\Windows\SysWOW64
A: 42, C:\Program Files (x86)
A: 43, C:\Program Files (x86)\Common Files
A: 44, C:\Program Files (x86)\Common Files
A: 45, C:\ProgramData\Microsoft\Windows\Templates
A: 46, C:\Users\Public\Documents
A: 47, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
A: 48, C:\Users\Jason\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools