Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
can someone help me, please.
I recently got a new computer with Windows 11. I have Creo 8 and Creo View 9 installed now. I can't get creo files in explorer to be opened primarily with creo view when double clicked? Thanks
Because of the way Creo saves versioned files, you will need to set the default app for each version extension (.1, .2, .3, .4, .5, .6, ,7, .8 .9 .10...).
Windows settings > Apps > Default apps > Choose defaults by file type (at bottom) and select the default for each version extension.
Hello, thanks for your answer, but I hope there is another solution.
It worked on my old computer without having to make the settings for each extension (.1 ... .999?).
I think it has to be set during installation?
Hi @JA_1434743,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
I think you could try this method.
1. Associate all files ending with .drw.n, .prt.n, .asm.n (with n being integer from 1 to 999) with a new file type. You can call it anything, but for simplicity, let's call it Creo Pro Versioned File
2. Change Windows setting to open that new file type with Creo View by default.
To associate .drw.n, .prt.n, and .asm.n file extensions (where n is an integer from 1 to 999) with "Creo Pro Versioned File," you can use bat script script.
I haven't done it myself, the below text is from ChatGPT, so you can try but with caution.
for /L %n in (1,1,999) do ( assoc.drw.%n=Creo Pro Versioned File assoc.prt.%n=Creo Pro Versioned File assoc.asm.%n=Creo Pro Versioned File )
for /L %n in (1,1,999)
Commands inside ()
for /L %%n in (1,1,999) do ( assoc.drw.%%n=Creo Pro Versioned File assoc.prt.%%n=Creo Pro Versioned File assoc.asm.%%n=Creo Pro Versioned File )
assoc .drw.<n>= assoc .prt.<n>= assoc .asm.<n>=