Power users are all about shortcuts,

Size: px
Start display at page:

Download "Power users are all about shortcuts,"

Transcription

1 Fun With The Command Prompt Power users are all about shortcuts, workarounds, and customizations, and the Command Prompt is the most powerful utility on your PC for performing these. There s almost nothing you can t do if you manage to learn its ins and outs. We all know the more common commands, including IPCONFIG for taking a peek at network settings and connection statuses or CHKDSK for scanning storage devices for problems, but in this article we ll cover a handful of the more obscure-but-useful commands and parameters you can use to whip your PC into shape. But first, some clarification: Command Prompt can refer to either the CMD.exe utility itself, which we ll use to perform the various tasks listed in this article, or to the right angle bracket followed by the blinking cursor where you type commands. To clarify, we ll refer to the latter as merely the prompt, and the former as the Command Prompt. What you type here we ll refer to as commands, operations, and parameters (the latter of which is usually preceded by a forward slash, dollar sign, or other symbol). To Elevate Or Not To Elevate Because the Command Prompt is capable of reaching into and tweaking every system and subsystem of your PC, Microsoft needed to make sure only administrators had access to many of its core functions. As such, to use the Command Prompt for many of the following tasks, you ll need to log on to the PC using an administratorlevel user account and then run the utility in an elevated mode, referred to as Command Prompt (Admin). To access this in Windows 10, click in the search box on the Taskbar, type cmd, Launch an elevated session by searching for Command Prompt and right-clicking it or selecting it from the Windows Key + X menu. right-click Command Prompt from the search results, and then click Run As Administrator. A faster way to launch the elevated Command Prompt is by pressing the Windows Key + X, then clicking Command Prompt (Admin) from the list. For the commands covered in this article, except when specified, we ll be running them in an elevated Command Prompt. The F2 key lets you quickly re-enter previous commands up to a given character.

2 Pressing F7 displays a scrollable list of the commands you ve entered this session. Function Key Commands The 12 Function keys that run along the top of most standard keyboards generally don t get a whole lot of use in everyday computing. But when it comes to the Command Prompt, many of them can save you some serious time. When working with a long string of commands followed by multiple parameters, using the F1 key lets you paste the last command you entered, character by character. For instance, if you just ran CHKDSK /F to check a storage device and recover bad sectors, you can press F1 six times to input CHKDSK again, letting you execute a read-only version of the operation to determine how successful the fix was. Using F2 can make short work of your commands, especially if you need to run the command repeatedly, but with different parameters. When prompted, simply type the character you want to paste up to (but not including). For instance, after running the CHKDSK /F command, press F2 then type / to display CHKDSK followed by a space. Now you can add all the parameters you want. One obvious limitation of using this Function key is that it ll only paste up to the first time a character appears. Pressing F3 simply inserts the last command executed. Pressing F4 differs from pressing F2 in that F4 lets you delete the front part of a string up to a given character. To use this command, make sure to move the cursor to the beginning of the command, press F4, then press the character you want to delete up to. This command will retain the character you typed. Pressing F5 displays the last command you entered. Press it again to display the one previous, and again to show the one before that, all the way up to the first command You can rename the Command Prompt using the TITLE command. you input since you began the current session. Press F8 to do the same, but it ll cycle through the commands repeatedly if you keep pressing it. If you type F7, you ll get a scrollable list of the commands you previously input. Just use the arrow keys to highlight the one you want to input again and then press ENTER to execute it, or you can press the right arrow key to simply input it after the prompt. Using F9 lets you simply type the number of the command you want to use from the list that appears after pressing F7. Arrow Keys Shortcuts The Function keys can make short work of entering long commands, but the arrow keys are even better. After manually entering a handful of keys, you can quickly bring back up recent entries by pressing the Up and Down arrow keys. Press the Right arrow key to input the most recent command you entered, one character at a time. Command Prompt By Any Other Name The Command Prompt, with its unmistakable white text on a black background, is unlikely to be confused for another program, so why not change the text in the title bar to anything you want? Type TITLE followed by the text you want to

