Getting Started - Installing and Running System options for a running viewer Command line options Full-screen mode Problems?

Size: px
Start display at page:

Download "Getting Started - Installing and Running System options for a running viewer Command line options Full-screen mode Problems?"

Transcription

1 Página 1 de 7 Windows VNC Viewer r e a l v n c about us make a contribution v n c what is it? how can i use it? why is it different? download it now get it on CDROM e n t e r p r i s e support development Index Getting Started - Installing and Running System options for a running viewer Command line options Full-screen mode Problems? Getting Started - Installing and Running The Windows VNC Viewer is always installed by the WinVNC setup program. You can also download it directly, and use it without having first installed it. It is usually accessed via the RealVNC group of the Start... menu. i n f o r m a t i o n documentation mailing lists search FAQ contact This will bring up an initial connection prompt, where you can type in the name or IP address of the VNC server you want to connect to, and optionally the display number of the desktop there. For a Windows VNC server, this will usually be '0' and can be omitted. The Options dialog box allows you to control a number of options before making the connection. The default settings are shown here.

2 Página 2 de 7 For most purposes, the default viewer settings will be suitable. In particular, the graphical encoding used by the server to send updates to the viewer is automatically selected based on the amount of network bandwidth available to give the best balance of bandwidth reduction versus encoding speed. The viewer will also request 8-bit (BGR233) images from the server if the bandwidth available is extremely limited. Note that when the "Auto select" feature is selected, the greyed out encodings show the automatically selected options currently in force. System options for a running viewer Some options are controllable for a running viewer, by clicking the VNC logo in the top-left corner of the vncviewer window.

3 Página 3 de 7 The system menu also allows you to see some information about the connection, start new connections, and send a Ctrl-Alt-Del to a remote machine. This will only have an effect if the remote server is able to interpret it, currently only true for WinVNC running as a service under NT4/2000/XP. On many systems, you can also send Ctrl-Alt-Del by pressing AltGr-Del. Keystrokes such as Ctrl-Esc and Alt-Tab may be interpreted at the local (viewer) machine. If you want to send them to the remote machine, you can use the options on the viewer menu to send individual Ctrldown, Ctrl-up, Alt-down and Alt-up keystrokes. For example, to type Ctrl-Esc on the remote machine, send Ctrl-down using the menu, press Esc, and then send Ctrl-up (or just tap the Ctrl key) to release the Ctrl key at the remote end. Command line options You can run the windows vncviewer from the command line or from a shortcut. It will prompt you for a display: vncviewer You can specify a display on the command line: vncviewer snoopy:2 The full list of options is show here. Options can take either - or / as the switch character. -shared

4 Página 4 de 7 When you make a connection to a VNC server, all other existing connections to that server are normally closed. This is for security reasons, and because we normally think of VNC as a tool for mobility: your desktop follows you from place to place. This option asks the server to leave any existing connections open, allowing you to share the desktop with someone already using it. Some servers have options to change the default behaviour and to override this request. -8bit The viewer will normally request the current display format of the machine on which it is running. This setting forces the viewer to instead request 8-bit pixel data and to convert it locally for display, in order to reduce the bandwdith required. This option should rarely prove necessary, since the viewer now includes code to automatically detect when 8-bit colour should be used. -noauto Turn off the automatic selection of encoding and pixel format. Normally the viewer tests the speed of the connection to the server and chooses the encoding and pixel format appropriately. -config file You can save all the details of an open connection to a file using a command from the menu. You can then restart that connection at a later date by specifying the name of the file using this switch. -register This tells the Windows shell that.vnc files are associated with the vncviewer. You should then be able to double-click on them to start the session. Sometimes Windows seems to need restarting before this take effect. -scale n/m Specify a scaling factor for the local display. The values n and m should be integers. The '/' and the m can be omitted if m=1. -emulate3 Users with a two-button mouse can emulate a middle button by pressing both buttons at once if this option is enabled on the command line or in the dialog box. Note: On recent versions of the viewer this is the default, so there's now a -noemulate3 option to turn it off if wanted. -noemulate3 Opposite of -emulate3 -swapmouse This option was more commonly used before the 3-button emulation was available. Normally the PC buttons left-middleright are mapped on to X buttons 1,2,3. This switch causes them to be mapped onto buttons 1,3,2, which may be more useful for two-button users who only have left-right, because they will then get buttons 1 & 2 instead of 1 & 3. If combined with 3-button emulation, this also causes the middle button to emulate button 3 instead of button 2. This may be useful if you use button 2 more. -emulate3timeout When using 3-button emulation, both mouse buttons must be pressed within a certain period for them to be registered as a single middle-click instead of separate left and right clicks. This option allows that time period to be specified in msec. The default is 100.

