Tech Tips for Windows XP Professional, Second Edition

Size: px
Start display at page:

Download "Tech Tips for Windows XP Professional, Second Edition"

Transcription

1 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 Windows XP Professional CD-ROM collects more than 160 tried-and-true tips, tricks, and shortcuts to keep your XP administration skills sharp! You'll learn to prevent problems, empower end users, secure systems, and take advantage of all of the features that Windows XP offers. Cut your learning curve--start using the second edition of this solutions-packed CD with the confidence of knowing that tech professionals just like you have field-tested each hack. Save 20% on your entire order! Order now and enter coupon code TR33:FCD for 20% off your entire order!

2 Break out of a continuous reboot loop Break out of a continuous reboot loop Have you ever had to troubleshoot a Windows XP system that appeared to be stuck in a continuous reboot loop? In this scenario, you can start the system as you normally would and even log on. But within seconds of logging on, the system mysteriously reboots itself. In some cases, you don't even have to log on before the system reboots. If this sounds familiar, you're encountering a feature of Windows XP's Startup and Recovery system. By default, this system specifically configures Windows XP to automatically restart itself after encountering a system failure error. These system failure errors are usually isolated and occur randomly. As such, the best way for the operating system to deal with them is to automatically restart. In most cases, doing so solves the problem. But if the system failure error is more serious and occurs on a regular basis, you'll encounter a continuous reboot loop. However, you can disable the automatic restart behavior. Follow these steps: 1. Press [Windows][Break] to open the System Properties dialog box. 2. On the Advanced tab, click the Settings button in the Startup And Recovery section. 3. In the System Failure section, deselect the Automatically Restart check box, and click OK. 4. To enable the changes, click OK in the System Properties dialog box. This change configures the system to halt after encountering a system failure error, which allows you to investigate the problem error in more detail. You'll then have to manually restart the system. Keep in mind that you'll have to work fast in order to make the change before the system reboots. You may have better luck making the change if you launch the system in Safe Mode.

3 Schedule Chkdsk for bootup with Chkntfs in Windows XP Schedule Chkdsk for bootup with Chkntfs in Windows XP When using Chkdsk to troubleshoot and fix problems on NTFS-formatted drives, you may want to configure Chkdsk to run in the early stages of system bootup instead of while the operating system is actually running. This allows you to obtain a more accurate reading on the condition of the disk without the extra overhead of the running operating system. You can do this using the Chkntfs utility. Follow these steps: 1. Go to Start Run. 2. To restore all Chkntfs default settings, enter Chkntfs /d. 3. If there are multiple hard drives in the system, enter Chkntfs /x <drive letter>:. This excludes the drives you don't want to check. Make <drive letter> the letter(s) of the drive(s) you want to exclude. 4. Enter Chkntfs /t:0 to set the countdown to zero. 5. Type Chkntfs /c <drive letter>:, where <drive letter> is the letter of the drive you want to check.

4 Add a Safe Mode option to the Boot menu in Windows XP Add a Safe Mode option to the Boot menu in Windows XP When you're experiencing a problem with Windows XP, you may need to boot the system into Safe Mode more than once. However, doing so can be a tiresome process. When the Boot menu appears, you must press [F8], and then you must select Safe Mode from yet another menu. Wouldn't it be nice if Safe Mode were available from the Boot menu? In fact, it's relatively easy to add a Safe Mode option to the Boot menu. Follow these steps: 1. Press [Windows][Break] to open the System Properties dialog box. 2. On the Advanced tab, click the Settings button in the Startup And Recovery section. 3. In the System Startup section, click the Edit button. 4. When the Boot.ini file opens in Notepad, locate the line that ends with the /fastdetect switch. 5. Highlight and copy that line, and paste it in the line below. 6. Change the section on the line that reads WINDOWS="Microsoft Windows XP Professional" to WINDOWS="Safe Mode." 7. Add the following to the end of the line: /safeboot:minimal /sos /bootlog

