It is currently Fri May 24, 2013 6:18 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: ChrisControl
PostPosted: Wed Feb 24, 2010 12:21 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
V2.00 Beta 2 is available at http://code.google.com/p/chriscontrol/

On TPFC: ChrisControl V1.5

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Last edited by guinness on Thu Feb 25, 2010 3:27 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Wed Feb 24, 2010 2:22 pm 
Offline
User avatar

Joined: Sun Mar 01, 2009 5:48 pm
Posts: 441
Location: Charleston,SC.
Your DataBase link redirects to WinLame encoder.

_________________
"Defects are always more tolerable than the changes necessary to correct them"


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Wed Feb 24, 2010 8:04 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
I'm assuming this is the link he meant to post
http://www.portablefreeware.com/index.php?id=585

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Thu Feb 25, 2010 3:28 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
Updated first post.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Sun Jun 27, 2010 7:12 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
I know this is an old topic but I realized the other day I don't have a VNC client on my system.

Sadly, the excellent TightVNC has a portable edition, but is payware: http://www.tightvnc.com/portable/

Although I'm still new to testing things for portability, I ran MJ Regwatcher and it appears that Chris Control doesn't create registry entries. Also didn't save anything to the \AppData folder. So far looks good.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Sun Jun 27, 2010 8:41 am 
Offline

Joined: Wed Feb 06, 2008 2:55 pm
Posts: 384
Location: South Carolina
My favorite was mRemote for its incredible feature set, but the developer merged it with a commercial project in late 2008. The last freeware version is available here:

http://www.mremote.org/wiki/Downloads.ashx

I don't know if it's stealth.


UltraVNC offers a free viewer that's a simple standalone executable. It saves settings to the registry, but it has a "Delete Saved Settings" button, and you can still save connections as .vnc files:

http://www.uvnc.com/download/1082/1082viewer.html

I have not tested it for file/folder creation.


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Sun Jun 27, 2010 12:50 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
ashghost wrote:
My favorite was mRemote for its incredible feature set

Yes, VERY impressive feature set:

* RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S
* SCP/SFTP transfers!
* GPL'd

... but unfortunately attached to .NET. Great stuff otherwise.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Sun Jun 27, 2010 10:58 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
I have mRemote, but haven't used it yet. I prefer using UltraVNC (it only creates a single Registry Key + Empty folder in %APPDATA%) or if you are looking for a TeamViewer like application for both Free for Commercial and Personal use checkout ChunkVNC (uses UltraVNC.)

Actually ChrisControl uses UltraVNC as the VNC part, but offers a unique feature of closing the Server on the remote machine and deleting what I mentioned before (see above!)

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: ChuckVNC
PostPosted: Tue Dec 14, 2010 10:42 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
guinness wrote:
I prefer using UltraVNC (it only creates a single Registry Key + Empty folder in %APPDATA%) or if you are looking for a TeamViewer like application for both Free for Commercial and Personal use checkout ChunkVNC (uses UltraVNC.)


Chunk VNC test:

This is an incomplete test in WinXP SP2. Its incomplete because I couldn't get a VNC server software to work on the network.

Far from stealth but might still qualify as portable.

Steps:

  • Extract, move files from /viewer/bin to a folder of your choice, delete other files (actual program and settings are only ~1.3 megs.)
  • Run VNCViewer.exe


Creates empty folder in appdata

Writes some minor settings to the registry

    [HKEY_CURRENT_USER\AppEvents\EventLabels\VNCviewerBell]
    ""="Bell"

    [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\VNCviewer\VNCviewerBell]
    ""="Bell"

    [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\VNCviewer\VNCviewerBell\.current]
    ""="ding.wav"

    [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\VNCviewer\VNCviewerBell\.default]
    ""="ding.wav"

    [HKEY_CURRENT_USER\Software\ORL\VNCviewer\Settings]
    "sponsor"=dword:00000000

Unfortunately, it also saves the last server attempt to the registry, which is possible a privacy issue:

    HKCU\Software\ORL\VNCviewer\MRU\A

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Tue Dec 14, 2010 12:17 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
Thanks WebFork, when I posted this I was working with the developer on improving ChunkVNC, but development became slow and I moved onto other projects. I had big plans to improve ChunkVNC but I think I made the code a little over complex :)

The Stealth aspect is down to UltraVNC rather than ChunkVNC, this is why I never really considered it to be added to TPFC. But as far as an Open Source Instant Support service for commercial and non-commercial use, its not bad! :D

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Wed Feb 08, 2012 1:05 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
ChunkVNC has been updated in the interim but the issues webfork found are still present in the latest version.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Wed Feb 08, 2012 2:11 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
guinness wrote:
ChunkVNC has been updated in the interim but the issues webfork found are still present in the latest version.

Well, hopefully if the dev has picked it back up, the registry element will be somewhere on the todolist. Things designated "portable" are getting a lot more common over on Softpedia, so I think the understanding that this will garner you more users has spread.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: ChrisControl
PostPosted: Wed Feb 08, 2012 2:20 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3733
Well I would love to do my own version and as people know I love a good challenge, so lets see what is to come!

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group