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.
Read the rest of this entry »
Posted by Greg Pinero (Primary Searcher) as VNC, win32 at 8:35 PM MST
11 Comments »
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:
- Goto Start>Run and type gpedit.msc
- 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)
- 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.)
- 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:
- “this computer is in use and has been locked” #The message I want to not see
- disable “this computer is in use and has been locked”
- “Server 2003″ lock after time
- “Server 2003″ auto logoff after set time
- “Server 2003″ locked
Posted by Greg Pinero (Primary Searcher) as VNC, GUI Automation, win32 at 6:20 PM MST
2 Comments »
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
Posted by Greg Pinero (Primary Searcher) as VNC, GUI Automation at 3:52 PM MST
Comments Off
I tried these search queries:
- RealVNC login
- 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”
Posted by Greg Pinero (Primary Searcher) as VNC at 3:23 PM MST
2 Comments »