5 Página 5 de 7 -emulate3fuzz When using 3-button emulation, both mouse buttons must be pressed within a certain distance of each other for them to be registered as a single middle-click. This option allows that distance to be specified in pixels. The default is 4. -fullscreen This causes connections to start in full-screen mode by default. See below for more details. -listen port This switch puts vncviewer into listening mode where it can accept connections from a VNC server A listening vncviewer does not pop up a connection dialog, but instead installs itself in the system tray. From there you can easily start up new connections and can set default options to be used for them during this instance of the program. The Windows VNC Server can initiate the connection to a viewer using the 'Add New Client' menu option. For this to work, the viewer must be in listening mode. A Unix server can initiate a connection with vncconnect. The default port is 5500, which can be overridden with the port parameter. From 3.3.7, it is possible to run multiple listening viewers on the same machine. -disableclipboard Clipboard changes caused by cutting or copying at either the viewer or server end are normally transmitted to the other end. This option disables clipboard transfers. -belldeiconify VNC allows for the transmission of a 'bell' character, causing a beep at the viewer if it has sound facilities. You can set the sound to be used for the bell under the VNCviewer section of 'Sounds' in the Control Panel. Often a beep will happen because you are being notified of something such as arriving or compilation finishing. This switch causes a minimized vncviewer to be un-minimized when a bell character is received. -nocursor, -dotcursor, -normalcursor Most VNC servers send their cursor as part of the screen image that is displayed in the viewer. Having a local cursor in addition to this can be distracting. The default is for the viewer to use a small dot to show the position of the local cursor, and this is our recommended mode of use. You can use the -nocursor option to turn off this local cursor completely, or -normalcursor to leave it at the default Windows 'arrow'. Some things to note here: When you press a mouse button, it is the local mouse position that is used to send the event. On a slow network, the remote cursor may lag behind the local one a bit. You don't need to wait for it to catch up before you click, but if you have switched off the local cursor display, it can be harder to know exactly where you're clicking! The X-based server has an option which tells it not to show a cursor. This can be useful if combined with - normalcursor at the viewer, particularly on slow networks. However, the cursor will then never change shape - it will always be the arrow. We like the default dot the best! -keyboard kbdname Windows uses an internal and not very helpful name for the keyboard layout currently selected for an application. You can

6 Página 6 de 7 see the one being used by vncviewer if you select 'Connection Info' from the system menu of the viewer window. If you change the keyboard settings and then make a note of this, you can specify it on the command line to cause vncviewer to attempt to load this in the future. Note that vncviewer does not currently support 'dead keys', and that the differences between language and keyboard are confusing and the way they are handled is different in Windows 95 and NT. But this may help a bit. -logfile filename VNC viewer has a logging mechanism which can save some debugging information to a file or display it on a console. This option specifies the name of a file to which a log will be written. -loglevel n This option controls the amount of logging information sent to the log file. The default is zero, and higher values (up to about 12) will provide more detail. -console In addition to, or instead of, logging to a file, this option will cause the debugging information to be sent to a console window. -viewonly In View-only mode, no mouse or keyboard events will be sent back to the server. This is useful for teaching sessions or other situations where you want to observe but don't want to interfere. -restricted In restricted mode, most of the items are removed from the menu, so that the user cannot, for example, send a Ctrl-Alt-Del to the remote end. Full-screen mode The VNC viewer can be switched into a fullscreen mode. This is particularly useful when connecting to a remote screen which is the same size as your local one. If the remote screen is bigger, you won't get any scrollbars, but you can scroll by bumping the mouse against the edge of the screen. To leave fullscreen mode you must disable it from the menu, but the menu is no longer visible! So you have to bring the taskbar to the front by typing Ctrl-Esc Esc, and then right-click on the vncviewer icon. A dialog box will appear when you select fullscreen mode to remind you of this; if, after a while you get annoyed with the dialog box, you can disable it by creating a DWORD registry value named HKEY_CURRENT_USER\Software\ORL\ VNCviewer\Settings\SkipFullScreenPrompt and setting it to 1. Problems? If you have difficulties which are not covered by this document, try reading the FAQ. There are also some pages to help with troubleshooting. If that doesn't help then try searching the archives. There are tens of

