Supporting Windows XP Professional

Size: px
Start display at page:

Download "Supporting Windows XP Professional"

Transcription

1 CHAPTER 6 Supporting Windows XP Professional After completing this chapter, you will be able to: Identify the most common operating system problems. Explore options for addressing operating system problems. Determine when and how to use safe mode, LastKnownGood configuration, and Recovery Console startup options. Determine when and how to restore the computer to a previous state by using System Restore and Automated System Recovery. Create virtual RAM to increase operating system and application performance. When the operating system fails to perform correctly, users often cannot run any other program, and therefore cannot perform their work. The risk of losing important data also exists if problems are not corrected. In this chapter, you examine the most common operating system problems that users encounter, and explore options for addressing those problems. The Most Common Operating System Problems Some of the most common problems that users encounter with the operating system are: A device stops responding after a driver is changed. The operating system becomes unstable after a driver or other application is installed. The operating system fails to respond, or does not start correctly. The operating system does not start at all The operating system operates very slowly when multiple applications are running. The following sections describe methods for addressing each of these problems. These methods can also be used to addess a wide variety of other operating system problems.

2 78 Supporting Windows XP Professional TIP You should try these tools in the order they are listed. In other words, try starting the system in safe mode first. If you cannot resolve the problem, then try Last Known Good configuration, and so forth. Starting the Operating System Using Special Tools Windows XP Professional comes with several tools that enable you to start it when it does not start up as normal. By using one of these tools, you can either troubleshoot a problem or restore the computer to a configuration that was known to work correctly. When you encounter a problem with the operating system s startup, your first course of action is to start it with one of the following special tools: 1. Safe mode 2. LastKnownGood configuration 3. Recovery Console Starting the Operating System in Safe Mode When Windows XP Professional does not run normally, your first step in addressing the problem is to restart the computer in safe mode. Safe mode is an advanced boot option. Advanced boot options in Windows XP Professional enable you to start the computer when you cannot start it normally. Safe mode is the advanced boot option that is most often used. Safe mode is designed to help you narrow the focus of your troubleshooting efforts. When you start a computer in safe mode, you are starting it with a limited number of default settings and drivers in place. These include a VGA video driver, a Microsoft mouse driver, and the minimum number of device drivers necessary to start the computer. When the computer does not start after you install new software, you might be able to start it in safe mode with minimal services running, and then change your computer settings or remove the newly installed software that might be causing the problem. To access safe mode, you press F8 when prompted during the startup process. You then see three safe mode options on the Advanced Boot Options page, as shown in Figure 6-1. These are described in Table 6-1. Choose the appropriate option by using the arrow keys.

3 Supporting Windows XP Professional 79 FIGURE 6-1 Advanced Boot Options page TABLE 6-1 Safe mode options Safe Mode Option Safe Mode Safe Mode with Networking Safe Mode with Command Prompt Description Starts the computer by using only the minimum services and drivers Starts the computer by using only the minimum services and drivers, plus network connections Starts the computer by using only the minimum services and drivers; after logging on, the command prompt is displayed instead of the Windows XP Professional desktop, Start menu, and taskbar If a symptom does not reoccur when you are in safe mode, then the minimum services and drivers are not contributing to the problem. If the computer starts in safe mode, and the symptom reoccurs, it is realted to minimum services and drivers. If this is the case, then you should try to return the computer to a previous state by using either the LastKnownGood configuration, or by using System Restore, both of which are discussed later in this chapter. If the computer does not successfully start by using safe mode, then you might need to use the Recovery Console feature to repair the system, or start the computer by using the LastKnownGood configuration, which is discussed next.

4 80 Supporting Windows XP Professional Starting the Operating System by Using the LastKnownGood Configuration If your computer does not start using safe mode, then the problem might have been caused by a change made to the computer. You might be able to use the LastKnownGood configuration to undo the change that is causing the problem. LastKnownGood is the configuration that was in place the last time Windows successfully started. Understanding the LastKnownGood Configuration The registry is a database that contains all the configuration information for a computer. The registry is made up of a hierarchical arrangement of keys and subkeys, similar to that shown in Figure 6-2. Keys and subkeys are like folders and subfolders. A control set is a subkey that contains system information, such as what services to start, and which device drivers to load when the computer starts. A configuration is a pointer stored in the KEY_LOCAL_MACHINE\SYSTEM\SELECT subkey of the registry. The pointers in this subkey point to control sets. One of these configurations is the LastKnownGood configuration. The LastKnownGood configuration is the last control set that was used to successfully start the computer. FIGURE 6-2 Configuration sets When to Use the LastKnownGood Configuration You use the LastKnownGood configuration to troubleshoot the types of problems described below. After a new device driver is installed, the operating system does not respond. This configuration will not contain any information about the new possibly defective driver.