3 REGISTRY TIP OF THE MONTH: Personalize The Command Prompt This month we have two tips, and both let the Registry Editor and Command Prompt tag team to great effect. The PROMPT command can be extremely useful or merely silly. Personalize The Prompt By default, the Command Prompt displays the current working directory, which on our Windows 10 Enterprise system is C:\WINDOWS\SYSTEM32. But that information is only useful if you re performing location-based functions such as creating, moving, or deleting files or folders or checking and repairing specific drivers. If you re going to be spending a decent amount of time using Command Prompt, you might find it useful to change the text displayed before the prompt. To do this, type prompt followed by the text you want displayed. to HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\ SESSION MANAGER\ENVIRONMENT and right click in the empty space; click New, Expandable String Value; and type PROMPT. Now edit the string by typing your desired text into the Value Data box. Some parameters you might like to employ include $D (current date), $N (current drive), $P (current drive and path), $T (current time), $V (Windows version number), %USERNAME% (current logged on user), %COMPUTERNAME% (local computer name), and %USERDOMAIN% (local domain name). A Technicolor Command Prompt This tweak lets you change the foreground and background colors used in the Command Prompt windows, but to perform it, you ll need to carefully fiddle with the Registry using the Registry Editor. In Windows 10 s search box on the Taskbar, type regedit and press ENTER. Next navigate to HKEY_CURRENT_USER\SOFTWARE\ MICROSOFT\COMMANDPROCESSOR and then double-click the DefaultColor DWORD value. The Value Data field is what determines Command Prompt s background and text color, and by default, 0 displays white text on a black background. You can use two hexadecimal values that correspond to 16 colors to really make Command Prompt pop. The first character denotes the background color and the second is the text color. For example, when we put 5A into the Value Data field and clicked OK, Command Prompt had a purple background with green text. The hex values correspond to the following colors: 0 (black), 1 (blue), 2 (green), 3 (aqua), 4 (red), 5 (purple), 6 (yellow), 7 (white), 8 (gray), 9 (light blue), A (light green), B (light aqua), C (light red), D (light purple), E (light yellow), F (bright white). Beyond simple text, the PROMPT operation also supports a handful of parameters that let you include dynamic information before the prompt. For example, if you type prompt $t $d, the current time and date will appear in place of the current working directory. Some changes to the prompt appear immediately and revert back to the default mode if you close and restart CMD.exe. Other changes only take hold after you ve signed out and back in again. If you want to make your change a little more permanent, use the Registry Editor. Click into the search box in the Taskbar, type regedit, and then press ENTER. Next, navigate You can change the aesthetics of the Command Prompt utility from the Registry Editor.

4 we re assigning to the folder, and we easily input the path using the CTRL + V (paste) command. Making any folder into a dedicated drive is easy with the SUBST command. display, for instance, TITLE CPU s Command Prompt, and then press ENTER. Keep in mind this cosmetic tweak will only remain in place for the current session, and the boring default name will reappear the next time you launch the utility. Assign A Drive Letter To A Favorite Folder If you find yourself accessing a rather buried folder again and again, Drag and drop folders to quickly input long paths. you can add it as a separate drive to easily access it from Windows Explorer. To do this, we ll need to use the SUBST command. First we navigated to the folder using Windows Explorer, right-clicked in the Address bar, and clicked Copy Address As Text. Next, in Command Prompt, we typed SUBST M: C:\USERS\username\ MUSIC and pressed ENTER to execute the command. In this instance, M: refers to the desired drive letter The Drag & Drop Shortcut Some of the most common Command Prompt activities involve moving, copying, and creating files and folders in specific locations. But one of the more frustrating parts of this is the need to type out long folder and file paths again and again. As long as you don t need to use the elevated Command Prompt this trick won t work when using Command Prompt (Admin) you can snag folder addresses directly from the Address bar in Windows Explorer. Just navigate to the location you need, click the folder icon to the left of the address, and drag and drop it right into the Command Prompt window. Tab Completion When typing a command that depends on a file path location, you can use the TAB key to cycle through the available options. For instance, when using the CD (change directory) command, type CD, press the Spacebar, then press the TAB key repeatedly to cycle through the folders in the current working directory. You can even build these into a full file path by adding in a backslash after a tabbed-to folder, then add a space and cycle through that folder s subfolders using the TAB key, and so on. Keep in mind that folder names that include a space (such as Program Files) will show up with quotes around them, so make sure to close the quotes when building a long path using this method. If you accidentally tabbed past the folder you were looking, you can press SHIFT + TAB to cycle back the opposite way. Redirection Parameters The data that you can access from within Command Prompt can be particularly handy outside of it. To easily output a large block of

