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
hey there
is it smh possible to have this as a standalone .exe to just run to have this functionality only?
I don't use an explorer.exe at all (not using a shell-app).
The text was updated successfully, but these errors were encountered:
As far as I can see, the DLL exports a main function. So, LoadLibraryW the DLL in your code, then GetProcAddress for "main" and call that in a thread - the switcher will simply load. You can do something like CreateThread or, if running explorer.exe, place the DLL in C:\Windows named dxgi.dll and then from some other process CreateRemoteThread in explorer.exe calling main from dxgi.dll - multiple ways to do it, really, depends on your use case.
hey there
is it smh possible to have this as a standalone .exe to just run to have this functionality only?
I don't use an explorer.exe at all (not using a shell-app).
The text was updated successfully, but these errors were encountered: