"Open With" not sticking? (Numbers/Excel)

Every few days, my Mac seems to forget that I've told .xlsx and .xls files to "Open With" Microsoft Excel 2007 on my Parallels guest. I'm not sure if it's happening after host reboots, guest reboots, or what...

Anyone had this problem?

Host: Leopard 10.5.4
Guest: Windows XP SP3
 
Ok, let see:
in Windows
Start Run regedit
locate HKCR\.xls - export it to save
delete it

Copy lines bellow to notepad
Save it as "1.reg" with quotes
double click it

[HKEY_CLASSES_ROOT\.xls]
@="Excel.Sheet.8"
"Content Type"="application/vnd.ms-excel"

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.5]

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.5\ShellNew]
"FileName"="excel.xls"

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8]

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]

[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet]

[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet\ShellNew]
"FileName"="excel4.xls"

[HKEY_CLASSES_ROOT\.xls\PersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"

[HKEY_CLASSES_ROOT\.xls\shellex]

[HKEY_CLASSES_ROOT\.xls\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{00020827-0000-0000-C000-000000000046}"

check for xls files accosiation
if it succeeds I will give you another one for xlsx
 
I think I didn't state the problem clearly... Here are the steps to reproduce:

1. In Finder, open a folder on the root Mac drive, containing an .xlsx document
2. Select the .xlsx document
3. Press Command-I to Get Info
4. Under "Open With", select "Other"
5. Navigate to the VM's copy of Excel (in my case, /Parallels/VMs/Slate/Windows Applications/Microsoft Office Excel)
6. Check "Always Open With"
7. Click "Add"
8. Click "Change All..."
9. Select "Continue"
10. ...time passes...
11. Get Info on the same document will now say it "Open With" Numbers, not Excel.

Even when Finder says it opens with Numbers, Parallels SmartSelect > Edit > Excel Documents will still say Microsoft Office Excel.

I'm not sure exactly what happens in step 10 to make the associations go away. It's not just a guest reboot or a Parallels quit-and-restart. It could be a host reboot, or an Apple software update...
 
Hi,

You can try the following:
1. Reinstall Parallels tools in your Windows Vm
2. Configure Smartselect as suggested in Parallels Desktop user Guide (chapter "Using smart select")
 
Ok, i got it,
You need to use Applications -Edit- Microsoft Excel and select from there
or delete Microsoft Excel from Vm folder/Windows Applications
and from inside Windows select for xslx file Numbers,
Mac OS doesn't affect Parallels settings, you need to perform operations from Parallels to make Mac aware about changes
 
I'm running build 5608 and had kind of the same problem, but in the opposite direction:

I have text files ending in .sql in Mac OS, and I want them to open in the Smultron text editor in Mac OS. But the files were always linked to the Notes app in (some other SQL-server app also appeared in the list) inside the WinXP virtual machine even though I had chosen Smultron and pressed "change all". The setting was reset to "Notes" and the Smultron app was gone from the "open with" list the list next time I selected "show info" for the same .sql file I had just changed. Everytime I double-clicked a .sql file the virtual machine started.

I found this post and deleted the Notes and SQL applications from the Windows Applications folder in the VM folder. It solved the problem - the files now open in Smultron. But should it really be this way? Why can't the "Windows Applications" and my chosen MacOS apps co-exist in the "Open with" menu, and why doesn't my setting to open the files in MacOS stick if the Windows Applications are there?
 
Back
Top