5 What is System Restore? What is System Restore? System Restore is another feature that has its roots in Windows ME. It allows users to save all important system files, called creating a checkpoint, and restore them later if something happens with the system. It is essentially a feature that allows users to go back in time and undo all changes to a system. System Restore monitors system files and creates checkpoints at the time of significant system events (e.g., driver and application installation) and periodically (every 24 hours). Periodical restore points are only created when the CPU is idle. Additionally, users can manually create restore points through the System Restore utility found in Start Programs Accessories System Tools. System Restore is enabled automatically once Windows XP is installed. Keep in mind that System Restore requires at least 200 MB of free space on each partition; otherwise, it is disabled and all previous restore points are lost. When more than 200 MB of free space becomes available, System Restore is turned on automatically. By default, System Restore will use up to 12 percent of a user s hard drive to store restore points. This means that users can store several restore points on the hard drive, which are ready to be rolled back. The exact number of restore points depends on the available space on the hard drive. Larger hard drives have more restore points that can be saved. When there is not enough space, older points are deleted. All restore points are compressed using NTFS compression.

6 Disabling System Restore Disabling System Restore Although System Restore is a useful utility, it is a feature that some users might still wish to disable. Microsoft does not recommend disabling the feature; however, it may make sense to disable it on the data-only partitions. System Restore points are managed through the System Restore utility found in the Accessories System Tools folder in the Start Menu. This utility is primarily used to create and restore the System Restore checkpoint, but it is also used to change the System Restore Settings. Click on the System Restore Settings, and the new dialog will appear. You ll have the option to turn on the System Restore for all system hard drives or disable it on individual drives. If you select the drive and click the Settings button, you ll get a new dialog in which you can disable the System Restore for the drive and specify the amount of disk space you want to reserve for restore points. The graphical user interface does not provide the only means of disabling System Restore. You can also use VBScripts. Here is a sample script that disables System Restore on the D: drive: Set SRP = GetObject("winmgmts:\\.\root\default:SystemRestore") esrp = SRP.disable("d:\") Save this to a file with a.vbs extension and run it. You can also script other actions, as well.

7 Restore your system with Automated System Recovery Restore your system with Automated System Recovery The best way to prepare for computer failure is to perform regular backups. Windows XP Professional ships with a backup and restoration tool, Automated System Recovery (ASR), that lets you make copies of important system files and settings. The ASR Wizard, in All Programs Accessories System Tools Backup, guides you through the backup procedure. It allows you to save a backup file to a medium that you specify, plus it helps you create a floppy Recovery Disk. The floppy disk will restore the operating system and settings to a previous state, so you can start XP when other recovery options don't work. To activate ASR and recover from system failure, insert the Windows XP CD-ROM and boot the system. When prompted, press [F2] for Automated System Recovery and follow the restoration steps. Keep these points in mind before using ASR: ASR will not back up or restore data files. Only use ASR if your system is unable to boot and can't be repaired with other tools, such as the Recovery Console and the Last Known Good Configuration. If you have a broken system but can still boot to XP, use System Restore instead of ASR to restore the system to a previous state. ASR doesn't support 4-GB partitions formatted with FAT. When you use ASR, the backup will format your system partition, which can result in the loss of data. Use great caution when using ASR. As a last resort, you may even want to consider reinstalling XP over the existing installation. This takes a little longer to restore the system, but all your data will be preserved. Note: Be sure to examine the ASR help files before using it on your system.

8 Sharpen your tools for when disaster strikes Sharpen your tools for when disaster strikes System failure, data loss, and computer instability are common problems for administrators and end users alike. Fortunately, Windows XP Professional and Home Edition include several built-in disaster recovery tools to help get your system and data back up and running. Here are a few utilities to add to your troubleshooting arsenal: Last Known Good Configuration: If you are unable to boot the computer because of hardware or software changes, use Last Known Good Configuration. On the Boot loader screen, press [F8] and select Last Known Good Configuration. This only works if you haven't logged on after the problem occurred. Safe Mode: If you are unable to boot Windows XP, try to boot into Safe Mode, which loads only the basic drivers needed for the system. On the boot loader menu, press [F8] and select Safe Mode. Recovery Console: If you are unable to boot Windows XP, and Last Known Good Configuration and Safe Mode are not working, use Recovery Console to try to repair the system. Run Recovery Console from the Windows XP CD-ROM by selecting R for repair during the setup. Device Driver Rollback: If the computer becomes unstable after installing a new driver, roll back to the previously installed driver. To do this, run Device Manager, right-click on the Device, and select Properties. Go to the Driver tab, and click Roll Back Driver. System Restore: If the system is not working as expected after installing an application or when you're uncertain about the problem but know that the system worked fine the previous day use System Restore to return the system to the previous, working configuration. System Restore is located on the Start menu in the System Tools folder. Keep in mind that System Restore doesn't save or restore user data. Backup: The Backup utility allows you to save data and system files. If data is lost on the hard drive, you'll be able to restore it from the backup. By default, backup is not automatic on Windows XP Home Edition, so either perform the backup manually or schedule it to automatically back up your data at certain intervals. Automated System Recovery (ASR): This utility allows you to back up the system and then restore it. ASR is useful when the system becomes unable to boot and no other disaster recovery tools work. Perform regular backups and try all other methods before ASR, because it formats the disk and sometimes deletes data.

9 Use Driver Rollback to remove a new driver Use Driver Rollback to remove a new driver Among the most critical pieces of software running on your computer are device drivers. Drivers are executed in the kernel mode and communicate directly with the operating system. Because they have access to parts of the hardware and operating system that other applications cannot access, drivers can create a great deal of damage, if written improperly. A single driver can cause your computer to continuously crash. (Microsoft discovered that most crashes are caused by faulty drivers.) If you have ever experienced this for yourself, you'll appreciate a new feature in Windows XP, called Driver Rollback. Whenever you install a new device driver on your computer, Windows XP will create a backup copy of the old driver. If the system crashes or if you are not satisfied with the new driver, you can use Driver Rollback to remove the new driver and reinstall the old driver. (The system keeps only one previous driver.) To restore the previous driver: 1. Log on with an account that has administrator privileges. 2. Open Device Manager by right-clicking the My Computer icon and selecting Properties. On the Hardware tab, click Device Manager. 3. Right-click a device and select Properties. 4. On the Driver tab, click Roll Back Driver. This feature works for all device drivers, except drivers for printers. Installing printers is done through the Printers and Faxes folder and thus doesn't support the Driver Rollback.

Understanding Backup and Recovery Methods. Lesson 8

Understanding Backup and Recovery Methods. Lesson 8 Understanding Backup and Recovery Methods Lesson 8 Objectives Objective Domain Matrix Technology Skill Objective Domain Description Objective Domain Number Understanding Local, Online, and Automated Understanding

More information

Use it or Lose it: Microsoft Windows Backup By Tom Dell, ntb group partner

Use it or Lose it: Microsoft Windows Backup By Tom Dell, ntb group partner Use it or Lose it: Microsoft Windows Backup By Tom Dell, ntb group partner Learning to use a backup application is one of the most important things a user of a Windows computer can do. It is so important,

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

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 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

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

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

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

Understanding offline files

Understanding offline files Understanding offline files Introduction If you've ever needed to access important files stored in a shared folder on your network but couldn't because the network connection was unavailable, then you

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

5.6.3 Lab: Registry Backup and Recovery in Windows XP

5.6.3 Lab: Registry Backup and Recovery in Windows XP 5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.

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

User Manual. Copyright Rogev LTD

User Manual. Copyright Rogev LTD User Manual Copyright Rogev LTD Introduction Thank you for choosing FIXER1. This User's Guide is provided to you to familiar yourself with the program. You can find a complete list of all the program's

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

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 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

More information

Windows 7 Hard Disk Recovery

Windows 7 Hard Disk Recovery In order to restore your hard drive back to the original factory settings you will need to do the following: 1) Press the start button and in the search area type Recovery 2) From the search results, launch