5 Supporting Windows XP Professional 81 A critical device driver is disabled. If certain critical drivers are damaged, the operating system automatically reverts to the LastKnownGood configuration the next time the computer starts. When NOT to Use the LastKnownGood Configuration The LastKnownGood configuration is not effective if you have logged on since the change you want to recover from was made. This is because system information is copied to the LastKnownGood configuration when you log on. It also is not effective for troubleshooting startup problems that are caused by hardware, corrupted files, or issues that are not related to system configuration changes. To start the computer by using the LastKnownGood configuration, do the following: 1. Do not log on. 2. Restart the computer, and when you see the prompt, Please Select The Operating System To Start, press the F8 key. 3. Use the arrow key to highlight the LastKnownGood configuration, and then press Enter. 4. If you have a dual-boot configuration, select the operating system that you want to start, and then press Enter. Starting the Operating System by Using the Recovery Console If safe mode and the LastKnownGood configuration do not enable you to start the computer and fix the problem, then use the Recovery Console. You can install the Recovery Console as a startup option after installing the operating system, or you can run it from the Windows XP Professional CD. Installing the Recovery Console enables you to choose it as an option on the operating system selection menu. When you use the Recovery Console to start the operating system, you can perform a wide variety of tasks, including: Reading and writing data on a local drive formatted with the FAT or NTFS file systems. Copying important data to removable media, such as a floppy disk or CD. Formatting drives on a hard disk. Repairing the system by copying a file from a floppy disk or CD. Starting services that need to be started, or stopping services that are causing problems.

6 82 Supporting Windows XP Professional Installing the Recovery Console as a Startup Option The Recovery Console can be installed as a startup option only when Windows XP Professional is functioning properly. Installing it as a startup option ensures that it will be available when you need it. If you do not install it as a startup option, then you must run it from the Windows XP Professional CD. To install the Recovery Console as a startup option, do the following: 1. With only Windows XP Professional running, insert the Windows XP Professional CD in the CD-ROM drive. 2. Click Start, click Run, type cmd, and then click OK. 3. Change directories to your CD-ROM drive by typing x: (where x is the letter of your CD-ROM drive). 4. If you are using a 32-bit computer, type \i386\winnt32.exe/cmdcons; if you are using a 64-bit computer, type \ia64\winnt32.exe/cmdcons. Then, press Enter. 5. Click Yes to install the Recovery Console, and then follow the directions on the screen. TIP To use the Recovery Console, you must know the Administrator password for the computer. Also, since GUI mode is not available, you must be able to locate and identify problem files by using basic commands. Running the Recovery Console From the CD To run the Recovery Console from the Windows XP Professional CD, do the following: 1. Insert the Windows XP Professional CD in your CD-ROM drive, and then restart the computer. 2. When the prompt, Press Any Key To Boot From CD, appears, press Enter. 3. On the Setup Notification screen, press Enter. 4. On the Welcome To Setup screen, type r for recovery. 5. Select the operating system you want to repair, and then type the Administrator password. 6. Use the appropriate commands to complete the desired tasks. Exercise 6-1: Understand Recovery Console Commands The Windows XP Professional Help file contains each Recovery Console command, command parameters called switches, and the syntax for their use. In this exercise, you write the syntax of the command to perform the desired Recovery Console task.

7 Supporting Windows XP Professional To find the information you need to complete this exercise, click Start, click Help And Support, type Recovery Console in the Search box, and then press Enter. 2. In the Search Results box, click Recovery Console Commands. Click each command to find the required information for each question below. 3. What is the command to find a list of the files and subdirectories on the C: drive? 4. What is the command to delete the virus.exe file from the i386 folder on the D: drive? 5. What is the command to enable the service named driver cdrom.sys that is located in the windows\system32\drivers folder on the C: drive to automatically start? 6. What is the command to add a 10 GB partition to your only hard disk? 7. What is the command to add a new partition boot sector to your system partition? Exercise 6-2: Start the Computer by Using Special Tools For each of the following scenarios, decide which of the special tools you would use to start the computer. Then, start your computer using that option. 1. You install software and your system becomes unstable. You want to determine whether or not the instability is in the operating system.

