Hi! First id like to say how thankfull i am for UVNC, its an amazing program and has made VNC a viable option for me...
Ive been a long time AutoIt scripter and i thought i should bring my own variation of the "AutoIt-SC UVNC", i 'try' to run my own part time commputer repair and support buisness, and i always wanted more when it came to remote support. Most importantly i wanted to be able to do simple things easily and without alot of GUI interaction so that things run fast. To do this ive created a sort of UVNC wrapper, its an AutoIT script that has UVNC built into it, it uses and manipulates UVNC in a easy to use manner and adds extra functionality to make simple tasks... simple. AutoIt is an amazing scripting program that can be fun for a beginer and powerfull for an advanced user, check it out at http://autoitscript.com .
About UVNC-Helper:
- Establishes a reverse connection to a listening viewer
- Size: ~595KB
- 100% contained within a single executalbe, no compiling or config files
- Uses a slimed version of UVNC winvnc.exe (1.0.6.3)
- Runs winvnc.exe in service mode or user mode automaticly to maximize stability and to increase Vista UAC support
- Uses customizable embeded data in the executable to save your host, port and many more options
- Command system to quickly execute simple tasks without alot of GUI interaction so things are easy on slow connections.
- Special command "aptget" to download 'application packages from a repository (Mine by default: http://repo.teammc.cc).
Links: Downloads For Version 3.1.5:
- Standard download at http://teammc.cc/uvnc
- Quick Standard download at http://help.teammc.cc (Downloads VineServer If Opened On Mac)
- AutoEmbed download at http://teammc.cc/uvnc/?s=embed&host=myh ... myporthere
--No support for UAC prompts when running as "non-admin"
Future Development:
--Rebuilt UI, more UI options, including graphics (3.2)
--Ability to connect after reboot (3.2)
--Change docking mode on the fly (3.2)
--Video hook implementation (3.2)
--Awareness for what status UVNC is in (3.3)
--AutoIt 3.3.1.0 (3.3)
--Nat2Nat options (3.4)
--Viewer-Helper
Compatibility:
This program will work with Windows 2000 And later. I have fully tested it on these various VMs: 2000-SP4, XP-SP3, Vista-SP2, Server-2008, 7-RC1. AptGet will not work on windows 2000 at the moment, please comment if you feel this should be changed.
AutoIt Scripts Being Detected As A Virus:
I asure you that this program is not harmfull. This project is opensource and I encourage you to compile it on your own. Read more here: http://www.autoitscript.com/forum/index ... opic=34658
Changes:
(7-12-09 - 3.1.5.0)
-Fixed- Description of the embed command
-Fixed- Error on connection when using 'lock' option
-Note- Using UVNC 1.0.6.3 (since 3.1.0.36)
-Added- Embed option "embed" to protect the executable from accessing the embed screen
-Fixed- DSM file wasnt being packed with the executable because of tests i was conducting
-Fixed- Command line -connect not working when ip/port is secified
-Fixed- Having the port included as part of the host field wasnt overriding the number in the port field (aka ports included with friendly names or command line were not working)
-Fixed- Possible coruption in winvnc.exe from reshacking
-Added- Embed option "lock" to prevent editing of host/port 0=allow both 1=lock both 2=lock host only 3=lock port only
-Changed- Multiple host seperator character changed from "," to ";"
-Changed- Changed the way the embed option "site" works, it will now execute a command at the command prompt using the windows cmd.exe "start"
directive, if you specifiy a URL with a prefix thats properly set by your browser like "http://" then this will open it in that default browser
-Changed- New embed/settings dialog and backend.
-Added- Make URL option in embed dialog
-Added- "Save" option in embed window will only update the currenlty loaded settings (many changes are not noticable by doing this)
-Added- Ability to add a non selectable host list item by adding a friendly name with no value, ex: [Please Select A Tech];[John]192.168.0.1;[--Alternative Techs--];[Allyssa]host2.teammc.cc
-Note- Changes will only be available in the changelog available in the SRC zip, or online documentation, and not in the UVNC-Helper.au3 source itself
Full changelog at http://teammc.cc/uvnc/help