More information

Hiva-network.com. Microsoft_70-680_v2011-06-22_Kat. Exam A

Hiva-network.com. Microsoft_70-680_v2011-06-22_Kat. Exam A Exam A Microsoft_70-680_v2011-06-22_Kat QUESTION 1 You have a computer that runs Windows 7. The computer has a single volume. You install 15 applications and customize the environment. You complete the

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

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

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

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

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

Microsoft Exchange 2003 Disaster Recovery Operations Guide

Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Corporation Published: December 12, 2006 Author: Exchange Server Documentation Team Abstract This guide provides installation and deployment

More information

The Carbonite Appliance HT10 User Guide

The Carbonite Appliance HT10 User Guide The Carbonite Appliance HT10 User Guide Keep business moving with the Carbonite Appliance HT10. The hybrid data solution that s just right for your clients. For assistance, reach the Carbonite Support

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

Acer erecovery Management

Acer erecovery Management 1 Acer erecovery Management Acer erecovery Management provides a fast and reliable method to restore your computer to its factory default settings or user-defined system configuration, from images stored

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

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers PSQL v9 SP1 (9.1) & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019

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

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

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

NTLDR is missing. Below are the full error messages that may be seen when the computer is booting.

NTLDR is missing. Below are the full error messages that may be seen when the computer is booting. NTLDR is missing Issue NTLDR is Missing. Related errors Below are the full error messages that may be seen when the computer is booting. NTLDR is Missing Press any key to restart Boot: Couldn't find NTLDR

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

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Installing the Operating System with Express Setup