8 84 Supporting Windows XP Professional 2. You make configuration changes, and accidentally delete a critical file. The computer stops responding and when you reboot, it does not start normally. A copy of the file exists in a folder on the server. 3. A user downloads a file from an message, and it contains a virus. You are able to remove the virus and want to ensure that any registry values it changed revert to the previous state. 4. You need to format the entire hard disk of a computer, but cannot log on to do so. Restoring the Operating System by Using System Restore In addition to the LastKnownGood configuration (and rolling back drivers, which was discussed in Chapter 5), Windows XP Professional offers the System Restore and Automated System Recovery tools for returning the operating system to a previous state. You use System Restore to restore the computer to a previous state when you want to ensure that you do not lose any work users have done since that point. You use Automated System Recovery only if all other restoration efforts fail. Restoring the Operating System by Using System Restore System Restore is a Windows XP Professional component that enables you to restore the computer to a previous state without losing changes to data, such as that contained in documents, Favorites, images, or . System Restore works by restoring the operating system to an identified restore point. Restore points are automatically created once a day at a set time. They can also be made manually. Restore points are like a picture of your computer at a specific moment in time. They capture the exact state of the system at that moment. Because automatic restore points are created every day, you can usually choose a very recent restore point to revert to. You might want to manually create a restore point before major changes are made to the system, such as installation of a driver or application.

9 Creating Restore Points Supporting Windows XP Professional 85 You should manually create a restore point before you make changes to the computer s system files or install an application, unless you are sure the application is compatible with the operating system and all other applications running on the computer. To create a restore point, do the following: 1. Click Start, click Help And Support, and then under Pick A Task, click Undo Changes To Your System With System Restore. 2. Click Create A Restore Point, click Next, type a name for the restore point (such as, Before ApplicationX Installation ), and then click Create. Reverting to Restore Points System Restore preserves existing data by not restoring certain types of files to a previous point. These include all files created with Microsoft Office applications, and those files created with most other applications; files; browsing history files; and Favorites. Additionally, System Restore does not restore anything in the My Documents folder. To ensure that a specific type of file is not restored to a previous point, put it in the My Documents folder. Windows XP creates several types of restore points, including: Initial System Check Point. This restore point is created the first time the computer is started after upgrading to or installing Windows XP Professional. Restore to this point only when you want to lose all system changes that occurred after installation. Program Name Installation Restore Point. When you install a program by using InstallShield or Windows XP Professional Installer, System Restore creates a restore point. Restore to this point when you want to remove the installed files and registry settings. To revert to changes made by a program that was installed in another way, select the first restore point before the program was installed Windows XP Professional Automatic Update Restore Points. When you install updates, a restore point is created. If you download the updates but do not install them, then a restore point is not created. Restore to this point to undo changes caused by an update. Manually Created Restore Points. When you manually create a restore point, it enables you to roll back any changes that you made after that point. Restore Operation Restore Points. Any time that you restore the computer to a previous point, a new restore point is created. Restore to this point when you want to undo the restoration you recently performed.

10 86 Supporting Windows XP Professional Unsigned Device Driver Restore Points. Anytime the operating system detects that you are installing an unsigned device driver, it creates a restore point. Restore to this point when you notice problems after installing a driver. However, you might want to try rolling back the driver first (see the section Rolling Back Drivers in Chapter 5). Microsoft Backup Utility Recovery Restore Point. Immediately before beginning any Backup utility operation, System Restore creates a restore point. Restore to this point when you or someone else performs any action with the Backup utility, and that action results in an undesirable state. System Restore restores the following: Registry settings Profiles (local only roaming user profiles are not restored) COM+ database objects WFP.dll cache WMI database IIS metabase System Restore does not restore the following (and they are not affected by the use of System Restore): Passwords User-created data stored in the user profile Contents of the My Documents folder Contents of redirected folders WPA settings (Windows authentication information is not restored) Items listed in the FILESNOTTOBACKUP or KEYSNOTTORESTORE subkeys of the HKEY_LOCAL_MACHINE\SYSTEM\CONTROLSET001\B ACKUPRESTORE key in the registry. To revert to a restore point using System Restore, do the following: 1. Access System Restore through Help And Support. 2. Follow the instructions shown in the System Restore Wizard. Restoring the Operating System by Using Automated System Recovery Automated System Recovery (ASR) is the last resort for restoring the operating system to a previous state. ASR recovers only the system state of the operating system, and the disk configurations; it does not recover any files or applications.

