Grafitti
Sep 3 2007, 05:15 PM
| | Is there some way that I can use remote desktop without it locking the user's screen? As if i'm trying to troubleshoot a problem over the network i want them to be able to see what i'm doing to their machine so they can learn, but I can't figure out how to do it. I don't need it to have dual keyboard and mouse input, I just need the monitor on their end to be enabled as well as mine. Possibly a third-party program is available for this? |
Reply
wutske
Sep 3 2007, 05:45 PM
try RealVNC, it's free and works like a charm
Reply
faulty.lee
Sep 3 2007, 06:04 PM
Yes, you can try realvnc or any of it's derivative. http://www.realvnc.com/http://www.tightvnc.com/http://www.uvnc.com/All are as good, and comes with their own customize feature. You can try out one by one or read their webpage to see which one suites you better. Some also allows you to remote from browser, like tightvnc. For commercial software, i would recommend RemotelyAnywhere http://www.remotelyanywhere.com/products/w...ion_edition.aspIf you need to do frequent remote control and also monitor and do file transfer, RA is definitely the right tools. I've been using it for my customers, so it can take full control of their pc/server from my desk. It works via browser. So I can be on-call anywhere, can even work in a cybercafe. For less critical client, i use filezilla ftp server + realvnc. That should be enough to do the job.
Reply
tansqrx
Sep 3 2007, 08:41 PM
I would actually recommend VNC over any commercial solutions out there. Its free and open source, did I mention it is free? I use tightVNC on all of the computers in my LAN.
Reply
toby
Sep 3 2007, 09:25 PM
UltraVNC has an excellent and easy server control panel, password, web java client and a lot more.
Reply
Impious
Sep 4 2007, 07:36 PM
well... win xp comes with an remote control option... if u want to use this... i dont know how is it.. i never used... if u want another option u can try the UltraVNC... some friends tested it and aproved... again i will say.. i never used this too.. so..
Reply
ethergeek
Sep 4 2007, 09:21 PM
You want to use remote assistance, not remote desktop. Just get the 2 of you onto msn messenger and have your friend send you a remote assistance invitation...he'll be able to see what you're doing and interact with it.
Reply
WeaponX
Sep 4 2007, 11:28 PM
VNC is actually a great program for most remote access issues. The ports have to be forwarded properly though if you are using a router. I also recommend using Symantec's PCAnywhere, but that's a paid program. The best among them all is LogMeIn. You can get it at: https://secure.logmein.com/home.aspThey have a free version and paid version. The free version does everything that I want already, so there's no need to go pro on this one
Reply
faulty.lee
Sep 5 2007, 02:09 AM
QUOTE(WeaponX @ Sep 5 2007, 07:28 AM)  The ports have to be forwarded properly though if you are using a router. Most of us should be using a router my now, since the wide spread of broadband. Remote access through a dial up is a painful process. Anyway, VNC does allow you to connect the other way around. Normally, the client(the side to remote control) connects to the server(the side being remotely controlled). You can also set your client to listen, and have the server connect to you. That way, you can avoid the problem of teaching the server side user how to port forward, which is really troublesome if the user is a less technical guy, and with so many brand of router around, it's really a tough job. Even if they manage to port forward, any other problem that happen to the connection, they might not be able to troubleshoot and fix. I've done that many times, and really piss me off. Until i realized that the client can actually listen for the server. I even recompile my copy of tightVNC to use a diff port number to avoid attacks. The default port number is fixed.
Reply
Grafitti
Sep 7 2007, 04:21 PM
RealVNC solved my problem. though I'm still finding out how it works, so far it's been what I need. I also have logmein accounts set up, but over the slow connection here it doesn't quite work so well. even though both my computers are in the same building and connected via lan, the logmein connection seems to go out through the internet connection and back in, which isn't a useful thing due to low quality of bandwidth here.
Reply
Recent Queries:--
di-524 uvnc - 29.51 hr back. (1)
-
remote desktop with motorola modem - 130.79 hr back. (1)
Similar Topics
Keywords : remote, desktop, connection, question
- Internet Connection In Linux Through Mobile
(2)
Css Minus The <p>
A very newbie CSS question (9) Most beginner pages on CSS give introductory examples of how to change font style for a page, by
doctoring up the tag, CODE <p class="somestyle">blah blah blah blah
blah</p> I'm finding that this is pretty annoying to use. It doesn't always work
and it adds blank lines (being the tag because that's what does) around things when I
want those lines to be close together. In Tables, it's really annoying to have ... inside
every ..... just because I want to return to my standardised "somestyle" font settings....
Question About Opengl Codes.
(0) Hey! I've started to learn windows API programming. And I've been using OpenGL. I am
following a tutorial, But I didn't understand every comment. So I rewrote the code some times to
learn it, and made my own comments. Some of the rows have the comment "What do this row do??". I
would be happy, if you could explain those rows to me =), please. And BTW: I am only on the first
tutorial. When I start with the others, I am sure I will have more questions. And if someone else
have a questions about OpenGl, feel free to ask them here, instead of starting a n....
Free Remote Wireless Server?
(1) Hi all. I need a free service to manager users and bandwidth to Wireless service to my Town? Anyone
know a site with this options?? Thanks.....
Database Access On Remote Server W/jsp
(0) Hello: I am new to JAVA and server-side applications and have a dumb question. I have set up
Tomcat on my machine and created a JSP program to query an Access database using a DSN-Less
connection. If I publish the page to a webserver and include the .MDB file will it work? I'm
not sure exactly what needs to be packaged with my Java application to make it work. Since I
don't have a remote server that supports .jsp I cannot really test it. I'm assuming that
JDBC driver would be bundled with my site but not sure. Thanks!....
Php Question, Help Please
(5) Im testing to make a site, i made a bit of the code and using Feelay's login system, but can
this code make safer and better? CODE <?php session_start(); ?> <?php
$skin = $_GET['skin']; if($skin=='1'){
$_SESSION['theme']=''; }elseif($skin=='2'){
$_SESSION['theme']='1'; }elseif($skin=='3'){
$_SESSION['theme']='2';; }elseif($skin=='4'){
$_SES....
I Have An Error With My Mysql Connection
mysql connection error (7) ok so here's my web page... http://lacrossems.t35.org/ it only lags cause its trying to
connect to the my sql server...i followed this guide
http://forum.ragezone.com/showthread.php?t=387249 and when i edit my config.php to my host and
login info i always get the error cannot connect to the database here is my config.php if you can
help me CODE <?php $host['naam'] =
'CENSORED'; // my host $host['gebruikersnaam'] =
'righto'; // my database username $host['wach....
Simple Java Question
One Variable; Multiple Classes (3) I’m probably the only person that is able to do so much with Java3D and yet still can't
even get some of the Java basics down. Anyway is it (and if so how is it) possible to make a
variable editable and readable in multiple class files? It seems like this should be an easy
question to answer, but here is a little code to help you understand what I am talking about. CODE
public class test extends Applet{ public int Col = 0; [some long code basically all it
does is call for a collision behavior] [(TestB multiple times every 100 millisecon....
Joomla License Question
(1) I have a small question of the joomla license. I know Joomla is release under the GNU/GPL license
and that it means I can freely use, copy and alter the source code as long as the license
information is retained. I know that this is possible for non-commercial use, but what about
commercial use ? The reason why I ask this is because I've been asked to create a website for a
store (a bio-store to be exactly) where the owners can place announcements from time to time. Can I
do this with joomla ? (btw. they have no intentions for having an online shop, just some announ....
Dynamic Php Image And Better Php Code Question
(10) Im working on a dynamic image, can i put 2 images in same dynamic image, and can i make this code
shorter? if ( $goal == 31 ) { $xp2 = ('14833'); } elseif ( $goal == 32 ) {
$xp2 = ('16456'); } elseif ( $goal == 33 ) { $xp2 = ('18247'); }
elseif ( $goal == 34 ) { $xp2 = ('20224'); } elseif ( $goal == 35 ) {
$xp2 = ('22406'); } elseif ( $goal == 36 ) { $xp2 = ('24815'); }
elseif ( $goal == 37 ) { $xp2 = ('27473'); } elseif ( $goal == 38 ) { ....
Private Servers Question
(13) Is a private server illegal or its legal? I saw many servers when i search at google, Runescape,
WoW, Ragnarok and some more... If its illegal, is it illegal when playing or hosting, or both?
/huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" />....
Connection Problems
(9) I have a very strange situation with my ADSL home connection, I can send emails but can't
recieve any from my POP3/SMTP email accounts, using outlook express. I can browse to some domains
(10% maximum) only, i can connect to almost all the google and related domains like gmail, google,
adsense, blogger, etc. but i can't connect to msn or yahoo, and most important to ASTAHOST. I
can upload and download files using my ftp client. Ping and Tracert commands work almost 100%. I
have a Zyxel Prestige 630-11, it is an USB ADSL modem that works pefect for the last 3....
Bsnl India Broadband - Best And Low Cost
DSL Broadband Connection (3) BSNL Broadband Connection in India is the best ISP for DSL Broadband Connection. They are giving 256
kbps To 8 Mbps speed plan for Rs. 250/- per month for a limited download data bandwidth. As compare
to Prices & speed from other ISP in India, it is the best, as per their performance within present
10 days. Visit URL : http://www.bsnl.co.in/service/dataone.htm ....
Do Google Search Better Than Yahoo?
This is a question for you all google users!! (15) Do you think google search is better than yahoo?? Are they have similar search?? Well for me google
search is more effective than yahoo search engine.....
Internet Connection Sharing Problems
(2) Hello, I am having some trouble setting up Internet Connection Sharing. Here is my setup. My
internet is through a neighbor who is sharing there internet with me wirelessly, so I don't have
any type of broadband modem, just a wireless card on my desktop PC. I have a linksys WRT54G router
connected to the desktop PC and tried following the guidelines for home networking, and works fine,
but no internet connection now. When I unhook my router then my internet connection comes back.
Its as if the computer is looking for internet on my network, and I dont know how t....
Ipod Hardware And Software Question
(9) I had a problem with my 40GB 4th Generation iPod. It was giving me the sad iPod icon. I tried
restoring it to factory default but it wasn't even detected. So I opened up the iPod and tried
reseating all the cables. I wasn't paying attention and forced the hard drive cable in (I know,
stupid thing to do especially for me). I'm usually more careful, but now the extra "pin" (maybe
a ground) at the end is broken and stuck into the wrong side of the hard drive. I put it in the
correct way now minus that "ground" pin at the end (which is still stuck on the other si....
Awesome Remote Control Software!
(18) I found this thing called "LogMeIn.com" in an advertisement on myspace. Normally, I avoid MySpace
ads, but this one is exceptional. Right now, I'm sitting in my living room on my laptop typing
this on my computer in my room! /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
alt="wink.gif" /> Using my internet connection, I just go to LogMeIn.com and connect to my computer
- ANYWHERE in the world! It's free, and secure (256 bit encryption) and it's great!
You can transfer files, and more! This is amazing for free! Since I....
What's The Best CMS
CMS or not CMS?, that is the question (35) read many artical and try many CMS, but still haven't find a best CMS, have you find it?
phpWebSite Tiki XOOPS TYPO3 FreeWPS XDBCMS Nucleus CMS Mambo....
VB.NET / MS Access Question
(6) Jeez .. i can see people already starting to take up sticks and stones to beat me up .. well .. i
know m annoying .. and this always happens when my questions are related to programming
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Newayz ..
to the point .. I have an MS Access DB .. I need a VB Code to retrieve the value from a field in
the table. Let me just put it in a better way. I have a table that has a column: Sno. .. under
sno. i have numbers like 1,2,3,4,5,6,7,8 .... now i created a form where i could view the rec....
Web Browser And Taskbar Problems (web Browser Disappears)
Question about web browsers and taskbar (7) First off, I would like to say thanks for taking the time to read my thread... Er then I won't
have a second or any others, I will just get to my questions. Okay, so I recently noticed that my
web browser windows when I minimized them to the task bar just disappeared. They seemingly minimzed
to a spot that I couldn't see to the down and right of the start button. I know how to get
around this in a couple of ways if I have to... But I was just curious to see if anyone knew how to
fix it a better way? My "solutions" to fix it are: 1) If I hit ALT+TAB at the s....
MySQL Output Database Question
(18) I am new to MySql and have just created a database after using a script. My problem is not the
script, but what it says about putting it into the output file. I cant figure out the right terms
to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
please help me out?....
Airtel GPRS
Information about my not so regular Internet connection. (22) I use a SAMSUNG SGH-C200N handset coupled with Airtel (a GSM Service Provider in Asia) GPRS to
connect to the internet. Here is a review about my Internet Connection - Points > By default
Windows always shows the connection speed to an outstanding 115.6 KBps. Although, from what I have
seen via the connection status, when downloading files from a good server, the maximum speed that I
get is around 5 Kbps. During the peak hours, the connection's speed deteriorates and the data
transmission becomes intermittent. Every Page (except for good ol' Google)....
How To Install Applications In Fedora
noob question (12) I'm a linux user since a few days, i've decided to change to linux coz i'm not very
pleased with Windows versions . So i wonder how do i install aplications like Files Sharing and mp3
?....
How To Connect Computers In A Wi-fi Network
Peer-to-peer connection? (10) My parents have been persuading me over and over again to do something about our wireless internet
connection. No, its not that the router has any problems connecting the computers to the internet.
My problem is that i want to connect my computers together to enable the sharing of files,
programs, and most importantly, my printer. Unfortunately, I have no idea how to use the already set
up wireless connection to link all the computers together. I've done networking with cables yeah
but never with wireless. I've tried the wizards Windows XP provides to create ne....
Ssh Connection Refused
why ? (3) My ssh connection is granted (since today, see here
http://www.astahost.com/index.php?showtopi...t=0entry64470 ). When I try to connect using putty,
i get a "Network error : connection refused". what happens ? Did I do a mistake with putty ?
ssh protocol 1 as well as protocol 2 give the same result. Yordan....
Question About Asp Now() Function
How to display 24 hour time format (6) I am learning asp currently. The learning environment is windows 2003 plus the builtin IIS. Time
format in this machine is set to 24 hours format (hh:mm:ss). However, when i call the Now()
function in a ASP script, the time it caught and displayed as "2005-7-29 7:32:40pm". Is there
anyway to make it displayed in 24 hours format.?? Just like this "2005-7-29 19:32:40" ....
Mp3 Questions
a question for a mp3 beginner like me (14) Hello... You all like to download MP3 's online right? Well, hmmm... i love to download them
and burn them in a cd but there's some unanswered questions roaving in my mind. Example, I
have many duplicates of one song with different file names, well, I want to remove those duplicate
ones ... how? And MP3 is compressed right? Is there a way to uncompress those compressed
sound so that I will really do unlock the wonderful sound of the audio?....
Do You Prefer Laptop Or Desktop Computers?
Which Is Better Overall? (161) Hi all, Am my way to purchase a new laptop, bu tin between i had a doubt either to go for a new
laptop or update the exesitng desktop machiene, then i decided to post it on the astahost where i
can get the proper answer. please all asta users judge which one to go for and why, their's pro
and corns. Please let me know. If Desktop what should be the ideal configuration and same for the
laptop also. Regards Arunkumar.H.G....
Speed Up Your Connection In Windows XP
(41) Speed up your connection in Windows XP /blink.gif' border='0' style='vertical-align:middle'
alt='blink.gif' /> By default, the packet scheduler limits the system to 20% of the bandwidth of a
connection, to increase bandwidth : 1-Open Run dialog box from Start menu. 2- Type “gpedit.msc” and
press Ok. 3- When Group Policy run, go to Local Computer Policy > Computer Configuration >
Administrative Templates > Network > Qos Packet Schedule 4- in right side, right click on Limit
reseivable bandwidth and select Properties. 5- In Setting tab under Limit reservable bandw....
Question About Professional 3d Animating
I.E. Pixar (21) Does anyone know what kind of animating programs comapanies like pixar or dreamworks use? I'm
wondering, because I'm kinda looking into professional animations, and need some advice on what
program to use... flash works for 2d, but i dont think i can do 3d very well in in. Thanks Peace
aaron....
Looking for remote, desktop, connection, question
|
|
Searching Video's for remote, desktop, connection, question
|
advertisement
|
|