Installing the Operating System with Express Setup Chapter 5 Installing the Operating System with Express Setup This section describes information on using Express Setup to install and configure the following operating systems to the server. Microsoft

More information

Image Backup and Recovery Procedures

Image Backup and Recovery Procedures Image Backup and Recovery Procedures Thank you for purchasing a Fujitsu computer. Fujitsu is committed to bringing you the best computing experience with your new system. It is very important that you

More information

Time Stamp. Instruction Booklet

Time Stamp. Instruction Booklet Time Stamp Instruction Booklet Time Stamp Introductions Time stamp is a useful solution for backing up and restoring system, it backs up the entire computer system to the Backup Zone. Time Stamp is used

More information

NI Real-Time Hypervisor for Windows

NI Real-Time Hypervisor for Windows QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single

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

Acer erecovery Management

Acer erecovery Management 1 Acer erecovery Management Developed by Acer's software team, Acer erecovery Management is a tool that provides you with an easy, reliable and safe means of restoring your computer to its factory default

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

Backups. Backup Plan. How to use the Backup utility to back up files and folders in Windows XP Home Edition

Backups. Backup Plan. How to use the Backup utility to back up files and folders in Windows XP Home Edition Backups Backups are your insurance against data loss. Most organizations have an Information Technology Department (IT) which may be responsible for backing up organizational data and that is handled well

More information

Windows 7 USB/DVD download tool

Windows 7 USB/DVD download tool Windows 7 USB/DVD download tool Overview Installation Usage FAQ Troubleshooting Overview When you choose to download most software from the Microsoft Store, you have the option of using Download Manager

More information

PCLinq2 Hi-Speed USB Bridge-Network Cable. Quick Network Setup Guide

PCLinq2 Hi-Speed USB Bridge-Network Cable. Quick Network Setup Guide PCLinq2 Hi-Speed USB Bridge-Network Cable Congratulations! Quick Network Setup Guide For Windows 98/ME/2000/XP Congratulations for installing the PCLinq2 Hi-Speed USB Bridge-Network Cable. This Quick Network

More information

Backups and Maintenance

Backups and Maintenance Backups and Maintenance Backups and Maintenance Objectives Learn how to create a backup strategy to suit your needs. Learn how to back up a database. Learn how to restore from a backup. Use the Database

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager A key tool that you will use to manage system processes and applications is Task Manager. You can access Task Manager using any of the following methods: Press CTRL+SHIFT+ESC Press CTRL+ALT+DEL and then

More information

Acer erecovery Management

Acer erecovery Management Acer erecovery Management The Acer erecovery Management provides fast, reliable and safe method of restoring your computer to its factory default settings or user-defined system configuration from an image

More information

ACS Backup and Restore

ACS Backup and Restore Table of Contents Implementing a Backup Plan 3 What Should I Back Up? 4 Storing Data Backups 5 Backup Media 5 Off-Site Storage 5 Strategies for Successful Backups 7 Daily Backup Set A and Daily Backup

More information

Installing a Second Operating System

Installing a Second Operating System Installing a Second Operating System Click a link below to view one of the following sections: Overview Key Terms and Information Operating Systems and File Systems Managing Multiple Operating Systems

More information

Dacorum U3A Computer Support Group. Friday 27th March 2015

