Maplespe / explorerTool

Custom Windows Explorer background image
MIT License
371 stars 139 forks source link

Crash with Adobe Acrobat DC (x64) #20

Open AmazSG opened 1 year ago

AmazSG commented 1 year ago

Hello,

I really love your tool, the only problem I encountered is that when the tool is active, Adobe reader won't work anymore and crash everytime on opening. I don't see what link there could be between those two application.

Any possibility it could be fix, or maybe a workaround ?

Thanks !

Maplespe commented 1 year ago

Please try to change config.ini noerror=true

AmazSG commented 1 year ago

Same result. Also, I tested it on Windows 11 and on a fresh Win 10 install.

Maplespe commented 1 year ago

This should be a problem caused by the file dialog feature. The temporary solution is to disable this feature, at the cost of not being able to display the background image in the file dialog in third-party applications. Delete the registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shellex\FolderExtensions\{ED15A97D-FE3E-4CDE-98FF-BC46B02896B0} (This registry entry is the registry entry for this tool. Deleting it will do no harm to your computer)

AmazSG commented 1 year ago

That was it indeed. Actually, I just wanted to be able to add a background in the file explorer, so I'm fine with that. It work perfectly now, thanks!