11 Supporting Windows XP Professional 87 IMPORTANT When you use ASR, all data will be lost and all applications must be reinstalled. Never perform an automated system recovery until you have consulted your instructor or faculty advisor and gained their permission. Creating ASR Recovery Disks 1. Click Start, point to All Programs, point to Accessories, point to System Tools, and then click Backup. 2. In the Backup Utility Wizard, click the Advanced Mode button. 3. On the Tools Menu, click ASR Wizard. 4. Follow the directions on your screen. IMPORTANT You will need a blank 1.44 MB floppy disk to save your system settings, and removable media such as a CD to save the backup files. Only the system files necessary for starting your computer are saved by this procedure. To backup your data, see Backing Up Files and Folders in Help. Recovering from a System Disaster by Using ASR 1. Make sure you have the following items before you begin the recovery procedure: Your previously created ASR floppy disk. Your previously created backup media. The original Windows XP Professional installation CD. 2. Insert the Windows XP Professional installation CD into your CD drive. 3. Restart your computer. If prompted to press a key in order to start the computer from CD, press the appropriate key. 4. Press F2 when prompted during the text-only mode section of Setup. You will be prompted to insert the ASR floppy disk you have previously created. 5. Follow the directions on the screen.

12 88 Supporting Windows XP Professional Guidelines for Restoring the Computer to a Previous Point When you restore the computer to a previous point, you should always use the tool that will be the least disruptive to the system while enabling you to make the desired change. Use the following guidelines: Create restore points before you perform any major configuration changes. For critical systems, create ASR backups and ASR disks on a regular schedule. Regularly back up important data, such as your help desk ticket tracking system. Table 6-2 lists suggestions for the best tool to use for specific problems. TABLE 6-2 Recommended tools for specific problems Problem After installing or updating a driver, the device stops working After installing or updating a driver, you can log on but the system is unstable After installing or updating a driver, the operating system stops responding After making configuration changes, the operating system experiences significant problems You need to restore the operating system to a previous point without losing user data You make configuration changes, and the operating system then fails to respond You install an application that causes your system to become unstable, and you want to remove all components of the application The operating system, including the LastKnownGood configuration, does not start Solution Roll back the driver to revert to the previous working driver Roll back the driver to revert to the previous working driver; if system stability does not improve, use System Restore to restore the operating system settings to a restore point before the driver was installed Use the LastKnownGood configuration to start the computer; disable the driver, then restart the computer and roll back the driver Use System Restore to restore the computer to the restore point you created prior to making the configuration changes; if this does not work, use the LastKnownGood configuration Use System Restore Use the LastKnownGood configuration to revert the operating system to an operable state Use the LastKnownGood configuration to revert any registry settings the application might have changed Use ASR

13 Supporting Windows XP Professional 89 Exercise 6-3: Restore the Operating System to a Previous Point IMPORTANT In this exercise, you make major changes to a computer system. Ensure that the computer system on which you are working contains no critical data, and that it can be reconfigured if necessary. Your instructor will provide you with a computer on which to perform the following tasks. If any process asks you to restart the computer, do so: 1. Log on using an account with Administrator privileges. 2. Create a restore point, and name it Before Configuration Changes. 3. In Device Manager, navigate to the CD-ROM device, and upgrade the driver to the driver on a floppy disk provided by your instructor. Ignore any warning messages that appear as you try to install the driver. 4. Attempt to access the CD-ROM drive and verify that it is not working. 5. Use the Roll Back Driver option to revert to the previous working driver. 6. Verify that the CD-ROM drive is functional again. 7. Create a restore point named Application (where Application is the name of a non-critical application installed on the computer). Uninstall the application. Verify that the application is not installed. 8. Use System Restore to roll the system back to the Application restore point. (your system will restart). 9. Verify that the application you deleted has been restored.

14 90 Supporting Windows XP Professional 10. Create a set of ASR disks. You should store these disks for later use in case you need to recover the operating system. Remember that recovering the operating system in this manner means that you will lose all programs and data on the computer unless you somehow copy that data to another system first. Increasing Virtual RAM One of the main problems that users complain of is computers operating too slowly, especially when multiple applications, or instances of applications are open. This problem is often caused by insufficient available RAM. Windows XP Professional enables you to increase virtual RAM by designating part of the hard disk to operate as RAM. Increasing virtual RAM helps you address issues associated with insufficient RAM. When you increase virtual RAM, you are actually increasing the size of the paging file. MORE INFORMATION For more information on how RAM, virtual RAM, paging files, and the hard disk work together, see Chapter 2, Understanding Hardware. TIP For best performance, set the Initial Size to not less than the recommended size under Total Paging File Size For All Drives. The recommended size is equivalent to one and a half times the amount of RAM on your system. To increase virtual RAM, do the following: 1. Click Start, right-click My Computer, and then click Manage to start Computer Management. 2. In the Computer Management console, right-click Computer Management (Local) and then click Properties. 3. On the Advanced tab, in the Performance section, click Settings. 4. On the Performance Options page, in the Virtual Memory section, click Change. 5. On the Virtual Memory page, click Custom Size, alter the minimum and maximum sizes for the paging file, and then click OK three times.

