garethEds Posted March 12, 2012 Posted March 12, 2012 (edited) Afternoon, Our installation of Techsoft 2D design somehow hasn't managed to associate the file type in the registry. Can anyone export the correct registry key for the association so I can add it to a GPO? Otherwise I'll sit down and Google it later tonight (teaching all day). Cheers and appreciated, Gareth [Edit That should be 2D design Sorry] Edited March 12, 2012 by garethedmondson [Edit That should be 2D design Sorry]
HarryMonkey Posted March 12, 2012 Posted March 12, 2012 Gareth, I don't know what the extensions or exe files are as I don't have it installed on my workstation, however, the format for it is as below which you should be able just substitute the relevant entries ... [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.doc] "Application"="winword.exe"
HarryMonkey Posted March 12, 2012 Posted March 12, 2012 Ok, just had a quick look on one of our DT stations and so the reg frag should be [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.dtd] "Application"="2ddes32.exe"
Arthur Posted March 12, 2012 Posted March 12, 2012 This is what we use... Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile] @="Design Tools Drawing File" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\DefaultIcon] @="C:\\Program Files\\TechSoft Design Tools\\2D Design V2\\2ddes32.exe,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell] @="open" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell\open] @="&Open" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell\open\command] @="\"C:\\Program Files\\TechSoft Design Tools\\2D Design V2\\2ddes32.exe\" \"%1\""
mansin Posted December 1, 2020 Posted December 1, 2020 Resurrecting this thread. We usually deliver our file associations using an xml file, through a gpo and it works well. This is what I'd added to the xml file, but it doesn't seem to be doing fat lot. I've also tried Arthur's registry method, only importing it locally, but still no difference. Anyone have anymore fresh thoughts on this please?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now