Archive for the ‘VNC’ Category

Single Click VNC Server – Solving Grandma’s Computer Problem is Just a Click Away

Monday, March 27th, 2006


I just discovered last night that the UltraVNC people make a program called UltraVNC SC (SingleClick)

The basic idea of this program is that someone who needs computer help from me can download a ~100K executable and launch it, and I’m instantly controlling and viewing their computer screen. There’s no installation, no router settings non-sense, just click and go. It really has opened up a whole world of possibilities for me to painlessly help friends and relatives with simple computer problems.
(more…)

Stop Locking My Computer After 15 Minutes Of Inactivity! (For Windows Server 2003 at least)

Thursday, January 5th, 2006


This will make your computer (at least one running Windows Server 2003) never lock after inactivity and not require ctl-alt-del to login in. It may be similar for Windows XP too.

Here’s the answer:

  1. Goto Start>Run and type gpedit.msc
  2. Once it comes up go to computer configuration go to Windows>Settings>local policies>security options
    (For Windows XP you’d go to: Windows Settings>Security Settings>Local Policies>Security Options)
  3. From there you will see the require Ctl-Alt-Del setting. Disable it. (I’m not sure if you need to do this and this isn’t shown here in Windows XP.)
  4. Next find the one that says “Amount of idle time required before suspending session” and change it to its maximum value 99999.

I found part of this answer here.

It was quite hard to to locate this gem of information on the web but here are all of the searches I tried:

  1. “this computer is in use and has been locked” #The message I want to not see
  2. disable “this computer is in use and has been locked”
  3. “Server 2003″ lock after time
  4. “Server 2003″ auto logoff after set time
  5. “Server 2003″ locked

Fixing – AutoIt stops running/hangs under terminal services

Thursday, December 22nd, 2005


I wrote a nice AutoIt script to automate Omnipage14 because it offered no way whatsoever for a Python script to control it. Anyway everything worked except that I was running it under terminal services on another computer and whenever the terminal services window lost focus or I logged off, AutoIt just stopped running. So I spent quite a while searching and found these solutions:

The short answer is:
Give up! .. don’t run it under terminal services, try VNC instead.

The long answer is:
I searched for too many terms to even recall. I came across a lot of websites and a lot of advice for this problem. The basic problem is that when you’re not actively using terminal services, the desktop and everything GUI goes away somehow. That’s why Autoit stopped working. I tried setting up the AutoIt script to run as a service but nothing happened when I launched the service and it seemed like an overly-complex solution to research any further. The second solution I had come across (using VNC) seemed like a reasonable idea so I went that route and everything is now working fine.

Here are the discussions I found on this issue:
http://www.autoitscript.com/forum/lofiversion/index.php?t4026.html
http://tinyurl.com/8yh3w
http://tinyurl.com/7wmvy

RealVNC – How to login (send ctrl-alt-delete) to remote computer

Thursday, December 22nd, 2005

I tried these search queries:

  1. RealVNC login
  2. RealVNC ctrl-alt-delete

And the answer is…

Just send it “Shift-Ctrl-Alt-Delete” which worked for me.

Alternativelly you can right-click on the RealVNC title bar for your session and select “send Ctrl-Alt-Del”