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.
MIT License
183 stars 27 forks source link

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

Closed end2endzone closed 1 year ago

end2endzone commented 1 year ago

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

Additional context N/A