7 Página 7 de 7 thousands of items collected over several years. If that doesn't help then try subscribing to the mailing list and ask your question there. Copyright 2002 RealVNC Ltd RealVNC and the RealVNC logos are trademarks of RealVNC Ltd

PIN Services UltraVNC Remote Control Use, Configuration and Administration

PIN Services UltraVNC Remote Control Use, Configuration and Administration PIN Services UltraVNC Remote Control Use, Configuration and Administration This document describes how to access the PIN Services Remote Control Service. It consists of two parts. The first part describes

More information

BasicMouse BasicBoard & BasicBrowser Help

BasicMouse BasicBoard & BasicBrowser Help BasicMouse BasicBoard & BasicBrowser Help 1 General Run in background mode: when selected BasicMouse doesn t show the main screen but directly runs in stealth mode (in the systray) with the chosen configuration.

More information

Bridgit Conferencing Software User s Guide. Version 3.0

Bridgit Conferencing Software User s Guide. Version 3.0 Bridgit Conferencing Software User s Guide Version 3.0 ii Table Of Contents Introducing Bridgit Conferencing Software... 1 System Requirements... 1 Getting Bridgit Conferencing Software... 2 The Bridgit

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

In the Insight console, access advanced features by right-clicking on a student computer in either the Detail or Thumbnail view.

In the Insight console, access advanced features by right-clicking on a student computer in either the Detail or Thumbnail view. On the teacher computer, there is small Insight icon in the taskbar. The taskbar is located in the bottom right corner of the computer screen. Double-click the icon to open Insight. You can right-click

More information

Quick Guide to the NoMachine GUI

Quick Guide to the NoMachine GUI Quick Guide to the NoMachine GUI Page 1 of 17 Table of Contents 1. What is the NoMachine GUI? The Player preferences GUI 2. How to access the NoMachine 'Player preferences' 2.1. Input preferences 2.2.

More information

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

COMPUTER DESCRIPTION...

COMPUTER DESCRIPTION... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Panda Remote Control. Adaptive Defense 360 Endpoint Protection Plus. Administrator's Guide. Administrator s

Panda Remote Control. Adaptive Defense 360 Endpoint Protection Plus. Administrator's Guide. Administrator s Panda Remote Control Adaptive Defense 360 Endpoint Protection Plus Administrator s Administrator's Guide Contents 1. INTRODUCTION... 4 1.1. REQUIREMENTS... 5 1.2. INSTALLATION... 6 1.2.1 INSTALLATION CHECK...

More information

Making Windows XP work for you

Making Windows XP work for you Making Windows XP work for you With each version of Windows that has been released over the past several years, Microsoft and other developers have been made aware of the issues surrounding accessibility

More information

Introduction to Windows 10 Part 1

Introduction to Windows 10 Part 1 Introduction to Windows 10 Part 1 Higham and Rushden U3A In this presentation we will have a quick look at the following: Starting Windows 10 Typical desktop layout Start screen Cortana and Search Taskbar

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Navigating Windows 10 Windows 10 is the most recent version of the Microsoft Windows operating system.

Navigating Windows 10 Windows 10 is the most recent version of the Microsoft Windows operating system. Navigating Windows 10 Windows 10 is the most recent version of the Microsoft Windows operating system. New Features in Windows 10 Start Menu Microsoft Edge new web browser Cortana virtual assistant Multiple

More information

A Linux Virtual Machine for CS-2011 Projects

A Linux Virtual Machine for CS-2011 Projects CS-2011, Machine Organization and Assembly Language, D-term 2013 A Linux Virtual Machine for CS-2011 Projects Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute As an alternative to working

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

Accessibility. Mike McBride

Accessibility. Mike McBride Mike McBride 2 Contents 1 Accessibility 4 1.1 Introduction......................................... 4 1.1.1 Bell.......................................... 4 1.1.2 Modifier keys....................................