Dacorum U3A Computer Support Group. Friday 27th March 2015 Dacorum U3A Computer Support Group Archiving and Backup for Windows PC's. This will include local backup to HD, USB Memory, NAS and Cloud storage. Friday 27th March 2015 Agenda Discussion about format

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

The Windows Vista Recovery Environment

The Windows Vista Recovery Environment The Windows Vista Recovery Environment By Mark Edward Soper Introduction The Windows Vista Recovery Environment (Figure 1) provides five ways to recover from serious computer problems that may prevent

More information

Backup MyPC. User Guide

Backup MyPC. User Guide Backup MyPC User Guide December 2003 FOR WINDOWS XP SP1 ONLY! Restoring All of Your Files with Windows XP SP1 and Backup MyPC Some versions of Windows XP Service Pack 1 do not support automated Disaster

More information

NetVanta Unified Communications Server Backup and Restore Procedures

NetVanta Unified Communications Server Backup and Restore Procedures NetVanta Unified Communications Technical Note NetVanta Unified Communications Server Backup and Restore Procedures 1 Introduction 1.1 Overview This document provides backup and restore procedures to protect

More information

2-2. 2 nd.edition 1-2004

2-2. 2 nd.edition 1-2004 Software Guide 2-1 2-2 2 nd.edition 1-2004 Software Installation and Configuration Notes Before setting Partition size 重 要. Minimum size of the partition can be calculated from the following formula. 1635MB

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

CASPER SECURE DRIVE BACKUP

CASPER SECURE DRIVE BACKUP TM CASPER SECURE DRIVE BACKUP USER GUIDE V4.0 TM Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication,

More information

Division of Administration (DOA) Desktop Support

Division of Administration (DOA) Desktop Support Division of Administration (DOA) Desktop Support Computer Power Conservation Settings for XP & Vista Operating Systems XP Power Options Overview Using Power Options in Control Panel, you can reduce the

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

How to Perform Data Backup for No Boot Issues? With Screenshots

How to Perform Data Backup for No Boot Issues? With Screenshots How to Perform Data Backup for No Boot Issues? With Screenshots There are different ways to backup data when the system is not booting to OS. The most easy and successful one is by going to recovery console.

More information

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units APPLICATION NOTES Converge Pro Products CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. Troubleshooting USB Connections with Converge Pro Units Description This document explains how to connect

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

Welcome to the QuickStart Guide

Welcome to the QuickStart Guide QuickStart Guide Welcome to the QuickStart Guide This QuickStart Guide provides the information you need to install and start using Express Software Manager. For more comprehensive help on using Express

More information

Understanding the Boot Process and Command Line Chapter #3

Understanding the Boot Process and Command Line Chapter #3 Understanding the Boot Process and Command Line Chapter #3 Amy Hissom Key Terms 1. Active Partition the primary partition on the hard drive that boots the OS. Windows NT/2000/XP calls the active partition

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

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

Online Backup and Recovery Manager Setup for Microsoft Windows.

Online Backup and Recovery Manager Setup for Microsoft Windows. Online Backup and Recovery Manager Setup for Microsoft Windows. Backup Wizard Default Interface Recovery Wizard Online Backup and Recovery Manager Setup Backup Wizard After installing and launching the

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

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013)

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013) 1 Laplink DiskImage 7 Professional Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Laplink Software, Inc. 600 108th Ave.

More information

NetWare 4.11 Virtualization

NetWare 4.11 Virtualization 2011 NetWare4.11Virtualization Portlock Corporation 5/18/2011 NetWare 4.11 Virtualization May 18, 2011 Version 1.0 Copyright 2000-2011 Portlock Corporation Copyright 2000-2011 Portlock Corporation Page

More information

Image Backup and Recovery Procedures

Image Backup and Recovery Procedures Image Backup and Recovery Procedures Thank you for purchasing a Fujitsu computer. Fujitsu is committed to bringing you the best computing experience with your new system. It is very important that you

More information

IsItUp Quick Start Manual

IsItUp Quick Start Manual IsItUp - When you need to know the status of your network Taro Software Inc. Website: www.tarosoft.com Telephone: 703-405-4697 Postal address: 8829 110th Lane, Seminole Fl, 33772 Electronic mail: Contact1@tarosoft.com

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 Version 9.0 User Guide 302-001-755 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published in USA. Published

