end2endzone / ShellAnything

ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable logs when the shell extension is loaded by registry editor (regedit.exe)

end2endzone opened this issue · comments

Describe the bug
When registering/unregistering the shell extension, since the DLL is loaded, the application is creating log files in the Logs directory. These file are polluting the logs directory and they do not provide any help on diagnosing issues with the application.

To Reproduce
Steps to reproduce the behavior:

  1. Register (or unregister) the shell extension with register.bat or unregister.bat.

Expected behavior
No logs should be created.

Screenshots
N/A

Environment

  • OS: Windows 10

Additional context
N/A