Tech Tips for Windows XP Professional, Second Edition

Tech Tips for Windows XP Professional, Second Edition Tech Tips for Windows XP Professional, Second Edition Backup and Recovery Windows XP tips, tricks, and shortcuts are every administrator's dream. Fortunately, TechRepublic's newly updated Tech Tips for

More information

Lab - Dual Boot - Vista & Windows XP

Lab - Dual Boot - Vista & Windows XP Lab - Dual Boot - Vista & Windows XP Brought to you by RMRoberts.com After completing this lab activity, you will be able to: Install and configure a dual boot Windows XP and Vista operating systems. Explain

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Troubleshooting Guide

Troubleshooting Guide How to remove Windows XP Service Pack 2 from your computer Company web site: Support email: support@ Support telephone: +44 20 3287-7651 +1 646 233-1163 2 Some of the EMCO Products don't work properly

More information

Selected Windows XP Troubleshooting Guide

Selected Windows XP Troubleshooting Guide 1 Selected Windows XP Troubleshooting Guide To locate lost files: Compiled by: Jason M. Cohen Check these locations to locate lost files: The My Documents folder Click Start, and then click My Documents.

More information

Installing Windows XP Professional

Installing Windows XP Professional CHAPTER 3 Installing Windows XP Professional After completing this chapter, you will be able to: Plan for an installation of Windows XP Professional. Use a CD to perform an attended installation of Windows

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

WHITE PAPER. HP Guide to System Recovery and Restore

WHITE PAPER. HP Guide to System Recovery and Restore WHITE PAPER January 2003 Prepared By PSG Product Software Engineering Hewlett-Packard Company CONTENTS Purpose3 Using Safe Mode To Diagnose And Correct Problems 4 Using the Recovery Console To Repair Damaged

More information

4 Backing Up and Restoring System Software

4 Backing Up and Restoring System Software 4 Backing Up and Restoring System Software In this Chapter... Planning a Backup Strategy, 4-3 Preparing for Disaster Recovery, 4-4 Creating Boot Recovery Diskettes, 4-5 Making a Full Backup Tape, 4-8 Restoring

More information

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a)

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) User s Reference Guide Internal IBM Use Only This document only applies to the software version listed above and information provided may not

More information

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1 Contents 1. Introduction 1-1 Supported Operating Environments................ 1-1 System Requirements............................. 1-2 Security Requirements........................ 1-3 Installing Server

More information

Upgrading from Windows XP to Windows 7

Upgrading from Windows XP to Windows 7 We highly recommend that you print this tutorial. Your PC will restart during the Windows 7 installation process, so having a printed copy will help you follow the steps if you're unable to return to this

More information

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001 HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management Administration guide Host software WinCCU Installation Complete gas volume and energy data management Contents 1 Introduction... 1 Safety first... 1 Warning... 1 Typographic conventions... 1 Product versioning...

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Diamond II v2.3 Service Pack 4 Installation Manual

Diamond II v2.3 Service Pack 4 Installation Manual Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance

More information

Installing and Upgrading to Windows XP

Installing and Upgrading to Windows XP Installing and Upgrading to Windows XP Although Windows XP was released many years ago, you will still see it in the field and might need to install it as well, or upgrade older Windows computers to XP.

More information

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Chapter 5: Fundamental Operating Systems

Chapter 5: Fundamental Operating Systems Chapter 5: Fundamental Operating Systems IT Essentials: PC Hardware and Software v4.1 Chapter5 2007-2010 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Chapter 5 Objectives 5.1 Explain the purpose

More information

Module 7. The Windows XP Boot Process

Module 7. The Windows XP Boot Process Module 7 The Windows XP Boot Process Copyright 2003 N+S training! Objectives! The Boot Process! Registry Control Sets! Advanced Startup Options! The Boot.ini file! Use System Restore! Use Automated System

More information

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment (Exam 70-290) Table of Contents Table of Contents... 1 Course Overview... 2 Section 0-1: Introduction... 4

More information

Upgrading from Windows XP to Windows 7

Upgrading from Windows XP to Windows 7 Upgrading your PC from Windows XP to Windows 7 requires a custom installation which doesn't preserve your programs, files, or settings. It s sometimes called a clean installation for that reason. A custom

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

How To Install And Configure Windows Server 2003 On A Student Computer

