SSD DATA MIGRATION. Before Starting. What size SSD? Partitioning

Size: px
Start display at page:

Download "SSD DATA MIGRATION. Before Starting. What size SSD? Partitioning"

Transcription

1 SSD DATA MIGRATION This is obviously not the only way to migrate your HDD to a SSD. There is lots of different cloning or migration software available. However Macrium Reflect is a nice piece of software. It works and it is free. I suspect that there are some superfluous steps in the migration section of this guide but what is in here does work. Thanks to everyone who posted bits and pieces on the internet so I could figure this out. The complete Appendix A is not my work at all. I was going to link to the original web site but it seems to have disappeared. Before Starting You will need: SSD USB HDD Enclosure AS SSD benchmark software Macrium Reflect imaging software External hard drive for personal data and/or a system image You may need: PerfectDisk 12 software Easeus Partition Master software What size SSD? (If your HDD is smaller than the SSD or if your operating system resides on its own partition and that partition is smaller than the SSD then you can skip the following and scroll down to the Migration Section having just saved yourself a lot of time.) You may have to move ALL your personal crap data off the original HDD 1. At the very least your OS and software will be on the SSD. The SSD will obviously need to be larger than this. SSD manufacturers kind of fudge capacity figure. SSD's reserve some capacity for future use so that the formatted capacity of a 64 GB SSD will be on the order of GB. Another consideration is that you do not want fill them more than 80% full. So now your 64 GB drive has only about 45 GB available. However, unless you are an avid video gamer or want to put more than 15 or 20 GB of personal data on the drive a 64 GB SSD should be adequate. If you have a lot of personal data consider installing it on a second internal or external drive. A bare Windows 7 OS uses about GB. Plan accordingly. Partitioning If you end up needing to change partition sizes now would be good time to make a system image. Use Macrium Reflect to make one just in case. You can make another image for the SSD when partitioning is completed. The data remaining on the HDD is now less than the size of the SSD. To migrate the OS to the SSD requires that the OS partition on the HDD must be smaller than the SSD (not entirely true; not a requirement for some migration software). This may be a problem as Windows tends to scatter files all over the HDD. You may have only 20 GB on a 500 GB HDD but Windows will not partition the drive smaller than, say 200GB because some unmoveable files are inconveniently located in the middle of the disk. To find out how far you can shrink your drive enter PARTITION in the start menu search bar and click on Create and Format Hard Disk Partitions. This will open the Disk Management window:

2 You may have a third partition on the right. If so it may be the computer manufacturer s recovery partition. I consider these useless and delete them 2 however be sure of what it is before deleting anything. The first partition is required by Windows. It will be migrated to the SSD. Right click on the Windows 7 partition and click on shrink volume. Windows will think about it then report on how far the partition can be reduced. If you are lucky or the computer is new the partition will be able to be made smaller than your SSD. Read Shrink a Basic Volume for instructions on how to do it. If you are not lucky read Appendix A. It is for Vista but Windows 7 is similar. Try rebooting after step 5. Steps 9 & 10 are different for Windows 7. See above to get to Disk Management (the partitioning window). Hopefully you will now be able to shrink the partition to the size required. If not it is time to get a copy of Easeus Partition Master. Read the Easeus help files on how to resize a partition. Select Windows 7 partition. Click on Resize/Move Partition.

3 Drag the dot (red arrow) to the left until the partition size is smaller than the SSD. Don t forget to include the first partition (here it is 1.1 GB) in the space calculations. You do not have to be precise. Any leftover space you will get back later. This should get you a partition of the proper size. Migration Install Macrium software if you haven t already. Run Macrium to make a system image on to an external drive and also make a boot cd. Clicking on Create an image of partition(s) required to backup and restore Windows will select the appropiate partitions or you can checkmark the ones you want. You will need the boot cd to restore the image onto the SSD. Insert the SSD into the USB/HDD enclosure and plug into computer s USB port. On the start menu search bar type DISKPART then click on diskpart at the top left. Type: list disk (press enter) select disk X (where X is the disk number of the SSD NOT NOT C: drive) (enter) create partition primary align=1024 (enter) format quick FS=NTFS (enter) active (enter) exit (enter) Remove SSD from enclosure. Remove HDD from computer and replace with SSD. Boot into Macrium from boot CD. Restore system image. Boot up the computer. Run WEI (Control Panel/Performance Information and Tools/Re-run the assessment). Windows will detect the SSD and make internal changes for best performance. Run AS SSD. It should say OK if the alignment is correct. If it says BAD you need to fix it (start Googling) as it will slow the drive down and speed is the whole point of SSD s. These speeds are for a Sata lll (6Gb/s). Use Easeus Partition Master to recover any unallocated space on the SSD.

