July 07, 2011

Opening AutoCAD .dxf Files In a Single Instance of Solid Edge

Yesterday’s post covered  how to hack the Windows registry so that AutoCAD .dwg files always open in a single instance of Solid Edge.  Logically following up from that is opening .dxf files into a single instance of Solid Edge.

It doesn’t take much of a leap to figure out that from yesterdays post you simply have to change the registry entries from .dwg to .dxf.  But for those that like things as simple as possible, here is the .dxf version of the hack:
[HKEY_CURRENT_USER\Software\Classes\.dxf]
@="SolidEdge.DraftDocument"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dxf]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dxf\OpenWithList]
"a"="Edge.exe"
"MRUList"="a"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dxf\OpenWithProgids]
"SolidEdge.DraftDocument"=hex(0):
And to make it simpler still, the downloadable registry file to add the entries automatically.

And yes I fully appreciate this post could be considered a cop out on publishing an entirely new useful tip but it is what it is ;-)

2 comments:

  1. Replies
    1. Does on my systems. Try downloading and installing the registry keys again as I have updated them recently.

      Delete