Discussion related to "Everything" 1.5.
Jolly
Posts: 29 Joined: Fri Oct 25, 2019 10:19 pm
Post
by Jolly » Thu Aug 01, 2024 7:18 pm
Whenever I drag a file from everythigns search Results to a different window it freezes for a second.
I've tried toggling drag_drop_simple_pidl on and off.
If I disable windows native preview handlers it will work fine.
How I disable:
Code: Select all
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisableThumbnails"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisableThumbnails"=dword:00000001
REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V IconsOnly /T REG_DWORD /D 1 /F
taskkill /f /im explorer.exe
start explorer.exe
When I drag and drop it triggers C:\WINDOWS\system32\DllHost.exe /Processid:{AB8902B4-09CA-4BB6-B78D-A8F59079A8D5}
(this is the Thumbnail Cache Out of Proc Server)
I've also attached a debug log where I triggered that behavior several times.
Last edited by void on Sat Aug 03, 2024 1:23 am, edited 1 time in total.
Reason: removed log
void
Developer
Posts: 19903 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Sat Aug 03, 2024 1:45 am
Does the freeze only occur after dragging over another window?
Is the initial drag over Everything always fast?
Please try disabling the system drag image in Everything:
In Everything 1.5 , from the Tools menu, click Options .
Click the Advanced tab on the left.
To the right of Show settings containing , search for:
drag
Select: system_drag_image
Set the value to: false
Click OK .