kkguo / apkshellext

Show app icons in windows explorer
http://www.apkshellext.com
MIT License
596 stars 86 forks source link

not working with .appx file #82

Closed sandriaas closed 5 years ago

sandriaas commented 5 years ago

Steps to reproduce

1. installing latest apkshellext and enabling these option
- [x] Display WindowsPhone app (appx. appxbundle) icon.
- [x] Show menu to Microsoft Store (for appx/appxbundle)

2. downloading appx file via store.rg-adguard.net to try (sharex, spotify, asphalt 8)

Expected behavior

showing icon nor context menu for appx and appxbundle file type

Actual behavior

the icon nor context menu isn't showing at all

Environment data

OS Name:                   Microsoft Windows 10 Pro Insider Preview
OS Version:                10.0.18936 N/A Build 18936
sandriaas commented 5 years ago

anyone?

blackcrack commented 5 years ago

@kkguo

Hi Sandria, why do you have not a description ?

kkguo commented 5 years ago

@andrizmitnick , please follow https://github.com/kkguo/apkshellext/wiki/Quick-check-before-raise-issue to detail your issue.

sandriaas commented 5 years ago

@blackcrack @kkguo hi sorry, i thought my title is straight forward already. i just edited the description now. thanks before

kkguo commented 5 years ago

Looks like windows10 hijacks the control of appx files. icon handler and menu handler doesn't work but tooltip handler works. I will try to find more to read about this. I labeled this as a bug.

Masamune3210 commented 5 years ago

Could it be due to the fact that appx is also the file type for windows store apps, so windows treats it specially?

kkguo commented 5 years ago

Yes, that's what I meant

On Wed, Jul 17, 2019, 10:53 deadair3210 notifications@github.com wrote:

Could it be due to the fact that appx is also the file type for windows store apps, so windows treats it specially?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kkguo/apkshellext/issues/82?email_source=notifications&email_token=AADWQ77V3BRAR52LYSJFZMLP74W4ZA5CNFSM4H74KM72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2EO75I#issuecomment-512290805, or mute the thread https://github.com/notifications/unsubscribe-auth/AADWQ73K6AOVEA4JH73RCETP74W4ZANCNFSM4H74KM7Q .

kkguo commented 5 years ago

I think I find a solution for this, it's probably the same issue as #78 , "Open with" is taking control of showing icon on top of apkshellext, to fix it you need to remove the key in the registry: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.appx

But this will remove the feature of "double-click to open", and the icon will be override again once you chose to open it with appinstaller... Trying to find a solution for this...

kkguo commented 5 years ago

@deadair3210 , please feedback, or I can close this.

Masamune3210 commented 5 years ago

Wasn't the op, just put my 2 cents in

kkguo commented 5 years ago

Oh, sorry @andrizmitnick, any feedback?

sandriaas commented 5 years ago

@kkguo hi, sorry for being late. the workaround is working fine. i thought there might be some fix, but it seems it's just a limitation in windows itself. so, sure we can close this.

thanks guys!!

kkguo commented 5 years ago

close now