By the way, I have uninstalled the latest version (7.76.80.95) of QuickTime and installed version 7.74.80.86. There is no issue.
Help how to remove "%1" application in "choose default program/how do you want to open this file?"
Please help whenever I right click on an image file and select what application to open it, there is an application named %1 in the menu. Its really annoying how do I remove it? Attached are the screenshots:
Please help. Thank You.
Windows for home | Previous Windows versions | Files, folders, and storage
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
-
Anonymous
2014-12-16T05:09:10+00:00
20 additional answers
Sort by: Most helpful
-
Anonymous
2014-12-16T04:39:17+00:00 The problem is with Windows Registry entries that QuickTime creates. Apple should correct all of the reg data that is listed below. I have started a discussion about this issue in Apple forum https://discussions.apple.com/thread/6699484
[HKEY_CLASSES_ROOT\QuickTime.bmp\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.dib\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.jp2\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.jpe\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.jpeg\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.jpg\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.mac\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.pct\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.pic\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.pict\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.png\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.pnt\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.pntg\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.psd\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.qti\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.qtif\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.rgb\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.sgi\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.targa\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.tga\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.tif\shell\open\command]
@=" "%1""
[HKEY_CLASSES_ROOT\QuickTime.tiff\shell\open\command]
@=" "%1""
-
Anonymous
2016-12-12T12:10:19+00:00 HI,
I had the same problem and turns out it is to do with QuickTime.
Many people have downgraded their version of QT and resolved the issue. I, however, have found a solution which means you can keep the latest version of QT AND remove the dreaded %1 from the Open with menu.
Open RegEdit and go to HKEY_CLASSES_ROOT and scroll down to the start of the QuickTime entries. You will need to go through each one and remove the %1 option from all keys. Yes, ALL the keys, and there are a few of them haha! Some of them do not have this value but to be thorough go through them all just in case...
E.G.
QuickTime.jpg > shell > open > command
and delete the entry on the right that has the %1 leaving the actual key menu location on the right (See photos for help).
This worked for me, it removed the %1 from Open With>Choose another App. I can report that there are no issues with running any apps or programs after this has been done. Result!!!!!!
I hope this helps as it took me a while to find a solution as each "solution" didn't address this issue as I wanted it addressing and digressed in to other areas of no importance.
-
Anonymous
2014-03-29T23:05:27+00:00 Improved Solution: I should have noticed the actual problem in the default list !!!
Documentation says Windows Explorer gathers the registerd file associations for that list. I think the best way to accomplish your goal is to select the "%1" program as default to open only .jpg files or .png files. Then launch that application and use the processes tab of Windows Task Manager.
- Right click the process
- Select Open file location on context menu.
The new window opens right to the program's exe file and you can check that program's properties.
- Right click that exe file and select properties.
the General tab has its creation date.
the Details tab has Product Name and Copyright
At this point you may either change the name displayed from %1 to somthing or uninstall the program. Then reset the default program for .jpg or .png to none by entering (value not set) in the entry text for the HKEY_CLASSES_ROOT > .jpg > (Default) entry
Hope you enjoyed the previous post of how to tweek the context menu. It can still help you change that programs display text to somthing you recognize.
beachsand
-
Anonymous
2014-03-29T00:19:31+00:00 Hi E-Vo,
This one is not so difficult. First understand the program "%1" is in your context menu using a shell key in the registry under HKEY_CLASSES_ROOT.
this how to tutorial of context menu tweek will help you understand and find the shell key. http://www.howtogeek.com/107965/how-to-add-any-application-shortcut-to-windows-explorers-context-menu/
the key structure: shell > OpenWithProgID (newer apps standard)
and backwards compatible: shell > OpenWith (backwards compatible for older apps)
Note:
when you delete the culprit shell key, it will not disturb your OS whatsoever. It only affects the context menu for a file type in Windows Explorer.
also the icon for "%1" is the default icon for an executable file in windows; not professional retail.
Microsoft also has a web page about file assosiations with solid information about these key entries of registry.
http://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx
You can also screen capture the key text and entries text just before deleting a key you find as culprit. Test your Windows Explorer. then easily recreate shell key if it was not the one. the first tutorial shows how to create a specific key for context menu; easy to recreate a shell key.
You will find it!! it doesn't have normal display name text.
beachsand