Hi. My Documents, My Music, My Pictures, and My Videos aren't visible (but accessible) from C:\users\%USER% . "Desktop", however, is visible. This breaks precompiled samples from directx SDK 2004. I extracted them to My Documents/Downloads, and they can't find their resources. This also affects cmd.exe, explorer, total commander. Anyone else experience this? Code: [il@mar2 ~]$ ls -l /home/il/.winetest/drive_c/users/il total 44 drwxr-xr-x 2 il il 4096 Sep 3 14:15 Application Data drwxr-xr-x 2 il il 4096 Sep 3 14:15 Cookies lrwxrwxrwx 1 il il 16 Sep 3 14:15 Desktop -> /home/il/Desktop drwxr-xr-x 2 il il 4096 Sep 3 14:15 Favorites drwxr-xr-x 5 il il 4096 Sep 3 14:15 Local Settings Code: lrwxrwxrwx 1 il il 8 Sep 3 14:15 My Documents -> /home/il lrwxrwxrwx 1 il il 8 Sep 3 14:15 My Music -> /home/il lrwxrwxrwx 1 il il 8 Sep 3 14:15 My Pictures -> /home/il lrwxrwxrwx 1 il il 8 Sep 3 14:15 My Videos -> /home/il Code: drwxr-xr-x 2 il il 4096 Sep 3 14:15 NetHood drwxr-xr-x 2 il il 4096 Sep 3 14:15 PrintHood drwxr-xr-x 2 il il 4096 Sep 3 14:15 Recent drwxr-xr-x 2 il il 4096 Sep 3 14:15 SendTo drwxr-xr-x 3 il il 4096 Sep 3 14:15 Start Menu drwxr-xr-x 2 il il 4096 Sep 3 14:15 Temp drwxr-xr-x 2 il il 4096 Sep 3 14:15 Templates Code: [il@mar2 ~]$ echo $WINEPREFIX /home/il/.winetest [il@mar2 ~]$ wine cmd /c "dir" "C:\users\il" Volume in drive C is Volume Serial Number is 0000-0000 Directory of C:\users\il 9/3/2011 1:15 PM <DIR> . 9/3/2011 1:15 PM <DIR> .. 9/3/2011 1:15 PM <DIR> Application Data 9/3/2011 1:15 PM <DIR> Cookies 9/3/2011 12:26 PM <DIR> Desktop 9/3/2011 1:15 PM <DIR> Favorites 9/3/2011 1:15 PM <DIR> Local Settings 9/3/2011 1:15 PM <DIR> NetHood Code: 9/3/2011 1:15 PM <DIR> PrintHood 9/3/2011 1:15 PM <DIR> Recent 9/3/2011 1:15 PM <DIR> SendTo 9/3/2011 1:15 PM <DIR> Start Menu 9/3/2011 1:15 PM <DIR> Temp 9/3/2011 1:15 PM <DIR> Templates 0 files 0 bytes 14 directories 5,583,409,152 bytes free [il@mar2 ~]$