Hi everybody I want to open a document associated with a windows application by double clicking them in a finder window. An example: My windows folder C:\Temp\Text.txt contains the file Text.txt. To open it within the finder, I navigate to the location [C] Windows -> Temp and double click the item Text.txt whereon the windows editor is launched. So far so good. The problem is, that to the windows editor is told to open the file \\.PSF\.Mac\private\tmp\xxx\C\Temp\Text.txt instead of simply C:\Temp\Text.txt! That also causes to set the actual working directory for the editor to the network path instead to the direct path to the hard drive. The result is, that file access always happens over the network and never direct to the disk drive. This takes much longer time and also some applications don't accept network paths to open a file from. Because the actual working directory is set to the network path, I'm not able to open Visual Studio projects from within a finder window anymore! This behavior appeared after upgrading to Mac OSX 10.5.1 Leopard and Parallels Desktop 3.0 for Mac Build 5582. It worked fine under Mac OSX 10.4.11 Tiger and Parallels Desktop 3.0 for Mac Build 5160. Do anybody have the same problem? Is there a way to solve this problem and get the old behavior back? Thanks for responses, sincerely Mario