How To Install And Configure Windows Server 2003 On A Student Computer Course: WIN310 Student Lab Setup Guide Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 STUDENT COMPUTER SETUP Hardware Requirements All hardware must be on the Microsoft

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

1. System Requirements

1. System Requirements BounceBack Ultimate 14.2 User Guide This guide presents you with information on how to use BounceBack Ultimate 14.2. Contents 1. System Requirements 2. BounceBack Pre-Installation 3. How To Install The

More information

MOBILE LIFECYCLE MANAGEMENT SUITE: BEST PRACTICES BY: CHAD J. SANDERS

MOBILE LIFECYCLE MANAGEMENT SUITE: BEST PRACTICES BY: CHAD J. SANDERS MOBILE LIFECYCLE MANAGEMENT SUITE: BEST PRACTICES BY: CHAD J. SANDERS PURPOSE OF THIS DOCUMENT The purpose of the Mobile Lifecycle Management Suite Best Practices document is to address some of the most

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Cloning Utility for VersaView Industrial Computers

Cloning Utility for VersaView Industrial Computers Technical Data Cloning Utility for VersaView Industrial Computers Overview The Cloning Utility lets you create a backup image of your computer s hard drive. If your system becomes unstable or corrupt,

More information

UNGASS CRIS 2008

UNGASS CRIS 2008 version 1.0 UNGASS DATA ENTRY SOFTWARE: GLOBAL REPORTING 2008 TROUBLESHOOTING GUIDE Prepared by UNAIDS Evidence, Monitoring, and Policy Department UNAIDS 20, Avenue Appia 1211 Geneva 27 Switzerland Tel.

More information

Samsung NC10 XP to Windows 7 Upgrade Instructions

Samsung NC10 XP to Windows 7 Upgrade Instructions Samsung NC10 XP to Windows 7 Upgrade Instructions Version: 0.6 Last Updated: 30 Oct 09 Before you start Assumptions / Prerequisites: - User has purchased a copy of Windows 7 - NC10 is in a working condition

More information

Understanding Backup and Recovery Methods

Understanding Backup and Recovery Methods Lesson 8 Understanding Backup and Recovery Methods Learning Objectives Students will learn to: Understand Local, Online, and Automated Backup Methods Understand Backup Options Understand System Restore

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk?

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk? Windows Q & A April 2012 By Mary Phillips, Secretary, Icon Users Group, MO April 2011 issue, The ICON-Newsletter of the Interactive Computer Owners Network www.iconusersgroup.com mary@iconusersgroup.org

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

Avira Rescue System. HowTo

Avira Rescue System. HowTo Avira Rescue System HowTo Table of contents 1. Introduction... 3 2. System Requirements... 4 3. Product availability... 4 4. Product features... 5 5. Using the Rescue System... 6 5.1 The BIOS setup...6

More information

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives. IT Essentials v4.1 LI 12.1.3 Windows OS directory structures

IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives. IT Essentials v4.1 LI 12.1.3 Windows OS directory structures IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives 2.3 Disk management tools In Windows Vista and Windows 7, use the following path: Start > Start Search > type diskmgmt.msc

More information

Making a system recovery disc

Making a system recovery disc System Recovery TM Should your system fail or become corrupted, you have options. You might be able to recover your system from the recovery partition on the hard disk drive, from a recovery disc you made

More information

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

Installing and Upgrading to Windows 7

Installing and Upgrading to Windows 7 Installing and Upgrading to Windows 7 Before you can install Windows 7 or upgrade to it, you first need to decide which version of 7 you will use. Then, you should check the computer s hardware to make

More information

Installing Windows 7. On your Samsung NC10

Installing Windows 7. On your Samsung NC10 Installing Windows 7 On your Samsung NC10 1 Contents Before you start page 3 Nine things you need to do 1. Windows 7 Upgrade Advisor page 4 2. Backing up your personal data page 6 3. Installing Windows

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

More information

Maintaining the Content Server

Maintaining the Content Server CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down

More information

Click the Windows. Click the Office Trial icon to write letters or create a spreadsheet

Click the Windows. Click the Office Trial icon to write letters or create a spreadsheet STARTERGUIDE Thank you! Thank you for your purchase! We want to make your experience a satisfying one, so we ve put together tips to help you get started with your Gateway computer. Contents We do Windows...

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

70-271. Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Q&A. DEMO Version

70-271. Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Q&A. DEMO Version Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Q&A DEMO Version Copyright (c) 2007 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration

More information

COMPRESS Installation Guide

