SharePoint 07 causes IE to crash when attempting to edit a document

Update

Ok, now after doing further Windows Updates (when will I learn???), I get an error when I try to “Edit in Microsoft Word” in SharePoint. The error is:

'Edit Document' requires a Windows SharePoint services-compatible application and Microsoft Internet Explorer 6.0 or greater

Uhh, I do and I'm running IE7. Anyway, I ran the following that was linked above (copied here in case that disappears):

  • 2) Create a new txt file that contains only the following:

    Quote:
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
    subinacl /subdirectories %SystemDrive% /grant=administrators=f
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
    subinacl /subdirectories %SystemDrive% /grant=system=f

    3) Save the txt file then rename the txt file to reset.cmd

    4) Copy the reset.cmd file to where you installed the SubinACL tools. (This is usually C:Program FilesWindows Resource KitsTools)

    5) Run the reset.cmd file.

This command will take a while to complete. When it is done reboot the computer and try the updates again.

And I still have my problem. Any help anyone?