More information

Lineup Configuration Guide

Lineup Configuration Guide Lineup Configuration Guide How to Stop the Lineup Display & DSI Software If you need to stop the Lineup display & DSI software to get to the Windows desktop follow these steps. 1. Press the ESC key which

More information

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing ImmuNet In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing Browser Performance Unless instructed to do otherwise,

More information

Casper Remote User Guide

Casper Remote User Guide Casper Remote User Guide 2 REV 1.2 Table of Contents: Introduction..3 Quick Start Guide...4 Google Authenticator.9 Remote Access Settings.13 Troubleshooting 19 3 REV 1.2 Introduction: Casper Remote Control

More information

XnView Image Viewer. a ZOOMERS guide

XnView Image Viewer. a ZOOMERS guide XnView Image Viewer a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...14 Printing... 22 Image Editing...26 Configuration... 34 Note that this guide is for XnView version 1.8. The current

More information

Guide to the Functionality in the Menu Panel on Mac

Guide to the Functionality in the Menu Panel on Mac Guide to the Functionality in the Menu Panel on Page 1 of 29 Table of Contents Introduction 1. Welcome to the Menu Panel Guide The Menu Panel 2. What is the Menu Panel 2.1. ccess the Menu Panel 3. Input

More information

Bomgar Connect Android Rep Console 2.2.9

Bomgar Connect Android Rep Console 2.2.9 Bomgar Connect Android Rep Console 2.2.9 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

File Storage & Windows Tips

File Storage & Windows Tips Recycle Bin Holds onto deleted files until you empty the bin. Windows Desktop The screen below should be similar to what you may have seen on your computer at work or at home. Icons For: Programs Files

More information

Switch between open apps Close the active item, or exit the active app

Switch between open apps Close the active item, or exit the active app Ctrl + X Ctrl + C (or Ctrl + Insert) Ctrl + V (or Shift + Insert) Ctrl + Z Alt + Tab Alt + F4 L D F2 F3 F4 F5 F6 F10 Alt + F8 Alt + Esc Alt + underlined letter Alt + Enter Alt + Spacebar Alt + Left arrow

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Changing How You View the Host

Changing How You View the Host Once Remote Control has started... Once you have launched remote control and successfully authenticated to the host computer, you see the host computer's desktop and the LogMeIn remote control toolbar.

More information

Accessibility Tutorials for Windows Vista

Accessibility Tutorials for Windows Vista Accessibility Tutorials for Windows Vista Discover How to Make Your Computer Easier to See, Hear, and Use www.microsoft.com/enable/ 2006 Microsoft Corporation Accessibility Tutorials for Windows Vista

More information

Windows 10: FAQs. The Start Menu. Cortana

Windows 10: FAQs. The Start Menu. Cortana Windows 10: FAQs Click on a topic below e.g. File Management to find answers to common questions about Windows 10. Alternatively, you can search this document by pressing CTRL + F and typing a keyword.

More information

Creating Postcards in Microsoft Publisher

Creating Postcards in Microsoft Publisher Creating Postcards in Microsoft Publisher Open Publisher either from the desktop or through the Start menu. Once Publisher opens, select Postcards from the menu on the right hand side of the screen. Scroll

More information

NETOP GUEST FOR ANDROID GUIDE

NETOP GUEST FOR ANDROID GUIDE 31.01.2017 NETOP GUEST FOR ANDROID GUIDE Contents 1 Introduction... 2 1.1 Document Scope... 2 2 Installing the Netop Guest... 3 2.1 Enter the Netop Guest license key... 3 3 Using the Netop Guest... 5 3.1

More information

7 For Seniors For Dummies

7 For Seniors For Dummies Windows 7 For Seniors For Dummies Chapter 16: Making Windows 7 Easier to Use ISBN: 978-0-470-50946-3 Copyright of Wiley Publishing, Inc. Indianapolis, Indiana Posted with Permission Making Windows 7 Easier

More information

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide ASIC-200 Version 5.0 integrated industrial control software HMI Guide Revision Description Date C Name change, correct where applicable with document 4/07 HMI Guide: 139168(C) Published by: Pro-face 750

More information

Ad Muncher's New Interface Layout

