You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
I've noticed things that shouldn't be launching with a command line keeping a command line window open, and this also makes NirLauncher's Explorer Copy feature worthless since it will just copy the shim instead.
I think it would be better to have the sysinternals nlp in the Launcher directory and insert the direct path to the tools into the nlp file. This can be programatically determined by running one of the Sysinternals shims with --shimgen-noop and using the second line, the one that says path to executable:. Running on each and every shim shouldn't be necessary, just taking the path from one and using it for the rest would suffice.