|
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.
|
|
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.
|
Ask your Facebook Friends
|
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 .
|
|
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....
|
|
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.
|
|
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 ....
|
|
Some users who connect to the server using Remote Desktop (mstsc) are locked to a particular program: when they login, the program starts; when they quit the program, they're logged out.
One of them has tired of the Lilac color scheme, and would prefer...
Started by Thomas L Holaday on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
You'll need to match the SID to the user you want to edit, then edit his to open HKEY_....
As the desktop and themiming is concerned, my stardard users have the rights to change that and some in the registry under HKEY_USERS.
|
|
Hi,
I'm running a Windows Server 2003 PDC with AD and we have 2 machines that we require everyone to be able to remotely log in to. So I add "Domain Users" to the built in "Remote Desktop Users" account but after a policy refresh this group empties itself...
Started by djk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
That's not a stock if there are any....
At the "Permissions" tab and see that "Remote Desktop Users" is granted "User Access" and "Guest Policy" for the "Remote Desktop Users" group, which explains why it "emptied out".
|