VNC Viewer Free Edition

37  RealVNC Ltd.  15,367  Freeware  1021.58 KB
VNC is client and server remote control application.

UltraVNC

96
 UltraVnc
 28,196

Freeware

UltraVNC is a VNC application that is tailored towards Windows PCs.

SmartCode VNC Manager (Standard Edition)

 SmartCode Solutions
 21

Shareware
 8.17 MB

Monitor and control other computers on your LAN or over the Internet remotely.

VNC Navigator

 IntelliNavigator, Inc

9.09 MB

Fast VNC Client for windows.

TightVNC-Jaadu

 TightVNC Group / Jugaari
 66

Open source
 646.92 KB

TightVNC is a remote administration tool for Microsoft Windows and Linux.
 

More Free vnc client windows 7 64 bit

 

free vnc client windows 7 64 bit

in introduction

Canon Drivers Update Utility For Windows 7 64 bit 3.3

 DGTSoft Inc.
 16

Shareware
 712.46 KB

Canon Drivers Update Utility For windows 7 64 bit updates your windows 7.

WinSCP 5.0 beta

74
 Martin Prikryl
 51,190

Open source
 4.79 MB

WinSCP is a free SFTP client, SCP client, FTPS client and FTP client for windows.

VNC Neighborhood 1.1

 Sysworksoft
 7

Freeware
 2.18 MB

vnc Neighborhood is a free vnc server TCP scanner.

Windows 7 Manager 1.1

75
 Yamicsoft
 23,047

Shareware
 10.03 MB

windows 7 Manager can be used to tweak windows 7 using the different tools.

GadgetManager 1.0

 Home Cooked Gadgets

Freeware
 25 KB

GadgetManager makes easy to switch the sidebar between 32 bit and 64 bit modes.

free vnc client windows 7 64 bit

in title

DSSLibrary Installer for Windows 7 64-bit edition 11.3

 John Snow, Inc.
 9

Freeware
 13.87 MB

DSSLibrary is a must have component required for good functionality of KePMS.

VNC client 6.0

 SBS-SIT Vienna
 45

Free Windows 7 Screensaver 1.0

 3D ScreenSaver Jam
 117

Freeware
 3.71 MB

free windows 7 Screensaver is a screensaver that includes lots of images.

64 bit Windows Card Reader Driver 1.1

1
 TEAC
 78

Knoll Light Factory Photo 64 bit 3.2

 Red Giant Software
 186

Shareware

Mimic the reflections from a bright light source as seen through a camera's lens.

 

free vnc client windows 7 64 bit

in description

MSI Drivers Update Utility For Windows 7 64 bit 3.3

 DGTSoft Inc.
 13

Shareware
 669.99 KB

MSI Drivers Update Utility For
windows 7 64 bit will scan your system first then download and install
MSI official drivers to let your MSI device...

VNC Manager 1.2

 Sysworksoft.net
 15

Freeware
 543.17 KB

The original vnc Manager is a
free vnc server TCP scanner. It's intended to automatically discover any
host running vnc Server on a given TCP/IP...

Sony Player Plug-in for Windows Media Player 2.1

2
 Microsoft
 855

Freeware
 5.94 MB

The Sony Player Plug-in makes it possible to play compressed IC Recorder voice files

Requirements:

- Computer: IBM® PC/AT or compatible...

CambridgeSoft ChemBioOffice Ultra 2010 12.0

 CambridgeSoft Corporation
 529

Shareware
 743.56 MB

biologists.

ChemBioThis ultimate chemistry & biology suite is designed to meet the needs of both chemists and biologists.

ChemBio includes ChemBioDraw...

VNC Password Recovery 1.0

 SecurityXploded

Freeware

vnc Password Recovery is the free all-in-one tool to instantly recover the lost vnc password from your system.

It automatically detects the...

Windows 7 USB/DVD Download Tool 1.0

 Microsoft
 53

Freeware
 2.6 MB

When you choose to download most
software from the Microsoft Store, you have the option of using Download
Manager or downloading from your browser....

SmartDeviceMonitor for Client 8.7

1
 RICOH COMPANY,LTD.
 402

Freeware
 27.59 MB

SmartDeviceMonitor for client is a
windows utility that enables users to print directly to printers and to
monitor the status of network devices from...

Bing Theme Pack 1.0

 Microsoft
 94

Freeware
 19.55 MB

Bing Theme Pack enhances your windows 7 desktop.

From the jagged peaks of the Andes in South America to Arizona's Vermilion Cliffs, this...

COMODO Cloud Scanner 1.0

3
 COMODO Group Inc.
 268

Freeware
 17.71 MB

Comodo Cloud Scanner is the
lightning fast online service that detects viruses, junk files, registry
errors and hidden processes that may be lurking...

SecureBridge 5.5

 Devart

Shareware

SecureBridge is a network
security and data protection software for Delphi, C++ Builder, Lazarus
(and free Pascal). SecureBridge can protect any TCP...

allVncClients的更多相关文章

随机推荐

  1. SpringMVC拦截器(实现登录验证拦截器)

    本例实现登陆时的验证拦截,采用SpringMVC拦截器来实现 当用户点击到网站主页时要进行拦截,用户登录了才能进入网站主页,否则进入登陆页面 核心代码 首先是index.jsp,显示链接 <%@ ...

  2. (转)Apple Push Notification Services in iOS 6 Tutorial: Part 1/2

    转自:http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 Upda ...

  3. 把本地建好的项目提交到git上

    才开始用git来控制项目版本,刚开始时不是很会用,由于公司最近新开个项目,需要我把建好的项目放到git上去,慢慢的摸索,终于有点小小的结果,把一个项目成功提交到git上了,在这里记录下,以免下次忘记, ...

  4. Javascript:charCodeAt()方法及示例

    js charCodeAt()函数说明 返回一个整数,代表指定位置上字符的 Unicode 编码.该Unicode编码为十六进制 strObj.charCodeAt(index) 参数: strObj ...

  5. Spring下@ResponseBody响应中文内容乱码问题

    引言: 在JQuery的Ajax请求中,收到的基于后台返回回来的结果出现乱码,在后台其内容正确,到了前台之后,确是乱码??????,该怎样解决呢? 1.  问题的提出 前端基于JQuery的Ajax进 ...

  6. C++11: final与override

    C++11中增加了final与override关键字,貌似是从Java语言中借鉴而来,用途也一样.看例子代码: 01.#include <iostream> 02.  03.using n ...

  7. Linux系统中C&Cpp程序开发(一)

    之前一直在Windows系统下进行程序的设计,近期开始学习使用Linux系统,因而打算将程序开发也转移到Linux系统下.今天先简单介绍一下该系统下的C程序开发步骤. 首先要预先安装vim和gcc工具 ...

  8. css属性之vertical-align详解

    inline-block 该值会让元素生成一个内联级块容器(inline-level block container).一个inline-block的内部会被格式化成一个块盒,而该元素本身会被格式化成 ...

  9. JS高级程序设计学习笔记之第三章基本概念(语法,数据类型,流控制语句,函数)——查漏补缺

    一.语法: 区分大小写; 2.标识符:就是指变量.函数.属性的名字,或者函数的参数 a.标志符的规则:①第一个字符必须是一个字母.下划线(_)或一个美元符号($).                   ...

  10. DNN7网站系统需求及部署指南详解

    此安装指南适用于DNN6.x和DNN7.x在本地测试及主机的安装.最近QQ群里不少朋友问我关于DotNetNuke的安装和运行的问题. 为了让大家更清楚地了解DNN的安装方式,我在这里对DotNetN ...