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
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:
Register (or unregister) the shell extension with register.bat or unregister.bat.
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:
register.bat
orunregister.bat
.Expected behavior No logs should be created.
Screenshots N/A
Environment
Additional context N/A