4 This is a 7200 RPM HDD and the reason you bought an SSD. Lew January 2013 freddy_delgado@aol.com 1 If you partitioned your HDD, as you should have, so that the OS resides on it's own partition you can skip this step. 2 Manufacturers include this so you can recover the OS in case of disaster. I prefer to configure the computer exactly the way I want then create a system image to recover from. Why start back at square one?

5 1 of 5 1/12/2013 9:10 PM APPENDIX A Original Source How to resize a Windows Vista Partition Unfortunately, resizing your Windows Vista partition isn t particularly easy. That fact is regardless of the presence of Vista s drive management tool, the piece of Windows functionality that should make it easy to shrink or extend your drive partitions. So, while I ve been preparing to install Ylmf OS Jaunty Jackalope I ve had to learn how to get around this problem. I thought I d share the process with you and add some value to this forum post by testing the process and simplifying it with screenshots and a step by step guide. The problem with Windows Vista drive management Does this screen look familiar? The total available shrink space on your C: drive is zero or very low: The reason why you can t just shrink a Windows Vista partition is largely due to the existence of files that can t be moved through conventional means (or even standard defragmentation) such as the Master File Table, Pagefiles and Hibernation data. To actually make some free space available to the drive management tool, you ve got to get your sleeves rolled up. How to shrink your Windows Vista Partition 1) Disable hibernation To disable hibernation, open up a command prompt window as administrator and key in the following command: powercfg -h off 2) Disable system restore Right click on your My Computer icon and click properties. Click the System Protection tab and uncheck the drive you want to disable hibernation for, and confirm your choice.

6 2 of 5 1/12/2013 9:10 PM 3) Disable the pagefile In the same system properties dialogue, go to the Advanced tab and click the Performance button. Under Advanced, click Change and select No Paging File 4) Disable the kernel memory dump Once again, return to the Advanced System Settings dialogue and go to the Advanced tab and click the Settings button under Startup and Recovery. Under System Failure, change the drop-down menu to (none).

7 3 of 5 1/12/2013 9:10 PM 5) Clean your disk Now, Run the disk cleanup wizard and be sure to delete all of your previous restore points and hibernation files. 6) Download and install the 30-day free trial of PerfectDisk 10 Professional This is the software I used to complete the defragmentation process and it worked. While there are a number of other advanced partitioning tools out there, I cannot recommend any until I ve tried them. If you have a recomendation, please leave your comments below. I downloaded the free trial for the professional version. 7) Start the defragmentation process In the PerfectDisk interface, select your drive and run a SMARTPlacement defragmentation click the image to enlarge. The SMARTplacement defrag option is the radio button in the top left hand corner. Click Start to get going the whole process could take a while so be prepared to wait an hour or so.

8 4 of 5 1/12/2013 9:10 PM 8) Nearly finished Finally, do a consolidate free space defrag. This will further maximise your available free space and completes the process. When all of this is complete you ll see results that look a little similar to this: 9) Shrink your volume You should be ready to shrink your system volume, so, click manage with a right mouse button click on the My Computer icon:

9 5 of 5 1/12/2013 9:10 PM 10) Manage your disk In the Computer Management Dialogue, double click Disk Management and right mouse click on your C: drive to begin the volume shrinking process. When you re done, you ll see a new, unallocated space like this: That s it! Remember to return the settings you changed earlier on in the process back to their original values, and if you re not sure about carrying out any of the instructions in this post you d be well advised to back up a copy of your hard drive first. Copyright YLMF Computer Technology Co., Ltd. All rights reserved. Feedback About Us Join Us Contact Us