5 information to a text file, you can use the greater-than (>) and double greater-than (>>) parameters. The first one lets you perform an operation and save the output to a file, which you specify. For instance, type IPCONFIG > C:\My Network Settings.txt and then press ENTER to create a text file on your C: drive that contains your system s IPCONFIG data. This parameter will create the specified file if it doesn t already exist, or it will overwrite its data if the file does exist. To append the output of a command to the end of an existing text file, use the double greater-than symbol, like this: IPCONFIG >> C:\My Network Settings.txt Tree Command If you ve ever wanted to see a comprehensive map of every folder or subfolder on a given drive, use the TREE command. If you use the command by itself, it ll display a folder tree for the current working location, by default Use the redirection (> or >>) and TREE commands together to get a complete view of a drive s folder structure. C:\WINDOWS\ SYSTEM32. To specify the drive by name, type the drive letter followed by the folder path, for instance, TREE C:\USERS, and then press ENTER. There are two parameters you can use to alter the output. Type TREE /A and press ENTER to display the folder structure using text (ASCII) characters instead of graphic characters. When you type TREE /F and press ENTER, you ll see the names of the files within each folder and subfolder. You may notice that this command will display more lines than you can easily view at once, so use the redirection parameter to dump the result into a text file, for instance by typing TREE /F C:\ > C:\File Tree.txt, and pressing ENTER. This is an easy way to get into Safe Mode, especially if down the road your system becomes unbootable. Create A Safe Mode Boot Option If a few of the operations we ve covered so far could be categorized as frivolous, put this next one in the critical column. You may have noticed that Windows 10 doesn t let you jump into Safe Mode by holding F8 during boot. (From within Windows, you can hold SHIFT then click Start, Power, and Restart to boot into Safe Mode.) We can use an elevated Command Prompt session to create a Safe Mode option that you can select during the boot process. At the prompt, type BCDEDIT /COPY {CURRENT} /D Windows 10 Safe Mode and press ENTER. You should get a message that a new entry was successfully created. Now click the search box on the Taskbar and type msconfig and press ENTER to open up the System Configuration utility. Click the Boot tab, highlight the Windows 10 Safe Mode (C:\WINDOWS) entry, put a check mark in the Safe Boot box and then click the radio button next to Minimal (offline Safe Mode) or Network (Safe Mode with networking), as desired. You can also adjust the time out down to a minimum of three seconds, if you re the impatient type. Click the box next to Make All Boot Settings Permanent and then click OK to complete the operation. Now when Windows boots, there will be an option to go right into Safe Mode. Take Command As we ve proven here, the Command Prompt is capable of some mighty feats, but like any powerful tool, using it carelessly can really mess things up. That being said, the real power comes from exploring the Command Prompt s functions and discovering your own tricks and workarounds.

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

Here is a step-by-step guide to creating a custom toolbar with text

Here is a step-by-step guide to creating a custom toolbar with text How to Create a Vertical Toolbar with Text Buttons to Access Your Favorite Folders, Templates and Files 2007-2017 by Barry MacDonnell. All Rights Reserved. Visit http://wptoolbox.com. The following is

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Lab: Supplying Inputs to Programs

Lab: Supplying Inputs to Programs Steven Zeil May 25, 2013 Contents 1 Running the Program 2 2 Supplying Standard Input 4 3 Command Line Parameters 4 1 In this lab, we will look at some of the different ways that basic I/O information can

