What is ShellExtIO.log? Can't delete it


KawateTadako

Recommended Posts

Windows 10

C:\Users\<username>\Appdata\Roaming\Bittorent Sync\ShellExtIO.log

It remains even after uninstalling BTSync. Can't delete it. Tried rebooting still can't remove as it is in use.

File gets update with new content even though BTSync is uninstalled?

 

Some of the stuff inside it are

2016-03-11 11:55:55 (Explorer.EXE:1432) ShellDoneOverlayIcon C:\Users\PC\AppData\Roaming\BitTorrent Sync\ShellExtIO.log
2016-03-11 11:55:57 (notepad++.exe:468) ==== end ====
2016-03-11 11:55:58 (Explorer.EXE:1432) ShellDoneOverlayIcon C:\Users\PC\AppData\Roaming\BitTorrent Sync\ShellExtIO.log
2016-03-11 11:56:15 (notepad++.exe:5708) === start ===
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:15 (notepad++.exe:5708) IconOverlayBase::QueryInterface
2016-03-11 11:56:39 (notepad++.exe:5708) ==== end ====
2016-03-11 11:56:40 (Explorer.EXE:1432) ShellDoneOverlayIcon C:\Users\PC\AppData\Roaming\BitTorrent Sync\ShellExtIO.log
2016-03-11 11:57:09 (notepad++.exe:3148) === start ===
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 11:57:09 (notepad++.exe:3148) IconOverlayBase::QueryInterface
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon C:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon K:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon L:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon M:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon N:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon O:\
2016-03-11 12:04:34 (Explorer.EXE:1520) ShellDoneOverlayIcon R:\
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface
2016-03-11 12:12:25 (firefox.exe:5344) IconOverlayBase::QueryInterface

 

Link to comment
Share on other sites

@KawateTadako Try to do the following:

  1. Open regedit, navigate to HKLM\Software\Classes\CLSID\{581FFA***********} (there can be several of those), find the path do DLL there.
  2. Open command line prompt, navigate to the folder with DLL and run the following command: regsvr32 -u <DLL_NAME>
  3. Reboot your OS (or just restart explorer.exe)

After that, the log files and the DLL (which is also stuck) could be deleted.

Link to comment
Share on other sites

  • 2 months later...

I have the file on my computer, and I went to there location you have stated and found no dll files. Windows still does not let me delete the .log files.

I checked regedit to make sure there was no dll files logged, and the only thing I have is !BTSync2.3.3RW

Would really like to delete this insanely huge log file.

Link to comment
Share on other sites

@Falconm11 Please try to do the following:

1. Open command line prompt, navigate to the "C:\ProgramData\BitTorrent Sync" and find 2 DLLs there: ShellExtensionOverlay64_xxxx.dll and ShellExtensionOverlay86_xxxx.dll, where xxxx could be random alphanumeric value
2. Run 2 commands: regsvr32 -u <DLL_NAME>
3. Restart explorer or computer and let me know if it helps.

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...
On 19/09/2016 at 2:44 PM, RomanZ said:

@eldrin Should be fixed in 2.4. In 2.4, file is rotated at 100Mb.

I'm on Resilio Sync 2.4.4 but still have a 800MB ShellExtIO.log file left in the "../AppData/Roaming/BitTorrent Sync" folder. It's also being currently written to, so keeps growing everyday. I also have the BitTorrent Sync folder containing .dll files in ProgramData.

Can we safely delete these two BitTorrent Sync folders? Shouldn't the update, from BitTorrent to Resilio, have removed them?

Link to comment
Share on other sites

Yes you can. Before deleting, do unregister those as instructed above. 
No, it shouldn't have: BitTorrent Sync was not unregistering its extensions and what was fixed in Resilio Sync, the latter unregisters own extensions only, not BitTorrent's. BitTorrent's are to be unregistered manually. 

Link to comment
Share on other sites

On 15/03/2016 at 3:37 AM, RomanZ said:

@KawateTadako Try to do the following:

  1. Open regedit, navigate to HKLM\Software\Classes\CLSID\{581FFA***********} (there can be several of those), find the path do DLL there.
  2. Open command line prompt, navigate to the folder with DLL and run the following command: regsvr32 -u <DLL_NAME>
  3. Reboot your OS (or just restart explorer.exe)

After that, the log files and the DLL (which is also stuck) could be deleted.

Thanks! Managed to remove all the BitTorrent Sync .dll and .log files.

Link to comment
Share on other sites

  • 4 weeks later...

I am having the same problem with no solution thus far.

I have read this thread fully & followed the instructions about using regedit to unregister those 2 .dll files. Restarted computer 2x and still cannot delete this file. It is currently 5.8 gb (in the BitTorrent Sync folder --- NOT RESILIO).

Can someone plz help me delete this file as it is unusually large and with my SSD only 128gb, it is taking up way too much space.

Those 2 .dll files, as listed in the registry, are : ShellExtensionOverlay64_128.dll & ShellExtensionOverlay64_17A.dll

 

 

Link to comment
Share on other sites

  • 2 weeks later...

I did not find any registry entries in the ones you listed. I did find some others using 'BitTorrent Sync' as search through-out the whole registry.

Should I delete anything I find related to BitTorrent Sync? I think I already deleted 2 findings....

Still can't delete file & now I'm out of HD space on my SSD. :(((( plz HELP!

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.