v5: How to restore a backup image

v5: How to restore a backup image This article describes how to restore a backup image Restoring a backup image is very simple using Macrium Reflect. If the image contains only data, it is a matter of restoring it back to its original

More information

Macrorit Partition Expert 4.3.5

Macrorit Partition Expert 4.3.5 Content Macrorit Partition Expert 4.3.5... 1 User Manual... 1 Welcome... 1 About Macrorit Partition Expert... 1 Main Features... 1 Advanced Features... 1 Tools... 2 Unique Technology... 2 System Requirements:...

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User Guide Table of content Table of content... - 2 - Overview... - 1 - Welcome... - 1 - Edition comparison... - 1 - Getting started... - 2 - Hardware requirements... - 2 - Supported

More information

Installing New External Hard Drive Windows 7 Upgrade Blank >>>CLICK HERE<<<

Installing New External Hard Drive Windows 7 Upgrade Blank >>>CLICK HERE<<< Installing New External Hard Drive Windows 7 Upgrade Blank So I bought a new hard drive and installed it correctly, but since it is blank I cant I have a windows 7 upgrade disc but do I need the windows

More information

FuzeDrive. User Guide. for Microsoft Windows 10 x64. Version Date: June 20, 2018

FuzeDrive. User Guide. for Microsoft Windows 10 x64. Version Date: June 20, 2018 for Microsoft Windows 10 x64 User Guide Version 1.3.4 Date: June 20, 2018 2018 Enmotus, Inc. All rights reserved. FuzeDrive, FuzeRAM and vssd are a trademarks of Enmotus, Inc. All other trademarks and

More information

Migrating from XP to Linux: A Phased Approach Starting with a Duel Boot System.

Migrating from XP to Linux: A Phased Approach Starting with a Duel Boot System. Migrating from XP to Linux: A Phased Approach Starting with a Duel Boot System. September 2, 2013 Windows XP goes out of service in April 2014. Current estimates are that about 38% of computers worldwide

More information

IT Essentials v6.0 Windows 10 Software Labs

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

More information

PerfectSpeed PC Optimizer User Guide

PerfectSpeed PC Optimizer User Guide PerfectSpeed PC Optimizer User Guide Table of Contents Welcome to PerfectSpeed PC Optimizer!... 1 Introduction to PerfectSpeed PC Optimizer... 3 Install PerfectSpeed PC Optimizer... 5 Getting Started

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

Format Hard Drive Using Windows 7 Recovery Disk

Format Hard Drive Using Windows 7 Recovery Disk Format Hard Drive Using Windows 7 Recovery Disk Jun 8, 2015. If it's not possible to create a recovery disk using this method, is it possible to backup Hey guys, I'm looking to format my hard-drive and

More information

Windows Accessories Menu Computer Tune Up, Recovery and Security

Windows Accessories Menu Computer Tune Up, Recovery and Security Copyright 2009 BOSMA Enterprises Chapter 16 Windows Accessories Menu Computer Tune Up, Recovery and Security Key Terms Disk Cleanup is a Windows program that allows you to remove unnecessary files for

More information

Auslogics BOOSTSPEED USER MANUAL. auslogics.

Auslogics BOOSTSPEED USER MANUAL. auslogics. Auslogics BOOSTSPEED 10 USER MANUAL www..com TABLE OF CONTENTS: Welcome Installation Guide Registering Auslogics BoostSpeed 10 Backing up with the Rescue Center Your First Scan Navigation Panel Navigation

More information

Stop! Read before proceeding.

Stop! Read before proceeding. Stop! Read before proceeding. Cloning Risks In theory, there should be no risk to the source drive during cloning as the disk is only read. In practice, however, there has been far too many postings of

More information

Clone an Existing Drive

Clone an Existing Drive Clone an Existing Drive This guide will go through the process of cloning your existing software, OS, and data to a new hard drive. Written By: Mike ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION

More information

Windows 7 Manual Update Installing On New >>>CLICK HERE<<<

Windows 7 Manual Update Installing On New >>>CLICK HERE<<< Windows 7 Manual Update Installing On New Hard Drive Fresh A new HDD + a working Windows install disk (not upgrade disk) should work. Solvednew hard drive install with fresh windows 7 can't find any network

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