More information

Windows 2000 Professional

Windows 2000 Professional The American University in Cairo Academic Computing Services Windows 2000 Professional prepared by Soumaia Ahmed Al Ayyat 4 August 2003 Table of Contents Starting Up the Computer Windows Environment Start

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM NAVIGATING WINDOWS What is WINDOWS? It is simply a computer program, like WORD, EXCEL, with one VIP difference (the boss), it is the program that manages all the other programs and documents [aka files].

More information

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money Windows 10 Creators Edition Tips & Tricks These New Hidden Features Will Save You Time and Money In April 2017, Microsoft released the new Windows 10 Creators Edition. Its features will save you hours

More information

Managing Files. In this chapter

Managing Files. In this chapter In this chapter Displaying Your Computer s Contents Navigating Folders Creating a New Folder Displaying and Selecting Files Deleting and Undeleting Files and Folders Renaming a File or Folder Moving Folders

More information

EASY SCROLL SILVERLINE KEYBOARD

EASY SCROLL SILVERLINE KEYBOARD Method when using for the first time Chapter 1. Uninstalling old drivers and devices (3.1) 2. Connecting (3.2) 3. Software Installation in Windows (3.3) 4. Checking after the installation (4.0)! 1 Introduction

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

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface The Welcome Screen Interface Overview Using the Toolbox Using Palettes Using the Options Bar Creating a Tool Preset Resetting Tools

More information

Your First Windows Form

Your First Windows Form Your First Windows Form From now on, we re going to be creating Windows Forms Applications, rather than Console Applications. Windows Forms Applications make use of something called a Form. The Form is

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

1 Interface Fundamentals

1 Interface Fundamentals 1 Interface Fundamentals Windows The Media Composer interface is focused on three primary windows: the Composer, the Timeline and the Project. The Composer window contains the source and record monitors

More information

ClickFORMS Quickstart Tutorial

ClickFORMS Quickstart Tutorial ClickFORMS Quickstart Tutorial A ClickFORMS Tutorial 2003 by Bradford Technologies. All Rights Reserved. No part of this document may be reproduced in any form or by any means without the written permission

More information

Windows. 7 Tips and Tricks

Windows. 7 Tips and Tricks Windows 2012 7 Tips and Tricks This document contains many of the hidden features of Windows 7 to assist in making many tasks accomplished in Windows much easier. Feel free to distribute this document.

More information

How to set up custom Logon and Lockscreen background of Windows 7

How to set up custom Logon and Lockscreen background of Windows 7 How to set up custom Logon and Lockscreen background of Windows 7 Author : admin If you travel frequently and use your Windows 7 OSed PC in Coffee Clubs and various locations including Airports or public

More information

FREE BONUS! ADVANCED TIPS AND TRICKS

FREE BONUS! ADVANCED TIPS AND TRICKS FREE BONUS! ADVANCED TIPS AND TRICKS A SERIES OF ADVANCED TIPS AND TRICKS TO STREAMLINE YOUR WINDOWS 10 EXPERIENCE. In this free bonus, we ll be looking at some advanced tips and tricks that will make

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

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 15 Power User Tips for Tabs in Firefox 57 Quantum Written by Lori Kaufman Published March 2018. Read the original article here: https://www.makeuseof.com/tag/firefox-tabs-tips/ This ebook is the intellectual

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

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

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

Clean & Speed Up Windows with AWO

Clean & Speed Up Windows with AWO Clean & Speed Up Windows with AWO C 400 / 1 Manage Windows with this Powerful Collection of System Tools Every version of Windows comes with at least a few programs for managing different aspects of your

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed.

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed. Karlen Communications Track Changes and Comments in Word Karen McCall, M.Ed. Table of Contents Introduction... 3 Track Changes... 3 Track Changes Options... 4 The Revisions Pane... 10 Accepting and Rejecting

