qbx2 / sse-mod-hide-remote-desktop

Why does Skyrim SE hate remote desktop? This SKSE plugin deceives SSE as not in a remote session.
https://www.nexusmods.com/skyrimspecialedition/mods/45501
GNU General Public License v3.0
7 stars 3 forks source link

Does not seem to work with 1.6.659 #3

Open lostmsu opened 10 months ago

lostmsu commented 10 months ago

I tried https://www.nexusmods.com/skyrim/mods/75795 to load it from Data\SKSE\Plugins\hide_remote_desktop.dll, and also tried to use DetourCreateProcessWithDllsW from https://github.com/microsoft/Detours to launch SkyrimSE.exe with the DLL, but I am still getting "This application cannot be run from remote desktop."

P.S. The build 1.6.659 is from GOG

P.P.S. Using DetourCreateProcessWithDllsW I can see the DLL is loaded unlike with the mod loader.

qbx2 commented 10 months ago

Hi, could you join https://discord.gg/mfSqNzBd please?

lostmsu commented 10 months ago

NVM, I did a rewrite for DLL injection (instead of Skyrim plugin) and it seems to be working: https://github.com/BorgGames/hide-remote-desktop

qbx2 commented 10 months ago

@lostmsu Oh, perfect. The plugin relies on SKSE64 to allow Skyrim to load the DLL. Other than that, there's no need for SKSE64. If you're comfortable with performing DLL injection on your own, it shouldn't be an issue.

zachboatwright commented 5 months ago

@lostmsu Would you mind explaining how to use your updated version? I'm running Skyrim version 1.6.640.

lostmsu commented 5 months ago

@zachboatwright This probably won't work on Steam version. I am using the GOG version.

  1. Download the .zip with Detours from https://github.com/losttech/NDetours/releases
  2. Unpack anywhere
  3. Download the dll from https://github.com/BorgGames/hide-remote-desktop/releases, copy to Skyrim folder
  4. In the command line cd to the Skyrim folder
  5. Run Path\To\Detours.exe SkyrimSE.exe hide_remote_desktop.dll
zachboatwright commented 5 months ago

Got an error when loading, so I'm assuming that it doesn't work. Thanks anyways!

GoogleBeEvil commented 1 week ago

need update for 1170