Intelligent Tiered Storage Acceleration Software for Windows 10

Intelligent Tiered Storage Acceleration Software for Windows 10 for Windows 10 QUICK START GUIDE April 2018 2018 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD logo, Ryzen, Threadripper, and combinations thereof are trademarks are of Advanced Micro

More information

Seagate Manager. User Guide. For Use With Your FreeAgent TM Drive. Seagate Manager User Guide 1

Seagate Manager. User Guide. For Use With Your FreeAgent TM Drive. Seagate Manager User Guide 1 Seagate Manager User Guide For Use With Your FreeAgent TM Drive Seagate Manager User Guide 1 Seagate Manager User Guide Revision 2 2009 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology,

More information

Install New External Hard Drive Windows 7 Upgrade After Installing >>>CLICK HERE<<<

Install New External Hard Drive Windows 7 Upgrade After Installing >>>CLICK HERE<<< Install New External Hard Drive Windows 7 Upgrade After Installing You can re-use a drive when performing a major upgrade or move it to a new computer. Find your Windows install disc or, if you don't have

More information

Instructions For Formatting Hard Drive Windows 7 Command Prompt

Instructions For Formatting Hard Drive Windows 7 Command Prompt Instructions For Formatting Hard Drive Windows 7 Command Prompt How to format a hard drive in Windows Vista, 7 or 8: plus how to format hard drive drive, run the Universal USB Installer setup program,

More information

DriveClone Workstation. Users Manual

DriveClone Workstation. Users Manual DriveClone Workstation Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone Workstation... 3 2.1 System Requirement... 3 2.2 Installing DriveClone Workstation...

More information

EaseUS Disk Copy User Guide

EaseUS Disk Copy User Guide EaseUS Disk Copy User Guide Table of contents Welcome... - 1 - Glossary... - 1 - Getting Started... - 1 - Hardware Requirements... - 1 - System Requirements... - 1 - File System Supported... - 2 - Devices

More information

GUARD1 PLUS Manual Version 2.8

GUARD1 PLUS Manual Version 2.8 GUARD1 PLUS Manual Version 2.8 2002 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks of TimeKeeping Systems, Inc. Table of Contents GUARD1 PLUS... 1 Introduction How to get

More information

Clean & Speed Up Windows with AWO

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

More information

Let s look at some computer or device speed problems and see how we could trouble-shoot them

Let s look at some computer or device speed problems and see how we could trouble-shoot them EIT, Author Gay Robertson, 2016 Let s look at some computer or device speed problems and see how we could trouble-shoot them Problem: computer has slowed down Symptom: My computer takes so long to do even

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

HP SSD Upgrade Kit Installation Guide

HP SSD Upgrade Kit Installation Guide HP SSD Upgrade Kit Installation Guide HP SSD Upgrade Kit Installation Guide* The HP Solid State Drive (HP SSD) is the latest solution in storage technology that provides significant benefits versus traditional

More information

DISK DEFRAG Professional

DISK DEFRAG Professional auslogics DISK DEFRAG Professional Help Manual www.auslogics.com / Contents Introduction... 5 Installing the Program... 7 System Requirements... 7 Installation... 7 Registering the Program... 9 Uninstalling

More information

Applied ICT Skills MS Windows

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

More information

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS INTEGRATION BRIEF The built-in Windows Backup included with current Windows operating systems does not support

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal 1 1 Hardware Configuration of Host PC (Server)----------------------------------------------------3 2 The Installation of vpoint

More information

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode The System Restore function on Windows 7 allows you to roll backhome,» Categories,» Computers and Electronics,» Operating Systems Select

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID. 2 1.2 RAID Configurations Precautions.. 3 1.3 Create Disk Array. 4 2. NVIDIA Windows RAID Installation

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows XP / XP 64-bit / Vista / Vista 64-bit

More information

GT 062 3TB Quickstart Addendum

