FG

Windows: How to make programs think they're not running in a terminal server session?

Fresh3 days ago
Mar 15, 202632566 views
Confidence Score0%
0%

Problem

I am using the program "SoftXPand 2011 Duo" by Miniframe on my Windows 7 PC. It makes two workstations out of one computer. It uses the terminal services built into Windows to create the additional session. I use two screens, two keyboards and two mice to create this "illusion" of two computers. It…

Error Output

#include <windows.h>
#pragma comment(lib, "user32.lib")

BOOL IsRemoteSession(void)
{
   return GetSystemMetrics( SM_REMOTESESSION );
}

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Windows: How to make programs think they're not running in a terminal server session?

Low Risk

There are several ways for an application to check whether it is running in a Terminal Server session. Some of them you might hack, as below : Registry : . This key is missing in a normal session on my desktop. You might try to delete it, if you can…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment