Ir al contenido principal

Remote Utilities (Viewer + Host) 6.3.0.2 Multilingual | 16.1 MB + Windows Mac Linux


Remote Utilities (Viewer + Host) 6.3.0.2 Multilingual | 16.1 MB

Remote Utilities is a program designed to provide remote administration options for computers as part of local or wide area networks. Remote Utilities consists of two components: RUT-Server is the part that is installed on the remote computer (it is possible to install it remotely) and RUT-Viewer which is the part installed on the administrator's computer. You can use it to control remote computers.

Main Features:
- High performance both in local area networks and in low bandwidth networks.
- File transfer, a remote task manager, Wake On LAN and much more.
- Remote installation. It is easy to install RUT throughout the entire local area network without leaving your computer.
- Configuring the program to run in case of a complicated network topology due to such features as "Connect Via" and "Callback Connection".
- Multilingual interface.
- Security. All data is encrypted with the help of up-to-date technologies and public key protocols (RSA with a 2048-bit public key and AES with a 256-bit session key).

Remote Administration:
- 15 connection modes — Full control, File transfer, Task manager, Terminal etc.
- Unattended and attended access — 24/7 and on-demand access to remote PCs
- Direct connectivity — Connect using an IP address without a third-party server
- Internet connectivity — Connect to a PC located behind a firewall or a router
- Multiple monitors support — Switch between remote monitors on-the-fly

Active Directory Integration:
- Seamless integration — Browse AD tree within the program in real time
- Leverage existing credentials — Access remote PCs using AD users and groups
- Multiple domains — Add new domain controllers to access multiple domains
- Network scanning — Scan your network to find where RU is already installed
- Easy deployment — Use AD group policies to install the program across the network

MSI Configuration:
- MSI configurator — Pre-configure the RU installer file before the deployment
- 3 configuration options — standard MSI file, one-click installer and ad hoc agent
- Remote Install — Built-in tool to install and upgrade RU on all your remote PCs
- Customization — Customize the Agent module with your logo and welcome text
- No extra charge — the MSI package is available for all users at no cost

Remote Administration
Access and control multiple PCs from remote physical locations with 15 different connection modes. You can view screens remotely, send keystrokes, control the mouse pointer, transfer files and do any other operation just as if you were physically sitting in front of the remote PC.

Unattended Access
The remote service starts automatically and grants you unattended 24/7 access to remote workstations and servers in any location — whether it be another room in your office or a remote data center on the other side of the globe.

Power Control
Reboot a remote PC in normal or safe mode, shut it down, lock it or put it to sleep, all as if you were able to physically press the Power and Reset buttons.

Active Directory Support
Browse the Active Directory tree within the program in real time. No need to set up every remote computer — access Active Directory workstations and servers with one click using Windows credentials.

MSI Configuration and Deployment
Configure an MSI installer for further deployment across your local network or customize the remote Agent module with your logo and welcome text for attended support.

Firewall Bypass
Assist a remote customer or colleague instantly through a firewall bypass connection. No network configuration is necessary — connect from anywhere with just an ID and password.

Mobile Support
Access computers from anywhere using the free Viewer for Android and iOS. Stay in control of your remote PCs while on the road or out of the office.

What's New in Version 6.3.0.2:
- Fixed: You no longer need to launch the Viewer with administrator rights in order to be able to use remote camera mode, video chat or session video recording
- Fixed: Host and Agent crashing/hanging when changing Windows color scheme
- Fixed: Viewer now remembers its windows position when they are minimized and then restored


Descarga:

Comentarios

Entradas famosas

Cómo particionar un disco duro en Windows usando herramientas integradas del sistema

¿Qué es una partición de disco? Una partición es una división lógica de un disco duro físico. Cada partición funciona como si fuera un disco independiente: puede tener su propia letra (C:, D:, E:), sistema de archivos y propósito. Ejemplos de uso comunes: Separar Windows de documentos personales Crear una partición exclusiva para respaldos Organizar información por áreas (trabajo, multimedia, proyectos) Antes de comenzar: recomendaciones importantes Antes de modificar particiones, ten en cuenta lo siguiente: 🔒 Haz copia de seguridad de la información importante ⚡ Evita realizar el proceso durante cortes de energía 🛑 No interrumpas el proceso una vez iniciado 💾 Asegúrate de tener espacio libre suficiente en el disco Aunque Windows es bastante seguro en este proceso, cualquier cambio en discos conlleva riesgos. Herramienta principal: Administración de discos Windows incluye la herramienta Administración de discos , que permite: Reducir volúmenes ...

Planillas de solicitud para la linea CANTV

Dejo la planilla de solicitud de linea telefónicas CANTV, deben imprimirla en una hoja y doblar en forma de triptico, luego rellenar todos los datos sin dejar tachaduras y despues llevarlo a un Centro CANTV de su preferencia. Clic aquí para descargar la planilla en MEGA:  http://sh.st/dHbGR Clic en saltar publicidad. RECOMENDACION: Como solicitar ABA de CANTV de forma rapida y segura , visita la web: http://adf.ly/rWKAu NOTA : POR FAVOR, EN LOS COMENTARIOS DE ESTE BLOG, NO DEN SU TELEFONO Y/O DIRECCIÓN DE HABITACIÓN YA QUE SE PRESTA PARA FRAUDES. HAGO REFERENCIA A ESTO YA QUE HAY GENTE COBRANDO POR INSTALACIÓN DE LINEAS O PARA AGILIZAR EL PROCESO DE ADQUISICIÓN DE LA MISMA, NO SE DEJEN ENGAÑAR!.

Ejercicio de Simulación de Colas en Java

En este ejercicio vamos a estudiar la simulación de una cola simple utilizando Java . Los elementos llegan aleatoriamente al sistema, esperan su turno y posteriormente son atendidos durante un tiempo de servicio también aleatorio. Este ejemplo permite estudiar de forma práctica conceptos fundamentales de Programación Orientada a Objetos (POO) , utilización de vectores, clases, objetos, herencia, interfaces y representación gráfica utilizando las clases de Java AWT . Objetivo de la simulación Representar el comportamiento de una cola donde diferentes elementos llegan en determinados instantes de tiempo, esperan hasta poder ser procesados y permanecen ocupando el recurso durante un tiempo determinado. 1. Clase Elemento Para representar cada uno de los elementos que llegan a la cola se utiliza la clase Elemento . Esta clase contiene tres variables miembro: ...