GT 062 3TB Quickstart Addendum GT 062 3TB Quickstart Addendum NOTE: This document is an addendum to the GT 062 manual, and is intended for the GT 062 3TB model only. 610028 GT 062 3TB Quickstart Addendum.pdf June 17, 2009 The GT 062

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User guide Table of content Table of content...- 2 - Overview... - 1 - Welcome... - 1 - Edition comparison...- 1 - Basic knowledge...- 2 - Hard disk/partition... - 2 - Disk formatting...

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Without Formatting We never updated our Windows 7 and 8 install guides with information about dump everything in your user profile onto a USB stick

More information

Restoring from Mac and PC backups. John Steele (PC) Mike Burton (MAC)

Restoring from Mac and PC backups. John Steele (PC) Mike Burton (MAC) Restoring from Mac and PC backups John Steele (PC) Mike Burton (MAC) 1 Structure Overview of backup and restore strategies Why you should backup data and ways in which the backups and restores work Windows

More information

Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis

Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis With Acronis True Image backup, you can restore your computer in the event of a complete system failure. Top Windows

More information

Full System Restore Manually Windows 7 No Disk

Full System Restore Manually Windows 7 No Disk Full System Restore Manually Windows 7 No Disk Time to Complete: 20-30 Minutes. Video (English Only) - How to use System Restore within Windows 7 with a small amount of hard disk space reserved for reinstalling

More information

Partitioning a disk prior to Linux Installation

Partitioning a disk prior to Linux Installation Partitioning a disk prior to Linux Installation by Andy Pepperdine This paper will describe how to partition a disk how you want it before you install Linux. The partitioning process may be initiated either

More information

Windows 7 Read The Manual System Restore Memory Could Not

Windows 7 Read The Manual System Restore Memory Could Not Windows 7 Read The Manual System Restore Memory Could Not restore System Restore is a great tool that allows you to revert Windows and its settings to a previous state. This is useful Read this guide and

More information

Windows 7 Manual Update Install On New Hard Drive Fresh

Windows 7 Manual Update Install On New Hard Drive Fresh Windows 7 Manual Update Install On New Hard Drive Fresh A new HDD + a working Windows install disk (not upgrade disk) should work. Solvednew hard drive install with fresh windows 7 can't find any network

More information

Windows 7 Manual Partition Manager Ware Full Version

Windows 7 Manual Partition Manager Ware Full Version Windows 7 Manual Partition Manager Ware Full Version Guide & Tips How to resize Windows 7 partition with EaseUS Partition Master? Say, create a new partition to install Windows 7, or extend the full system

More information

Acronis True Image Personal

Acronis True Image Personal Acronis True Image Personal Table of contents 1 Introduction...5 1.1 What is True Image Personal?... 5 1.2 System requirements and supported media... 5 1.2.1 Minimum system requirements... 5 1.2.2 Supported

More information

FuzeDrive for AMD Ryzen

FuzeDrive for AMD Ryzen Windows 10 Quick Start Guide Date: 13 th February 2018 2018 Enmotus, Inc. All rights reserved. FuzeDrive, FuzeRAM and vssd are a trademarks of Enmotus Corporation. The AMD and AMD Ryzen logos and trademarks

More information

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Express 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 2 SQL Overview... 3 Hardware and Software Requirements... 3 Other SQL Editions... 3 PART I... 4 Downloading

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD.

Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD. Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD. Version 1.0 This tutorial will walk you through how to create a DOS bootable USB drive and how to apply the newest firmware S5FAM012

More information

Computer Basics. Hardware. This class is designed to cover the following basics:

Computer Basics. Hardware. This class is designed to cover the following basics: Computer Basics This class is designed to cover the following basics: computer hardware software computer s operating system different kinds of storage devices you can use to save files using a mouse what

More information

Install New External Hard Drive Windows 7 Sata

Install New External Hard Drive Windows 7 Sata Install New External Hard Drive Windows 7 Sata I just bought the Sabrent 3.5' SATA/IDE hard drive enclosure to get the data off of a My problem is that the enclosure is not recognized by my windows 7 64-bit

More information

Install Windows Update Windows 7 From Usb

Install Windows Update Windows 7 From Usb Install Windows Update Windows 7 From Usb Drive Step Step Guide Most people who install the Windows Technical Preview will probably upgrade If you are upgrading from Windows 7, however, or from Windows