COMPRESS Installation Guide COMPRESS Installation Guide Upgrade Existing Installation Single User License Build 6310 Contents System Requirements... 1 Installation Overview... 2 Upgrade From Build 6300... 3 Upgrade From Build 6263

More information

OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES

OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES Thank you for purchasing OFFICE KEYBOARD. This User s manual contains all information that helps you to operate your keyboard. Please keep the software

More information

Objectives. At the end of this chapter students should be able to:

Objectives. At the end of this chapter students should be able to: NTFS PERMISSIONS AND SECURITY SETTING.1 Introduction to NTFS Permissions.1.1 File Permissions and Folder Permission.2 Assigning NTFS Permissions and Special Permission.2.1 Planning NTFS Permissions.2.2

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

User Guide. CTERA Agent. August 2011 Version 3.0

User Guide. CTERA Agent. August 2011 Version 3.0 User Guide CTERA Agent August 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written permission

More information

Understanding Backup and Recovery Methods

Understanding Backup and Recovery Methods Understanding Backup and Recovery Methods LESSON 8 EXAM OBJECTIVE MATRIX SKILLS/CONCEPTS EXAM OBJECTIVE DESCRIPTION EXAM OBJECTIVE NUMBER Understanding Local, Network, Understand backup and recovery 6.1

More information

Installation Guide. Your FedEx Ship Manager system number. Before you start

Installation Guide. Your FedEx Ship Manager system number. Before you start Installation Guide Your FedEx Ship Manager system number Installation Guide During registration, you receive a FedEx Ship Manager system number. Write the number here so you have it on hand whenever you

More information

Getting Started with Paragon Recovery CD. Quick Guide

Getting Started with Paragon Recovery CD. Quick Guide Getting Started with Paragon Recovery CD Quick Guide Paragon Recovery CD 2 Quick Guide CONTENTS 1 Introduction... 3 2 Distribution...3 2.1 Distributive CD...3 2.2 Online Distribution...3 3 Booting from

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 16 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

Part 3 070-210. Answer: D

Part 3 070-210. Answer: D Part 3 QUESTION 101 You are the administrator of your company's network. A user named Tom in the Art department wants to update his Windows 2000 Professional computer so that he can view graphics at the

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

Installation & Licensing Guide. AquiferTest Pro. An Easy-to-Use Pumping Test and Slug Test Data Analysis Package

Installation & Licensing Guide. AquiferTest Pro. An Easy-to-Use Pumping Test and Slug Test Data Analysis Package Installation & Licensing Guide AquiferTest Pro An Easy-to-Use Pumping Test and Slug Test Data Analysis Package Table of Contents Software Maintenance and Support... 3 How to Contact SWS... 3 System Requirements...

More information

Getting Started with VMware Fusion

Getting Started with VMware Fusion Getting Started with VMware Fusion VMware Fusion for Mac OS X 2008 2012 EN-000933-00 2 Getting Started with VMware Fusion You can find the most up-to-date technical documentation on the VMware Web site

More information

EVENT LOG MANAGEMENT...

EVENT LOG MANAGEMENT... Event Log Management EVENT LOG MANAGEMENT... 1 Overview... 1 Application Event Logs... 3 Security Event Logs... 3 System Event Logs... 3 Other Event Logs... 4 Windows Update Event Logs... 6 Syslog... 6

More information

Premier Installation 2013.1 Guide for SQL Server Administrators

Premier Installation 2013.1 Guide for SQL Server Administrators for Depreciation, Tracking, Planning, and Reporting Premier Installation 2013.1 Guide for SQL Server Administrators Premier Installation Guide Version 2013.1 Contents Chapter 1. Introduction Supported

More information

HOUR 3. Installing Windows Server 2003

HOUR 3. Installing Windows Server 2003 HOUR 3 Installing Windows Server 2003 In this hour, we discuss the different types of Windows Server 2003 installations, such as upgrading an existing server or making a clean install on a server that

More information

COMODO System-Cleaner

COMODO System-Cleaner Creating Trust Online COMODO System-Cleaner Comodo Security Solutions 525 Washington Blvd. Jersey City, NJ 07310 United States. User Guide Table of Contents 1 Table of Contents 1 COMODO System-Cleaner-

More information

User Guide. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved.

User Guide. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved. Table of Contents Getting Started... 4 New Features... 4 System Requirements... 4 Configuring Microsoft Internet Explorer... 4 Configuring

More information

Fiery Clone Tool For Embedded Servers User Guide

Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool allows you to clone image files to a folder on a USB flash drive connected to the Fiery server. You can restore the image file to the Fiery