More information

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007 Table of Contents A Document Created By Lisa Diner Western Quebec School Board October, 2007 Table of Contents Some Basics... 3 Login Instructions... 4 To change your password... 6 Options As You Login...

More information

Outlook Web Access. In the next step, enter your address and password to gain access to your Outlook Web Access account.

Outlook Web Access. In the next step, enter your  address and password to gain access to your Outlook Web Access account. Outlook Web Access To access your mail, open Internet Explorer and type in the address http://www.scs.sk.ca/exchange as seen below. (Other browsers will work but there is some loss of functionality) In

More information

The name of this chapter is Dealing with Devices, but of

The name of this chapter is Dealing with Devices, but of Dealing with Devices CHAPTER W2 The name of this chapter is Dealing with Devices, but of course we never deal with our devices directly. Instead, we delegate that job to Windows, and it takes care of the

More information

Configuring Directories in an ICVERIFY Master / Substation Setup

Configuring Directories in an ICVERIFY Master / Substation Setup Configuring Directories in an ICVERIFY Master / Substation Setup An ICVERIFY, Inc. Technical Document June 16, 2006 Disclaimer: The information contained herein is intended to apply to the ICVERIFY, Inc.

More information

Basics Lesson Seven Organizing Windows

Basics Lesson Seven Organizing Windows Understanding Files and Folders A File is a single individual computer object, in effect, any single entity. It is always contained within a folder (The C drive being the largest folder). o Such as a word

More information

IT S NE VER DONE THAT BEFORE!

IT S NE VER DONE THAT BEFORE! IT S NE VER DONE THAT BEFORE! A Guide to Troubleshooting Windows XP by John Ross San Francisco 3 WHAT TO DO WHEN WINDOWS WON T START You know the routine: Turn on the computer, a bunch of text scrolls

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

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

If Windows Goes on Strike while Booting Up: Use BcdEdit to Take Back Control

If Windows Goes on Strike while Booting Up: Use BcdEdit to Take Back Control B 102/1 If Windows Goes on Strike while Booting Up: Use BcdEdit to Take Back Control Using the information given in this article you will be able to: Edit your Windows system s boot configuration, Remove

More information

User Guide Release 6.5.1, v. 1.0

User Guide Release 6.5.1, v. 1.0 User Guide Release 6.5.1, v. 1.0 Introduction The set-top box is your gateway to Skitter TV s interactive television services including TV Guide Favorite Channels DVR Parental Controls Caller ID This manual

More information

Jumping into GEMstudio. User guide 2013

Jumping into GEMstudio. User guide 2013 Jumping into GEMstudio User guide 2013 Table of Contents Jumping into GEMstudio...3 Lesson 1) Launching GEMstudio...4 Lesson 2) Creating & Editing Pages...7 Lesson 3) Adding Buttons...13 Lesson 4) Assigning

More information

Step 1: Create A New Photoshop Document

Step 1: Create A New Photoshop Document Snowflakes Photo Border In this Photoshop tutorial, we ll learn how to create a simple snowflakes photo border, which can be a fun finishing touch for photos of family and friends during the holidays,

More information

Tips & Tricks for staying out of Jail (Non OWA Users)