More information

HOW TO: Perform a Hardware Independent Restore (HIR)

HOW TO: Perform a Hardware Independent Restore (HIR) Document ID:00000184 Last Modified:12/12/2008 HOW TO: Perform a Hardware Independent Restore (HIR) Key Words: How to, HIR, Hardware independent restore, recovery Situation: The purpose of this document

More information

This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications

This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications and sample screens to guide you through the installation

More information

build a digital portfolio in WebPlus X4

build a digital portfolio in WebPlus X4 How to build a digital portfolio in WebPlus X4 Get started Open Serif WebPlus and select Start New Site from the Startup Wizard. WebPlus will open a blank website for you. Take a few moments to familiarise

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

INSTALLING THE PS3 XBOX READY SOFTWARE:

INSTALLING THE PS3 XBOX READY SOFTWARE: INSTALLING THE PS3 XBOX READY SOFTWARE: 1. Insert the Installation CD to CD-ROM drive and execute Ready_Setup.exe NOTE: If it is the first time for the target USB disk using under this software, the software

More information

COMMON WINDOWS 10 QUESTIONS & ANSWERS

COMMON WINDOWS 10 QUESTIONS & ANSWERS COMMON WINDOWS 10 QUESTIONS & ANSWERS Windows 10 is a blend of the best features of Windows 7 and 8.1 but many people are frustrated when they can t find a feature or fix they were used to in one of the

More information

v4: How to Use Macrium ReDeploy

v4: How to Use Macrium ReDeploy What is Macrium Redeploy? There a variety of scenarios where you might need to move a windows installation to a new machine. Some examples are listed below: Migrating to a new machine due to hardware failure

More information

Instructions For Reformatting A Hard Drive >>>CLICK HERE<<<

Instructions For Reformatting A Hard Drive >>>CLICK HERE<<< Instructions For Reformatting A Hard Drive Windows 7 Fat32 1tb Make external harddrive compatible with mac and windows computer, How to format using. This happened once before and reformatting fixed it

More information

The following documents are included with your Sony VAIO computer.

The following documents are included with your Sony VAIO computer. Documentation The following documents are included with your Sony VAIO computer. Printed Documentation Quick Start Guide Describes the process from unpacking to starting up your VAIO. Troubleshooting and

More information

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 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

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT 1 IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING EACH CLASS WILL RUN APPROXIMATELY 40 MINUTES WE WILL PICK UP WHERE WE LEFT OFF AT THE NEXT CLASS THE CLASS

More information

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks GUARD1 PLUS Documentation Version 3.02 2000-2005 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks i of TimeKeeping Systems, Inc. Table of Contents Welcome to Guard1 Plus...

More information

Finding information on your computer

Finding information on your computer Important Be sure to create recovery discs immediately after your computer is ready for use because there are no recovery discs provided with the computer. For instructions on how to create the recovery

More information

WHEN YOUR COMPUTER SLOWS TO A CRAWL

WHEN YOUR COMPUTER SLOWS TO A CRAWL WHEN YOUR COMPUTER SLOWS TO A CRAWL A Hands-On Class Featuring More Than a Dozen Individual Step-By-Step Ideas that You Can Use on Your Own Presented by Bill Wilkinson 1. Beware of Computer Repair Offers

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

Acronis True Image Data Protection. User's Guide

Acronis True Image Data Protection. User's Guide Acronis True Image Data Protection User's Guide Table of contents 1 Introduction...5 1.1 What is Acronis True Image Data Protection?... 5 1.2 System requirements and supported media... 5 1.2.1 Minimum

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

Usb Port On Manually Disabled Windows 7 Regedit

Usb Port On Manually Disabled Windows 7 Regedit Usb Port On Manually Disabled Windows 7 Regedit Posts about how to disable usb port except mouse and keyboard written by how to disable usb port in registry in windows 7, how to disable usb port in rhel

More information

Clone Using the Manual Method

Clone Using the Manual Method Clone Using the Manual Method Acronis TrueImage Home 2011 (ATIH) Cloning to a larger disk. Windows 7 Compaq Laptop Before you can begin to use this guide, you must establish whether this guide is applicable

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