More information

Installation Guide for Workstations

Installation Guide for Workstations Installation Guide for Workstations Copyright 1998-2005, E-Z Data, Inc. All Rights Reserved. No part of this documentation may be copied, reproduced, or translated in any form without the prior written

More information

Contents. Hardware Configuration... 27 Uninstalling Shortcuts Black...29

Contents. Hardware Configuration... 27 Uninstalling Shortcuts Black...29 Contents Getting Started...1 Check your Computer meets the Minimum Requirements... 1 Ensure your Computer is Running in Normal Sized Fonts... 7 Ensure your Regional Settings are Correct... 9 Reboot your

More information

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291)

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291) Course: WIN310 Student Lab Setup Guide Summer 2010 Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 Published by Wiley & Sons 1 STUDENT COMPUTER SETUP Hardware Requirements

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

Understand Backup and Recovery Methods

Understand Backup and Recovery Methods Understand Backup and Recovery Methods Lesson Overview Understand backup and recovery methods. In this lesson, you will explore: Backup management Backup options Recovery methods Backup Management Windows

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.

More information

Personal Folders Backup

Personal Folders Backup Personal Folders Backup The Personal Folders Backup tool is designed for use in Outlook 2000 and later and the operating systems that support each respective Outlook version. The tool provides a quick

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

Software Installation Procedure (MS Windows)

Software Installation Procedure (MS Windows) Software Installation Procedure (MS Windows) E9970-96005 Rev. A 02/2004 (3070 05.30p 0603 WN) In this guide... Introduction, 1 Agilent 3070 Tech Support Web Site, 2 Time for Installation, 2 PC Specifications

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System (WBAdmin)... 2 Requirements and recommendations... 2 Overview... 3 1.1 How to backup Microsoft Windows System (WBAdmin)... 5 How to restore Microsoft Windows

More information

NetWrix Password Manager. Quick Start Guide

NetWrix Password Manager. Quick Start Guide NetWrix Password Manager Quick Start Guide Contents Overview... 3 Setup... 3 Deploying the Core Components... 3 System Requirements... 3 Installation... 4 Windows Server 2008 Notes... 4 Upgrade Path...

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature Table of Content Error Messages List... 2 Troubleshooting the Storage System... 3 I can t access the Manager... 3 I forgot the password for logging in to the Manager... 3 The users can t access the shared

More information

HP Factory-Installed Operating System Software for Windows Server 2008 R2 Standard and Windows Server 2012 Standard User Guide

HP Factory-Installed Operating System Software for Windows Server 2008 R2 Standard and Windows Server 2012 Standard User Guide HP Factory-Installed Operating System Software for Windows Server 2008 R2 Standard and Windows Server 2012 Standard User Guide HP Part Number: 481182-006 Published: September 2012 Edition: Fifth Contents

More information

BorderGuard Client. Version 4.4. November 2013

BorderGuard Client. Version 4.4. November 2013 BorderGuard Client Version 4.4 November 2013 Blue Ridge Networks 14120 Parke Long Court, Suite 103 Chantilly, Virginia 20151 703-631-0700 WWW.BLUERIDGENETWORKS.COM All Products are provided with RESTRICTED

More information

Symantec AntiVirus Corporate Edition Patch Update

Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

ATX Document Manager. User Guide

ATX Document Manager. User Guide ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2010 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

ScriptLogic Enterprise Security Reporter. VERSION 3 Installation Guide

ScriptLogic Enterprise Security Reporter. VERSION 3 Installation Guide ScriptLogic Enterprise Security Reporter VERSION 3 Installation Guide ENTERPRISE SECURITY REPORTER 3 INSTALLATION GUIDE II Copyright 2011 by ScriptLogic Corporation All rights reserved. This publication

More information

Table of Contents. Rebit 5 Help

Table of Contents. Rebit 5 Help Rebit 5 Help i Rebit 5 Help Table of Contents Getting Started... 1 Making the First Recovery Point... 1 Don't Forget to Create a Recovery Media... 1 Changing Backup Settings... 1 What Does Rebit 5 Do?...

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information

Registry Tuner. Software Manual

Registry Tuner. Software Manual Registry Tuner Software Manual Table of Contents Introduction 1 System Requirements 2 Frequently Asked Questions 3 Using the Lavasoft Registry Tuner 5 Scan and Fix Registry Errors 7 Optimize Registry

More information

Active@ Password Changer for DOS User Guide

Active@ Password Changer for DOS User Guide Active@ Password Changer for DOS User Guide 1 Active@ Password Changer Guide Copyright 1999-2014, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form

More information