Ad Muncher's New Interface Layout Ad Muncher's New Interface Layout We are currently working on a new layout for Ad Muncher's configuration window. This page will document the new layout. Interface Layout Objectives The ability to modify

More information

Photoshop Fundamentals

Photoshop Fundamentals Lesson 3 Photoshop Fundamentals Photoshop Fundamentals How to Navigate your Document Zooming in and out To zoom in and out on your Photoshop document, hold down the Command key (Ctrl on Win) and press

More information

GNOME Terminal Manual i. GNOME Terminal Manual

GNOME Terminal Manual i. GNOME Terminal Manual i Manual ii Copyright 2002, 2003, 2004 Sun Microsystems Copyright 2000 Miguel de Icaza Copyright 2000 Michael Zucchi Copyright 2000 Alexander Kirillov Copyright 2008 Christian Persch Copyright 2009 Paul

More information

WaveSurfer at a glance

WaveSurfer at a glance WaveSurfer at a glance WaveSurfer has a simple but powerful interface. The basic document you work with is a sound. When WaveSurfer is first started, it contains an empty sound. You can load a sound file

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Microsoft Office 2010 consists of five core programs: Word, Excel,

Microsoft Office 2010 consists of five core programs: Word, Excel, Chapter 1 Introducing Microsoft Office 2010 In This Chapter Starting an Office 2010 program Learning the Microsoft Office Backstage View Using the Quick Access toolbar Learning the Ribbon Customizing an

More information

1. Understanding efinanceplus Basics

1. Understanding efinanceplus Basics 1. Understanding efinanceplus Basics To understand the procedures described later in this guide, you will first need some background on the efinanceplus environment. Whether adding, searching for, viewing,

More information

BMI Report Report not tracking all dates

BMI Report Report not tracking all dates Digilink-Xtreme Troubleshooting Guide Version 1.9.2-03/10/2011 BMI Report Report not tracking all dates Symptoms: The BMI report function in the LOG screen doesn't show all the music that has played in

More information

SlickEdit Gadgets. SlickEdit Gadgets

SlickEdit Gadgets. SlickEdit Gadgets SlickEdit Gadgets As a programmer, one of the best feelings in the world is writing something that makes you want to call your programming buddies over and say, This is cool! Check this out. Sometimes

More information

Computer Basics I: Nuts and Bolts using Windows 10

Computer Basics I: Nuts and Bolts using Windows 10 Birchard Public Library of Sandusky County Computer Basics I: Nuts and Bolts using Windows 10 A free computer class offered by Birchard Public Library of Sandusky County Fremont 423 Croghan Street Fremont,

More information

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide. - All rights reserved

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide.   - All rights reserved R EIN V E N TIN G B U S I N E S S I L E M A MARK5 Basic guide 0.0 Welcome In this brief guide we will cover the basics of MARK5 such as starting up, understanding the MARK5 interface basics and sending

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration...

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration... XnView 1.9 a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...15 Printing... 22 Image Editing...28 Configuration... 36 Written by Chorlton Workshop for hsbp Introduction This is a guide

More information

S T U D E N T H A N D B O O K