More information

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish.

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish. Backup. If your computer refuses to boot or load Windows or if you are trying to restore an image to a partition the Reflect cannot lock (See here), and then you will have to start your PC using a rescue

More information

Windows XP Presentation By Bill Ball

Windows XP Presentation By Bill Ball Windows XP Presentation By Bill Ball Windows XP is built on the foundation that was used for Windows NT and Windows 2000. Anyone will tell you that NT and 2000 is more stable than other versions of Windows.

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

View CPU, Memory, Disk, and Network Usage in Activity Monitor.

View CPU, Memory, Disk, and Network Usage in Activity Monitor. Identify and quit applications that have become nonresponsive. Identify support options customized for your Mac. View CPU, Memory, Disk, and Network Usage in Activity Monitor. 98_9780789753939_ch5online.indd

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 4 Introduction 5 What You Need 6 Installation Overview 6 Step 1: Check for updates. 6 Step 2: Open Boot Camp Assistant. 6 Step 3: Install Windows. 6 Step 4:

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

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

How To Use Live Backup On Windows 7 (Windows 7) With A Live Backup Client (Windows) On A Pc Or Macbook (Windows Xp) With An Ipad Or Ipad (Windows 8) With Live Backup) On Your Computer (

How To Use Live Backup On Windows 7 (Windows 7) With A Live Backup Client (Windows) On A Pc Or Macbook (Windows Xp) With An Ipad Or Ipad (Windows 8) With Live Backup) On Your Computer ( Version 3.33 Ref: ALB.333+.LBCG.2.050311 Live Backup Client User Guide For Microsoft Windows 7 Professional, Enterprise, or Ultimate; Windows Vista; or Windows XP Professional or Home Edition Atempo retains

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Upgrade Guide Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International

More information

Windows 7. Tips and Tricks. Scott Sekinger

Windows 7. Tips and Tricks. Scott Sekinger Windows 7 Tips and Tricks By Scott Sekinger This article includes helpful Windows 7 tips and tricks. The topics discussed are: 1. Windows keyboard shortcuts 2. how to create a System Repair disk 3. how

More information

A+ Practical Applications Solution Key

A+ Practical Applications Solution Key A+ Practical Applications Solution Key Module 1 Assignment: Introducing Microsoft Windows - answer the following questions: 1. What attributes are available in the NTFS file system that are not available

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

Working with Administrative Tools

Working with Administrative Tools This final chapter considers a variety of administrative 12 tools and how to use them. Working with Administrative Tools Using Administrative Tools Once you go though Control Panel (assuming you haven

More information

UNICORN 6.4. Administration and Technical Manual

UNICORN 6.4. Administration and Technical Manual UNICORN 6.4 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

Job Scheduler User Guide IGSS Version 11.0

Job Scheduler User Guide IGSS Version 11.0 Job Scheduler User Guide IGSS Version 11.0 The information provided in this documentation contains general descriptions and/or technical characteristics of the performance of the products contained therein.

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

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

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

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

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec Intelligent disaster recovery Dell DL backup to Disk Appliance powered by Symantec The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry s only fully integrated

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

BULLGUARD BAckUp GUIDE

BULLGUARD BAckUp GUIDE BULLGUARD backup GUIDE CONTENTS BullGuard Backup introduction page 3 Installing BullGuard Backup page 6 Uninstalling BullGuard Backup page 11 Registering BullGuard Backup: creating an account page 12 Running

More information

CANON FAX L360 SOFTWARE MANUAL

CANON FAX L360 SOFTWARE MANUAL CANON FAX L360 SOFTWARE MANUAL Before You Begin the Installation: a Checklist 2 To ensure a smooth and successful installation, take some time before you begin to plan and prepare for the installation

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide Enterprise Edition Installation Guide MARCH 2012 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010 Phone (515)

More information

Chapter 4. Backup / Restore

Chapter 4. Backup / Restore Recovery Guide 9 Restoring with the OS CD (Only for models that ship with the operating system CD) 98 Samsung Recovery Solution (Optional) 00 Recovery Guide 9 This section describes how to restore your

More information