Tips & Tricks for staying out of  Jail (Non OWA Users) Tips & Tricks for staying out of Email Jail (Non OWA Users) The following are some Tips & Tricks for recovering used space in your email account using Outlook 2010. (This document will be updated from

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Windows 10 Essentials

Windows 10 Essentials Windows 10 Essentials User Interface START MENU Start typing to search for applications or files Once the start menu is open you can change its size by dragging a side Right-click on an application and

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

PACS ADMIN. Quick Reference Guide

PACS ADMIN. Quick Reference Guide Quick Reference Guide PACS ADMIN Creating Domain Users.......................................................... Adding NOVARAD Users......................................................... Adding Console

More information

Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up

Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up XP: Solving Windows Startup Problems X 34/1 Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up With the information in this article you can: The four most common Windows Startup

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2007 Email User s Guide Revision 1.1 3/9/2009 This document covers how to use Microsoft Outlook 2007 for accessing your email with the NCMail Exchange email system. The syntax

More information

User Guide Release 6.5.1, v. 1.0

User Guide Release 6.5.1, v. 1.0 User Guide Release 6.5.1, v. 1.0 Introduction The set-top box is your gateway to Skitter TV s interactive television services including TV Guide Favorite Channels DVR Parental Controls Caller ID This manual

More information

Optional Lab: Customize Settings in Windows Vista

Optional Lab: Customize Settings in Windows Vista 12.2.4 Optional Lab: Customize Settings in Windows Vista Introduction Print and complete this lab. This lab is comprised of five parts. This lab is designed to be completed in multiple lab sessions. Part

More information

CTC Accounts Active Directory Synchronizer User Guide

CTC Accounts Active Directory Synchronizer User Guide i Contents Overview... 3 System Requirements... 4 Additional Notes... 5 Installation and Configuration... 6 Running the Synchronizer Interactively... 7 Automatic Updates... 7 Logging In... 8 Options...

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command.

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command. Using Microsoft Word Starting the Program There are several ways to start a program in Microsoft Windows and they may include the following: 1. Clicking an icon on the desktop. 2. Clicking an icon in the

More information

Your familiar Windows, only better.

Your familiar Windows, only better. Your familiar Windows, only better. Your quick guide to Windows 8.1 Basics 2014 Microsoft Corporation. All rights reserved. This material is provided as-is, and for informational purposes only. Microsoft

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems Chapter 3 Introducing Windows Operating Systems Objectives Learn how to use Windows to interface with users, files and folders, applications, and hardware Learn about some Windows tools that you can use

More information

Windows 7 Guide. Table of Contents Getting Information with the Mouse Taskbar Start Menu The Layout... 3

Windows 7 Guide. Table of Contents Getting Information with the Mouse Taskbar Start Menu The Layout... 3 Windows 7 Guide Table of Contents Table of Contents... 1 Getting Information with the Mouse... 3 Taskbar... 3 Start Menu... 3 The Layout... 3 Start Menu Search Bar... 4 Logging Off... 4 Pinning/Unpinning

More information

Navigating and Managing Files and Folders in Windows XP

Navigating and Managing Files and Folders in Windows XP Part 1 Navigating and Managing Files and Folders in Windows XP In the first part of this book, you ll become familiar with the Windows XP Home Edition interface and learn how to view and manage files,

More information

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

DAMION DISCOVERY REFERENCE GUIDE

DAMION DISCOVERY REFERENCE GUIDE DAMION DISCOVERY REFERENCE GUIDE TABLE OF CONTENTS Chapter 1: Navigation... 1-1 Accessing the Archive Item Navigator Window...1-2 Accessing the Collection Navigator Window...1-9 Learning Navigation Vocabulary...

More information

Copyright 1998 CH-UH Schools Revised 10/31/98 Authored by: Bob Torrelli Jim Harmon Hannah Reid. Technology Specialists, CH-UH Schools

Copyright 1998 CH-UH Schools Revised 10/31/98 Authored by: Bob Torrelli Jim Harmon Hannah Reid. Technology Specialists, CH-UH Schools Copyright 1998 CH-UH Schools Revised 10/31/98 Authored by: Bob Torrelli Jim Harmon Hannah Reid Technology Specialists, CH-UH Schools Resizing and moving the taskbar 1 Taskbar properties 2 Clear documents,

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

Do A Manual System Restore From Command Prompt Xp

Do A Manual System Restore From Command Prompt Xp Do A Manual System Restore From Command Prompt Xp How to create a System Restore point in Windows Xp from cmd or windows. only bitmapped wallpaper Prohibit User from manually redirecting Profile Folders

More information

Quick Guide for Photoshop CC Basics April 2016 Training:

Quick Guide for Photoshop CC Basics April 2016 Training: Photoshop CC Basics Creating a New File 1. Click File > New 2. Keep Default Photoshop Size selected in the Preset drop-down list. 3. Click OK. Showing Rulers 1. On the Menu bar, click View. 2. Click Rulers.

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

TOPAZ DETAIL V2 QUICK START GUIDE

TOPAZ DETAIL V2 QUICK START GUIDE TOPAZ DETAIL V2 QUICK START GUIDE Introduction Topaz Detail brings out the best in images by enhancing the natural elements in the image without over sharpening or creating halos. The three-level detail

More information

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

Box. Files and Folders. Upload files or folders. Create a folder.

Box. Files and Folders. Upload files or folders. Create a folder. O F F I C E O F I NFORM AT I O N T E CH NO L O G Y S E RVIC E S Files and Folders Upload files or folders 1. From the Upload button, select either Upload Files or Upload Folders. 2. Navigate to the files

More information

Managing Files & Folders

Managing Files & Folders Managing Files & Folders 1 Navigation Pane 2 Back, Forward, and Up Buttons 3 Ribbon 4 Address Bar or Navigation Bar 5 File List 6 Column Headings 7 Search Box 8 Status Bar 9 Preview Pane Identify parts

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

How to Rescue a Deleted File Using the Free Undelete 360 Program

How to Rescue a Deleted File Using the Free Undelete 360 Program R 095/1 How to Rescue a Deleted File Using the Free Program This article shows you how to: Maximise your chances of recovering the lost file View a list of all your deleted files in the free Restore a

More information

NEW FEATURES IN WINDOWS 7

NEW FEATURES IN WINDOWS 7 Page1 NEW FEATURES IN WINDOWS 7 START MENU Users have much more control over the programs and the files that appear on the Start menu. blank slate that you can organize and customize to suit your preferences.

More information

DEEP I R O N I C S O F T W A R E IMAGE SEARCH

DEEP I R O N I C S O F T W A R E IMAGE SEARCH I R O N I C S O F T W A R E DEEP IMAGE SEARCH, L t d email:i r o n i c s u p p o r t @ g m a i l. c o m w w w. i r o n i c s o f t w a r e. c o m INTRODUCTION Deep is an image browser and search tool.

More information

Quick Guide. Choose It Maker 2. Overview/Introduction. ChooseIt!Maker2 is a motivating program at first because of the visual and musical

Quick Guide. Choose It Maker 2. Overview/Introduction. ChooseIt!Maker2 is a motivating program at first because of the visual and musical Choose It Maker 2 Quick Guide Created 09/06 Updated SM Overview/Introduction This is a simple to use piece of software that can be tailored for use by children as an alternative to a pencil and paper worksheet,

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Creating a Title in Photoshop

Creating a Title in Photoshop Creating Titles in Photoshop Even if your editing package includes a great titler, there might still be times when you want to craft titles in a paint program or image editor. For example, there might

More information

Understanding the Interface

Understanding the Interface 2. Understanding the Interface Adobe Photoshop CS2 for the Web H O T 2 Understanding the Interface The Welcome Screen Interface Overview Customizing Palette Locations Saving Custom Palette Locations Customizing

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

Windows File Management

Windows File Management Class Description This is an introductory class for those who know how the basics of using a computer, but need help finding and organizing files of all sorts: pictures, documents, spreadsheets, music,

More information

HAPPY HOLIDAYS PHOTO BORDER

HAPPY HOLIDAYS PHOTO BORDER HAPPY HOLIDAYS PHOTO BORDER In this Photoshop tutorial, we ll learn how to create a simple and fun Happy Holidays winter photo border! Photoshop ships with some great snowflake shapes that we can use in

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Tips & Tricks for Microsoft Word

Tips & Tricks for Microsoft Word T 330 / 1 Discover Useful Hidden Features to Speed-up Your Work in Word For what should be a straightforward wordprocessing program, Microsoft Word has a staggering number of features. Many of these you

More information

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8 Unit III: Working with Windows and Applications Chapters 5, 7, & 8 Learning Objectives In this unit, you will: Launch programs and navigate the Windows task bar. Perform common windows functions. Customize

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

You might think of Windows XP as a set of cool accessories, such as

You might think of Windows XP as a set of cool accessories, such as Controlling Applications under Windows You might think of Windows XP as a set of cool accessories, such as games, a calculator, and an address book, but Windows is first and foremost an operating system.

More information

User Guide Release 6.5.1, v. 1.0

User Guide Release 6.5.1, v. 1.0 User Guide Release 6.5.1, v. 1.0 Introduction The set-top box is your gateway to Skitter TV s interactive television services including TV Guide Favorite Channels DVR Parental Controls Caller ID This manual

More information

Microsoft Windows 10. Handy Tips. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia

Microsoft Windows 10. Handy Tips. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Handy Tips Course Code: INF1440 Table of Contents Chapter 1: Starting With Windows

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Taskbar: Working with Several Windows at Once

Taskbar: Working with Several Windows at Once Taskbar: Working with Several Windows at Once Your Best Friend at the Bottom of the Screen How to Make the Most of Your Taskbar The taskbar is the wide bar that stretches across the bottom of your screen,

More information

Karlen Communications Accessible Word Document Design: Images and Alt Text. Karen McCall, M.Ed.

Karlen Communications Accessible Word Document Design: Images and Alt Text. Karen McCall, M.Ed. Karlen Communications Accessible Word Document Design: Images and Alt Text Karen McCall, M.Ed. Table of Contents Introduction... 3 Creating Pictures with Print Screen... 4 Creating Pictures with Snipping

More information

Software Instructions

Software Instructions Software Instructions A brief guide to using the software features of ClearTriage Table of Contents Sign In... 2 Navigation, General Notes and Menu... 2 Protocols... 3 Questions... 3 Care Advice... 4 Copy

More information

Appendix J: Using Shortcut Keys and Shortcut Menus

Appendix J: Using Shortcut Keys and Shortcut Menus Appendix J: Using Shortcut Keys and Shortcut Menus Introduction This appendix covers shortcuts to many of the menu options, dialog boxes, and commands used in PC-DMIS. Using shortcuts will speed up your

More information

Windows Live Movie Maker: Project Organization

Windows Live Movie Maker: Project Organization Windows Live Movie Maker: Project Organization Before starting a project in Windows Live Movie Maker, make sure you have the organization structure in place to support it. I have found it very important

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

Understanding File Management

Understanding File Management UNIT B Windows 2007 Understanding File Management Files You Will Need: Win B-1.bmp Win B-2.bmp Most of your work on a computer involves using programs to create files. For example, you might use WordPad

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

EntraPass (W10) Installation Guide Kantech-OnBoard systems

EntraPass (W10) Installation Guide Kantech-OnBoard systems Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through the process of installing and

More information

QromaTag for Mac. User Guide. v1.0.5

QromaTag for Mac. User Guide. v1.0.5 QromaTag for Mac User Guide v1.0.5 About QromaTag v1 QromaTag for Mac is a new way to create and embed industry standard photo metadata into your digital images using Natural Language Tagging. Unlike traditional

More information

Managing the Startup Folder in Windows 8

Managing the Startup Folder in Windows 8 Managing the Startup Folder in Windows 8 Introduction In this lab, you will customize the Startup Folder and the Run Key in the Registry to manage what applications are started automatically when Windows

More information

Browsing the World Wide Web with Firefox

Browsing the World Wide Web with Firefox Browsing the World Wide Web with Firefox B 660 / 1 Try this Popular and Featurepacked Free Alternative to Internet Explorer Internet Explorer 7 arrived with a bang a few months ago, but it hasn t brought

More information

and close the various Traktor Panels. Setup: click on the setup icon to open the setup dialog. Close: clicking this icon will close TRAKTOR DJ Studio.

and close the various Traktor Panels. Setup: click on the setup icon to open the setup dialog. Close: clicking this icon will close TRAKTOR DJ Studio. Welcome... TRAKTOR DJ Studio 2 Quick Reference...to TRAKTOR DJ Studio 2, the latest and most advanced version of the software that changed the way DJs think about computers. We ve introduced a number of

More information