Windows 7 - two windows active at the same time
i want to use one PC to play a game and surf the web at the same time. I did some searching and found that it could be done via Windows Terminal Server, but I have no idea how to set it up and how to make it work. Just to clarify, I want to play a game with my wired controller on a HDMI connected TV while someone else uses the computer to do something else (Word, surf the web, etc.)
Does anyone know a good solution for this or can walk me through how to do it using Windows Terminal Server?
windows-7 terminal-services terminal-server
add a comment |
i want to use one PC to play a game and surf the web at the same time. I did some searching and found that it could be done via Windows Terminal Server, but I have no idea how to set it up and how to make it work. Just to clarify, I want to play a game with my wired controller on a HDMI connected TV while someone else uses the computer to do something else (Word, surf the web, etc.)
Does anyone know a good solution for this or can walk me through how to do it using Windows Terminal Server?
windows-7 terminal-services terminal-server
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12
add a comment |
i want to use one PC to play a game and surf the web at the same time. I did some searching and found that it could be done via Windows Terminal Server, but I have no idea how to set it up and how to make it work. Just to clarify, I want to play a game with my wired controller on a HDMI connected TV while someone else uses the computer to do something else (Word, surf the web, etc.)
Does anyone know a good solution for this or can walk me through how to do it using Windows Terminal Server?
windows-7 terminal-services terminal-server
i want to use one PC to play a game and surf the web at the same time. I did some searching and found that it could be done via Windows Terminal Server, but I have no idea how to set it up and how to make it work. Just to clarify, I want to play a game with my wired controller on a HDMI connected TV while someone else uses the computer to do something else (Word, surf the web, etc.)
Does anyone know a good solution for this or can walk me through how to do it using Windows Terminal Server?
windows-7 terminal-services terminal-server
windows-7 terminal-services terminal-server
edited Jan 18 '14 at 10:09
karel
9,34493239
9,34493239
asked Jan 18 '14 at 9:02
Marko PajuMarko Paju
112
112
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12
add a comment |
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12
add a comment |
1 Answer
1
active
oldest
votes
Well on a client base environment I think you cannot. Windows terminal server is mostly to allow RDP connections though. But even when you login to the client it will disconnect/log off current user's session though.
This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.
However, see this:
- Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP
(Termsrv.dll)
So long as you understand that actually executing these instructions is a violation of the Windows EULA
Source: Link
Optional Solution: However, I do not know whether this will help but you may implement a VM (virtual machine) environment to achieve such a requirement.
Helpful Links:
- How can I have multiple active Windows sessions simultaneously?
- Enable Multiple User Access/Concurrent User Sessions For Remote Desktop on Windows 7
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f703471%2fwindows-7-two-windows-active-at-the-same-time%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well on a client base environment I think you cannot. Windows terminal server is mostly to allow RDP connections though. But even when you login to the client it will disconnect/log off current user's session though.
This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.
However, see this:
- Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP
(Termsrv.dll)
So long as you understand that actually executing these instructions is a violation of the Windows EULA
Source: Link
Optional Solution: However, I do not know whether this will help but you may implement a VM (virtual machine) environment to achieve such a requirement.
Helpful Links:
- How can I have multiple active Windows sessions simultaneously?
- Enable Multiple User Access/Concurrent User Sessions For Remote Desktop on Windows 7
add a comment |
Well on a client base environment I think you cannot. Windows terminal server is mostly to allow RDP connections though. But even when you login to the client it will disconnect/log off current user's session though.
This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.
However, see this:
- Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP
(Termsrv.dll)
So long as you understand that actually executing these instructions is a violation of the Windows EULA
Source: Link
Optional Solution: However, I do not know whether this will help but you may implement a VM (virtual machine) environment to achieve such a requirement.
Helpful Links:
- How can I have multiple active Windows sessions simultaneously?
- Enable Multiple User Access/Concurrent User Sessions For Remote Desktop on Windows 7
add a comment |
Well on a client base environment I think you cannot. Windows terminal server is mostly to allow RDP connections though. But even when you login to the client it will disconnect/log off current user's session though.
This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.
However, see this:
- Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP
(Termsrv.dll)
So long as you understand that actually executing these instructions is a violation of the Windows EULA
Source: Link
Optional Solution: However, I do not know whether this will help but you may implement a VM (virtual machine) environment to achieve such a requirement.
Helpful Links:
- How can I have multiple active Windows sessions simultaneously?
- Enable Multiple User Access/Concurrent User Sessions For Remote Desktop on Windows 7
Well on a client base environment I think you cannot. Windows terminal server is mostly to allow RDP connections though. But even when you login to the client it will disconnect/log off current user's session though.
This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.
However, see this:
- Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP
(Termsrv.dll)
So long as you understand that actually executing these instructions is a violation of the Windows EULA
Source: Link
Optional Solution: However, I do not know whether this will help but you may implement a VM (virtual machine) environment to achieve such a requirement.
Helpful Links:
- How can I have multiple active Windows sessions simultaneously?
- Enable Multiple User Access/Concurrent User Sessions For Remote Desktop on Windows 7
edited Mar 20 '17 at 10:04
Community♦
1
1
answered Jan 18 '14 at 9:34
AzkerMAzkerM
4562720
4562720
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f703471%2fwindows-7-two-windows-active-at-the-same-time%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't believe this is possible with a single instance of Windows. You'd need to look into virtualization to have two instances of Windows running on a single set of hardware.
– Attie
Feb 12 at 13:12