|
I'm looking for tool where I can share my desktop and the programs I'm running with other users over Internet to be able to run demonstrations. Something like Remote Desktop or VNC but with more than one user seeing my desktop.
Started by Jonas Pegerfalk on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
TightVNC with....
I've experimented than two users.
I've heard good things about gotomeeting
A free option for web to allow concurrent Remote Desktop sessions (I'm not sure how that's received).
Multiple users, and is fairly simple.
|
|
Hello,
I am developping a MSI installer by using WIX, I can create shortcut on desktop for only one user. Now what shall I do to make a shortcut for all users on the machine? Please advise. Thank you.
<Shortcut Id="desktopshortcut" Directory="DesktopFolder...
Started by Ray on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can have WiX set ALLUSERS=1 automatically by declaringSet ALLUSERS=1 , so that the Installer points the DesktopFolder property to the common desktop.
Instead of the installing user's desktop.
|
|
Using (WinXP flavored) Server 2003, how do I allow read-only remote desktop to non-admin users? I don't want to use the "invite for Remote Assistance" feature of MSN Live Messenger. I would rather have a method that doesnt require the chat program and...
Started by djangofan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
This article 6 free remote desktop sharing and screen sharing solutions describes.
Party products.
|
Ask your Facebook Friends
|
How can I connect multiple users to a server simultaneously at the same time? I am using Windows Server 2003
Started by Ortus Mallum on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you ....
You can also connect in to Terminal services licensing.
Two users are allowed to connect remotely plus one user working on the console (which may alsosimply connect them at the same time using remote desktop connection.
|
|
We have a VB6 application that uses a non-visible window (form) for DDE communication.
We have some clients reporting that occasionally they can see this window on their desktop.
I did a scan through the code for any visible = true or show's on the form...
Started by Daemonic on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It might be finding your window instead of the one intended... .
Thunder something, iirc.
On top of that, all VB6 windows have the same class name .
FindWindow() is a notoriously inaccurate API function.
A misbehaving app on the client's machine could do that .
|
|
Hi,
In my job I usually have to connect to several different servers with remote desktop. However, more often than not I will get the message "Terminal server has exceeded the maximum number of allowed connections", because my colleagues just closes the...
Started by JohannesH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Also configurable through group....
You will then see the options for ending disconnected or idle sessions after x minutes, hours or days .
In Terminal Services Configuration -> Connections
Right click on RDP-Tcp, choose properties and select Sessions tab .
|
|
I would like to allow concurrent users on an XP install, but I was wondering if there was a way to do it with out swapping dll's and booting into safe mode.
(Registry changes are fine)
Answer Snippets (Read the full thread at superuser):
The only way to get around that is to replace them with a previous version (one of the early beta versions of Windows XP didn't have that ... .
The restriction is hard coded into the terminal server dll's provided with Windows XP .
No , that's not possible.
|
|
We use Windows "Remote Desktop" to log into server machines. At the moment, I am getting the following error message:
The terminal server has exceeded the maximum number of allowed connections.
Now, the cause is obvious (2 other people are logged on right...
Started by mcherm on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Also, terminal services licenses Session commands to boot off other RDP users....
Can also log via console using rdp and boot the users.
|
|
What is the best way to allow users on a LAN to easily sit at a new computer and have all their settings brought in when they sit there? The settings brought in would be:
Outlook / email settings Mapped drives Network Printers Browser favorites/bookmarks...
Started by Tom Willwerth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Profiles to move profile data this will cover start menu items and desktop shortcuts: Folder that contains all the users Outlook setup instructions, which can be run as a startup script to setup the user outlook connection
Personally....
|
|
At my workplace, we have lab machines that we use to do our testing.
The standard procedure to reserve a machine for testing was to walk around the office to make sure that no one was using the machine.
This is highly inefficient and time consuming.
At...
Started by Julien Nephtali on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
TSLoginsDetails.sql -o:DATAGRID
Now by placing this batch file on the desktop, the user can see who were,'|') AS User, EXTRACT_TOKEN(Strings,3,'|') AS SessionName, EXTRACT_TOKEN(Strings,4,'|') AS ClientName the queue of requests ....
|