S T U D E N T H A N D B O O K S T U D E N T H A N D B O O K Getting Started The SMARTHINKING Home Page is the starting point for all of your tutoring interactions. The Menu Bar can be found either at the top of the screen (as shown

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Using VNC on an Access Grid Node

Using VNC on an Access Grid Node Using VNC on an Access Grid Node Satish Vanimisetti Center for Computational Sciences, University of Kentucky satish@ccs.uky.edu Using VNC on an Access Grid Node by Satish Vanimisetti Copyright 2001 by

More information

Customizing Windows XP

Customizing Windows XP Customizing Windows XP Mouse Moves Click Always lets you select something. It may be an icon, a button, or a menu command. Double Click Click the mouse (or trackpad) 2 times on an icon to open that document

More information

THINSOFT PTE LTD. 23, Tai Seng Drive, #06-00, Singapore , Fax (65) Document Version 1.4

THINSOFT PTE LTD. 23, Tai Seng Drive, #06-00, Singapore , Fax (65) Document Version 1.4 THINSOFT PTE LTD 23, Tai Seng Drive, #06-00, Singapore 535224, Fax (65) 6289 7308 www.thinsoftinc.com WinConnect S User Manual Document Version 1.4 Copyright 2004-2009 ThinSoft Pte Ltd. All rights reserved.

More information

To remotely use the tools in the CADE lab, do the following:

To remotely use the tools in the CADE lab, do the following: To remotely use the tools in the CADE lab, do the following: Windows: PUTTY: Putty happens to be the easiest ssh client to use since it requires no installation. You can download it at: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors StudioPrompter Tutorials Prepare before you start the Tutorials Opening and importing text files Using the Control Bar Using Dual Monitors Using Speed Controls Using Alternate Files Using Text Markers

More information

Computer Shortcut Keys

Computer Shortcut Keys Powered By Computer Shortcut Keys Let s kickstart the list with the most common shortcuts that you ll often use. F1 [Display Help] F2 [Rename the selected item] F3 [Search for a file or folder] F4 [Display

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science EECS 150 Fall 2000 Original Lab By: J.Wawrzynek and N. Weaver Edited by B. Choi, R.

More information

Guide to the NoMachine Menu Panel for Web Sessions

Guide to the NoMachine Menu Panel for Web Sessions Guide to the NoMachine Menu Panel for Web Page 1 of 14 Table of Contents Introduction 1. Welcome to the NoMachine Menu Panel Guide for Web 2. What is the Menu Panel 2.1. Open the Menu Panel 3. The Input

More information

Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet

Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet The Main Menu Bar is located immediately below the Program

More information

Introduction to Moodle

Introduction to Moodle Introduction to Moodle Preparing for a Moodle Staff Development Session... 2 Logging in to Moodle... 2 Adding an image to your profile... 4 Navigate to and within a course... 6 Content of the basic template

More information

XMReality 6. User Manual for Windows XMReality AB Teknikringen 10, 8 fl SE Linköping Sweden

XMReality 6. User Manual for Windows XMReality AB Teknikringen 10, 8 fl SE Linköping Sweden XMReality 6 User Manual for Windows - 6.3 1 XMReality AB Teknikringen 10, 8 fl SE-583 30 Linköping Sweden Introduction This is a user manual for XMReality Remote Guidance Generation 6 for Windows. An account

More information

PENMOUNT DEVICE DRIVER USERS GUIDE FOR MICROSOFT WINDOWS

PENMOUNT DEVICE DRIVER USERS GUIDE FOR MICROSOFT WINDOWS PENMOUNT DEVICE DRIVER USERS GUIDE FOR MICROSOFT WINDOWS Version 2.4 16/Sep/ 15 Preface Disclaimer The information in this document is subject to change without notice. The manufacturer makes no representations

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value MatDeck tips Basic :=- assignment of variable values; assign value to variable a with code a := value = - displaying variable value; display value stored in the variable a with code a = Alt continue with

More information

Bomgar. What is Bomgar?

Bomgar. What is Bomgar? Bomgar What is Bomgar? Bomgar is remote desktop control software for enterprise support. With Bomgar, an IT technician can support and troubleshoot multiple desktop environments, including: Windows 95-Vista

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

Changing How the Keyboard Works in Windows 7

Changing How the Keyboard Works in Windows 7 Changing How the Keyboard Works in Windows 7 Mada Assistive Technology Center Tel: 00 974 44594050 Fax: 00 974 44594051 Email: info@mada.org.qa Introduction The keyboard can be adjusted to suit you in

More information

Using Microsoft Word. Text Editing

Using Microsoft Word. Text Editing Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Peripheral Devices devices attached to the CPU (computer)

Peripheral Devices devices attached to the CPU (computer) Lesson Notes Author: Pamela Schmidt Peripheral Devices devices attached to the CPU (computer) Input Devices allows information to be sent to the computer Pointing Devices Mouse Most mice have two buttons.

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Magic Switch. Windows to Windows Windows to Android. User Manual

Magic Switch. Windows to Windows Windows to Android. User Manual Magic Switch Windows to Windows Windows to Android User Manual TABLE OF CONTENTS INTRODUCTION...2 Function List...2 Required Environments...2 Regulatory Compliance:...2 Package Contents...3 GETTING STARTED

More information

Axel Remote Management Version 2

Axel Remote Management Version 2 Axel Remote Management Version 2 Administration Software for Axel Terminals and Office Servers May 2009 - Ref.: AxRM2E-16 The reproduction of this material, in part or whole, is strictly prohibited. For

More information

Microsoft Excel 2013 Series and Custom Lists (Level 3)

Microsoft Excel 2013 Series and Custom Lists (Level 3) IT Training Microsoft Excel 2013 Series and Custom Lists (Level 3) Contents Introduction...1 Extending a Single Cell...1 Built-in Data Series...2 Extending Two Cells...2 Extending Multiple Cells...3 Linear

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Computer Basics Microsoft Windows CB 200

Computer Basics Microsoft Windows CB 200 Computer Basics Microsoft Windows CB 200 Table of Contents Using Windows... 3 Desktop... 3 Taskbar... 4 The Start menu... 4 The Quick Launch bar... 5 The System Tray... 6 Customization... 6 How to Use

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Parallels Toolbox for Windows User's Guide

Parallels Toolbox for Windows User's Guide Parallels Toolbox for Windows User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

More information

How To Manually Turn Off Display Windows 7

How To Manually Turn Off Display Windows 7 How To Manually Turn Off Display Windows 7 Shortcut Keys The simplest way to save energy is by manually turning off your monitor whenever be a manual display shutdown command attributed to one of your

More information

OS X keyboard shortcuts

OS X keyboard shortcuts OS X keyboard shortcuts Summary Learn about common OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in OS X by pressing a combination of keys on your keyboard. Original source:

More information

The Galileo Desktop-Focalpoint 4.0. Table of Contents

The Galileo Desktop-Focalpoint 4.0. Table of Contents Acknowledgement: This quick reference was developed by Galileo International, Training and Development. For questions or comments, please send a message to training.development@galileo.com Apollo, Galileo,

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

Work Smart: Windows 7 New Features

Work Smart: Windows 7 New Features About Windows 7 New Features The Windows 7 operating system offers several new features to help you work faster and more efficiently, and enable you to access the files, folders, programs, and applications

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

More information

What is Emcee? Actions in Thumbnail View Starting Emcee and Activating the Thumbnail View... 5

What is Emcee? Actions in Thumbnail View Starting Emcee and Activating the Thumbnail View... 5 USING THE DESKTOP ORGANIZER Multi-monitor support. Touch, Keyboard or Mouse Control. Windows 10, Windows 8 and Windows 7. Compatible with TaskView and virtual desktops. Free evaluation trial period before

More information

Page 1 of 6 Mac OS X keyboard shortcuts Summary Learn about common Mac OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in Mac OS X by pressing a combination of keys on your keyboard.

More information

PROMIS Support FAQ. Topics:

PROMIS Support FAQ. Topics: PROMIS Support FAQ This document is for all PROMIS users who may run into computer issues related to PROMIS on your computer. It is a quick reference to answer basic questions you may have about your desktop

More information

Using the Zoo Workstations

Using the Zoo Workstations Using the Zoo Workstations Version 1.86: January 16, 2014 If you ve used Linux before, you can probably skip many of these instructions, but skim just in case. Please direct corrections and suggestions

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Word 97: Increasing Efficiency

Word 97: Increasing Efficiency Windows 95 Word 97: Increasing Efficiency Increasing Your Efficiency Word for Windows has a number of features that can help you perform word processing tasks more quickly or to increase efficiency by

More information

Formatting, Saving and Printing in Word 2013

Formatting, Saving and Printing in Word 2013 Revision 3 (--04) Computer Basics Formatting, Saving and Printing in Word 03 MICROSOFT WORD 03: This program allows you to create new documents, make easy changes, insert media, and effectively save and

More information

ELECOM MouseAssistant

ELECOM MouseAssistant ELECOM MouseAssistant Thank you very much for purchasing this ELECOM mouse. This dedicated mouse function allocation software is intended to allocate the desired functions to the mouse buttons. This help

More information

Getting Started The Application Window Office Office 2003 Application Window cont d

Getting Started The Application Window Office Office 2003 Application Window cont d Introduction to Microsoft Word at the Library a 2 Hour Course for Beginners Class goals & Objectives By the end of this session participants will: Be familiar with the components of the MS Word application

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com How Does the SMART Board Interactive Whiteboard Work?

More information