Restoring the Server to Bare Metal

Restoring the Server to Bare Metal Restoring the Server to Bare Metal Figure 19 below shows a virtual machine named Bare Metal System. As you can see, when we try to boot the system the boot fails because there is no operating system installed

More information

CleanMyPC User Guide

CleanMyPC User Guide CleanMyPC User Guide Copyright 2017 MacPaw Inc. All rights reserved. macpaw.com CONTENTS Overview 3 About CleanMyPC... 3 System requirements... 3 Download and installation 4 Activation and license reset

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations Part I Integrated Development Environment Chapter 1: A Quick Tour Chapter 2: The Solution Explorer, Toolbox, and Properties Chapter 3: Options and Customizations Chapter 4: Workspace Control Chapter 5:

More information

How To Make A Pen-Drive Bootable?

How To Make A Pen-Drive Bootable? How To Make A Pen-Drive Bootable? Hello Friends Welcome to FixinGeek.com How are you, friends? I m back after a long time so friends in this post you will learn the process to make your pen drive bootable

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

WINDOWS 8.1 RESTORE PROCEDURE

WINDOWS 8.1 RESTORE PROCEDURE Support website: MyDigitalTech Support email: hello@mydigitaltech.com Support phone number: 0845 450 6323 WINDOWS 8.1 RESTORE PROCEDURE This document describes how Windows system recovery works, in the

More information

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

Lab - Data Migration in Windows

Lab - Data Migration in Windows Lab - Data Migration in Windows Introduction When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS. Windows has

More information

RAID Installation Guide

RAID Installation Guide RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide... 2 1.1 Introduction to RAID... 2 1.2 RAID Configurations Precautions... 3 1.3 Create Disk Array...... 4 2. NVIDIA Windows RAID Installation

More information

SQL Server Standard Edition 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Standard Edition 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Standard Edition 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 3 SQL Standard Edition 2017 Overview... 3 Hardware and Software Requirements... 3 Other SQL

More information

PARAGON ADAPTIVE RESTORE

PARAGON ADAPTIVE RESTORE PARAGON Technologie GmbH, Systemprogrammierung Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email sales@paragon-software.com

More information

Eanes ios5 Upgrade Guide

Eanes ios5 Upgrade Guide Eanes ios5 Upgrade Guide These instructions are intended for people to follow on their home machine. District machines have deep freeze and older versions of itunes which could complicate the process.

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 4 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 5 Installation Overview

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

1.8.1 Built-in store Installing Acronis Hotfixes Technical Support...17

1.8.1 Built-in store Installing Acronis Hotfixes Technical Support...17 User s Guide Table of contents 1 Introduction...7 1.1 What is Acronis True Image 2014?... 7 1.2 What is Acronis True Image 2014 Premium?... 7 1.3 New in this version... 8 1.4 System requirements and supported

More information

Windows 7 Manual Partitioning Manager Ware

Windows 7 Manual Partitioning Manager Ware Windows 7 Manual Partitioning Manager Ware This free partition manager software is capable of resizing and moving partition without data loss, which works well on WindowS7/8/XP/Vista both 32 and 64 bit.

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Instrument Software Update Instructions

Instrument Software Update Instructions Purpose Instrument Software Update Instructions Keysight X-Series Signal Analyzers, Non-Touch (N9000A, N9010A, N9020A, N9030A) With either WES7 or Windows 10 operating systems The purpose of this document

More information

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us:

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Support email: Sales email: Visit our website: support@zinstall.com sales@zinstall.com www.zinstall.com

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account Create a unit using United Streaming and PowerPoint Materials: Microsoft PowerPoint, Internet access, United Streaming account Find United Streaming Clips: 1. Decide on a topic for your unit. 2. Search

More information

Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set

Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set Updates to the instrument firmware are available from the Applied Instruments website. Requirements

More information

Instructions for inland 8412 USB to IDE/SATA adapter.

Instructions for inland 8412 USB to IDE/SATA adapter. Instructions for inland 8412 USB to IDE/SATA adapter. 1 The included CD is ONLY used for Windows 98se. If you are running any newer system (including Vista and Mac,) then you don t need the CD. There are

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information