A+ Demo: Windows 95. A+ OS Domain 1.0. In Depth - The History of the User Interface

Size: px
Start display at page:

Download "A+ Demo: Windows 95. A+ OS Domain 1.0. In Depth - The History of the User Interface"

Transcription

1 IFSM 310 Software and Hardware Concepts "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining." - Jef Raskin Topics A+ Demo: Windows 95 A+ OS Domain 1.0 In Depth - The History of the User Interface Tech Tales The tech was talking a novice user through installing some software. Tech: Push the disk in all the way, then close the door. Caller: Ok... Hold On. (Sound of caller walking across the room and closing the door...) A+ Demo Installing Windows 95 Windows 95 (step by step) Boot from CD fdisk (no large HD support) Fat 16 Reboot Boot from CD format c: /s c: mkdir in_win95 copy e:\in_win95 c:\in_win95 cd in_win95 setup A+ OS Domain 1.0 OS Fundamentals 1.1 Identify the major desktop components and interfaces, and their functions. Registry Virtual Memory File System User Interface What is an Operating System? Manages computer resources Set of programs to control system Controls access to devices Allows for multitasking Manages Memory Operating Systems Components BIOS Kernel User Interface Command Line / GUI Transient Programs Utilities

2 Where is the OS? The Heart of the OS - The Kernel Common Windows Components Desktop Icons Task Bar (Start menu) Shortcut Menu Multitasking Multitasking Conventional Memory Memory below 640K Used by MS/DOS Early System Limit Upper memory use for devices Video Memory, BIOS Conventional Memory Upper Memory Expanded Memory Early systems hampered by 640k Lotus-Intel-Microsoft developed Expanded memory (board) Paged memory Legacy Applications Expanded Memory config.sys DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.EXE DOS=HIGH,UMB

3 Extended Memory Making use of "real" memory Above 1 Megabyte Config.sys DEVICE=C:\DOS\HIMEM.SYS DOS=HIGH Extended Memory Virtual Memory We never have enough memory Simulate RAM on hard drive Slower, but allows more programs to run. Virtual Memory Windows Virtual Memory Windows 9x WIN386.SWP Windows 2000 PAGEFILE.SYS Size set automatically, can change in Performance Tab Thrashing Contrast Between 9x and 2000 Windows 9x, Me Designed for Home Use Share level security Windows 2000, XP True OS User Level Security System Files and Utilities System Files Part of the Operating System Typically in C:\Windows Hidden Applications Add on programs Typically in C:\Program Files Major OS Interfaces Windows Explorer My Computer Control Panel Computer Management Console Accessories / System Tools Command Line Network Neighborhood Task Bar / System Tray Start Menu Device Manager Control Panel

4 Device Manager Computer Management 1.2 Identify major system files Windows 9x is almost an OS Still requires DOS 7 and Fat 16 Another step towards single OS Win 9x Booting Sequence Boot Sector IO.SYS MSDOS.SYS DRVSPACE.BIN SYSTEM.DAT USER.DAT CONFIG.SYS AUTOEXEC.BAT SYSTEM.INI VMM32.VXD WIN.COM KERNAL32.DLL GDI.EXE/GDI32.EXE USER.EXE/USER32.DLL WIN.INI Startup Group IO.SYS Small DOS core module. It starts the Windows 9X boot process and looks for MSDOS.SYS. MSDOS.SYS ASCII text file that contains boot configuration options. DRVSPACE.BIN If DRVSPACE.INI file is present, it allows for disk compression. SYSTEM.DAT Part of the Registry, contains system configuration. Similar to the SYSTEM.INI file. USER.DAT Part of the Registry, contains user-specific information. Similar to the WIN.INI file. CONFIG.SYS Text file for MS/DOS device drivers and system setup values. AUTOEXEC.BAT Text file for MS/DOS system variables to run DOS applications. SYSTEM.INI Contains hardware settings. It must be in the Windows folder for Windows to start. VMM32.VXD The virtual machine manager loading other virtual device drivers. WIN.COM Switches from Real Mode to Protected Mode, initializing the devices and loading the following files.

5 KERNEL32.DLL Contains most the Operating System for Windows9X. GDI.EXE/GDI32.EXE These files are the graphics engines for both 16-bit and 32-bit graphics displays. USER.EXE/USER32.DLL User Interface and control the input information. WIN.INI Contains application information configuration. STARTUP Group Contains programs that will start every time the OS starts. Windows 2000 Boot Files True OS BOOT.INI NTLDR NTDETECT.COM NTBOOTDD.SYS NTUSER.DAT Registry Data Files BOOT.INI Used for dual-boot. Select which OS to run. NTLDR Used to coordinate the system s startup procedure and locates and initializes other required startup files. NTDETECT.COM Checks system hardware, writes the information in the registry. NTBOOTDD.SYS Allows for booting from a SCSI device. 1.3 Command Line Files Internal / External Commands Internal: Built into the OS DIR, COPY External: On the Disk FDISK, FORMAT Common Commands Command/CMD SETVER DIR SCANREG ATTRIB MD/CD/RD VER DEL / REN MEM DELTREE SCANDISK TYPE DEFRAG ECHO EDIT SET XCOPY PING FORMAT MSCDEX FDISK 1.4 Disk Management Disk Preparation FDISK defines the partitions Format prepares for data use What file format should us use? FAT, FAT32, NTFS? Parititions Active - bootable Primary - Up to 4 Extended - One Logical Drives

6 FAT 16 bit file system Can only access 2 GB of data Larger hard drives broken into multiple 2GB partitions Wasted Space, Cluster Sizes If you have a 1k file 1k clusters - no waste 2k clusters - 1k lost 4k clusters - 3k lost 16k clusters - 15k lost 32k clusters - 31k lost FAT32 32 bit file system 2 TB data limit (2048 Gigabytes) 4k clusters NTFS Introduced with NT bit file system File Compression Spanned Disks (Volume Sets) NTFS 5 (Windows 2000) Encryption Disk Quotas HPFS Legacy use for OS/2 Can not be used by 9x or 2000 Drive Converter Windows Utility Convert drive from FAT to FAT32 Windows 2000 Computer Management Convert to NTFS File and Folder Management Creating Folders Managing Folders Navigating Folders File Properties File Attributes Read Only Hidden Archive System Filename Conventions Full Path - Max 255 characters Can not include: \ /? * : < > Common File Extensions EXE BAT COM MDB DOC BMP SYS PIF CFG INI XLS JPG

7 Backup and Restore Backup Can compress data Backup Media Tape, CD, ZIP, Hard Drive Floppy Extract Utility to pull files from.cabs CABs are compressed files Similar to ZIP Command: EXTRACT D:\WIN98_4.CAB DRIVER.DLL C:\WINDOWS Done automatically when needed Windows 2000 Compression and Encryption Compression of files and folders Must be enabled Encryption of files and folders Other users can not read 1.5 Major OS Utilities Disk management Tools DEFRAG FDISK SCANDISK CHKDSK Disk Cleanup FORMAT System Management Tools Device Manager System Monitor Computer Manager MSCONFIG Event Viewer Task Manager SYSEDIT MSCONFIG The Registry Windows 3.1: REG.DAT Then a lot of.ini files Windows 95 / 98 SYSTEM.DAT USER.DAT Edit with REGEDIT.EXE Check with SCANREG.EXE REGEDIT.EXE No icons, use the RUN command BE CAREFUL NO UNDO OPTION!!! Changes are made right away, without the FILE / SAVE option Most registry modification can be made using the control panel.

8 The Registry Keys HKEY_CLASSES_ROOT File extension and applications HKEY_USERS User configuration options HKEY_CURRENT_USER Copy of HKEY_USERS for the current user The Registry Keys HKEY_LOCAL_MACHINE Hardware / Software config, including multiple configurations HKEY_CURRENT_CONFIG Current configuration HKEY_DYN_DATA Dynamic data for this session Registry Organization Editing the Registry Copies of the Registry SYSTEM.NEW When installing windows.dat Current registry.da0 Backup of last good boot.1st 1st reboot of system REGEDT32 Advanced version of REGEDIT Security on Keys USER.DAT USER.DA0 Current User file Backup of User file In Depth The History of the User Interface User Interface Help the user use the computer system productively Provide consistent user interface services to application programs to lower learning curves and increase productivity Choice of user interface depends on the kind of user Writing programs vs. running applications Command Line Interface command <operand1> <operand2> <switch1> <switch2> example: dir *.exe /p Operands keyword (switches) and/or positional Advantages More flexible and powerful Faster for experienced users Can combine commands

9 Command Line Interface Windows Interfaces Graphical User Interfaces (GUIs) Mouse-driven and icon-based Windows Are allocated to the use of a particular program or process Contain a title bar, menu bar, and widgets AKA: WIMP Interface (Windows, Icons, Menus, Pointers) Xerox Alto Original Alto Mouse Xerox Star MS/DOS Windows Windows Windows

10 Windows 9x Blue Screen of Death - Singapore, 1999 Windows XP Video: Watch Bill Gates Crash Win98 Windows Longhorn The Next Windows OS... OS/ Microsoft and IBM MS and IBM Split Version 2.0 and later, only IBM Version 3 - OS/2 Warp Windows compatible 3.1, Win32 Couldn't keep up with MS Interface OS/2 1.3 Interface OS/2 Warp Linux KDE

11 Mac Mac OS X Amiga VMAC emulator System 8 Solaris GUI vs. CLI GUI Advantages Easy to learn and use Little training Amenable to multi-tasking Disadvantages Harder to implement More HW/SW requirements Requires lots of memory SW is complex and difficult to write GUI vs. CLI CLI Advantages More flexible and powerful Faster for experienced users Can combine commands Disadvantages More difficult to learn and use Parting Thought "On the keyboard of life, always keep one finger on the escape key." - Anonymous End of Lesson

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

IFSM 310 Software and Hardware Concepts. A+ OS Domain 2.0. A+ Demo. Installing Windows XP. Installation, Configuration, and Upgrading.

IFSM 310 Software and Hardware Concepts. A+ OS Domain 2.0. A+ Demo. Installing Windows XP. Installation, Configuration, and Upgrading. IFSM 310 Software and Hardware Concepts "You have to be a real stud hombre cybermuffin to handle 'Windows'" - Dave Barry Topics A+ Demo: Windows XP A+ OS Domain 2.0 Chapter 12: File and Secondary Storage

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

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

How to install the RTL8029 PCI Adapter Boot Rom for Windows95

How to install the RTL8029 PCI Adapter Boot Rom for Windows95 How to install the RTL8029 PCI Adapter Boot Rom for Windows95 0.0 Preview 1.0 Installing the Remoteboot Service on the Server 1.1 Installing Windows 95 for Windows 95 Clients Add DLC and NetBEUI Protocol,

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

NASSAU BOCES - ADULT EVENING PROGRAM Joseph M. Barry Career & Technical Education Center 1196 Prospect Ave. Westbury, NY 11590 COURSE OUTLINE

NASSAU BOCES - ADULT EVENING PROGRAM Joseph M. Barry Career & Technical Education Center 1196 Prospect Ave. Westbury, NY 11590 COURSE OUTLINE NASSAU BOCES - ADULT EVENING PROGRAM Joseph M. Barry Career & Technical Education Center 1196 Prospect Ave. Westbury, NY 11590 COURSE OUTLINE Course Name: Computer Repair II Weeks: 10 Sessions: 20 Hours

More information

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching IT 3123 Hardware and Software Concepts Operating Systems II October 26 Multiprogramming Two or more application programs in memory. Consider one CPU and more than one program. This can be generalized to

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

Managing and Supporting Windows XP Chapter #16

Managing and Supporting Windows XP Chapter #16 Managing and Supporting Windows XP Chapter #16 Amy Hissom Key Terms Backup Operator A Windows 2000/XP user account that can back up and restore any files on the system regardless of its having access to

More information

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC)

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Before beginning, you will need to have a Windows 98 installation CD and a Windows 98 license key and a bootable CD. A bootable floppy

More information

Operating System Today s Operating Systems File Basics File Management Application Software

Operating System Today s Operating Systems File Basics File Management Application Software Lecture Content Operating System Today s Operating Systems File Basics File Management Application Software Operating Systems and File Management 2 Operating Systems and File Management 3 Operating System

More information

Understanding The Windows 95 Registry

Understanding The Windows 95 Registry Understanding The Windows 95 Registry Julian Moss examines the function of the Windows 95 Registry and highlights some areas where problems can develop. Windows 95 stores all information about system configuration

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

Setting Up Power POS in Windows 95/98

Setting Up Power POS in Windows 95/98 Setting Up Power POS in Windows 95/98-64 - Power Pos Windows 95/98 Installation on Server or Stand-Alone PC Load the program onto the machine that will be the SERVER or the STAND ALONE PC. 1. Left click

More information

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014 Chapter Contents Operating Systems and File Management Section A: Operating System Basics Section B: Today s Operating Systems Section C: File Basics Section D: File Management Section E: Backup Security

More information

Click to view Web Link, click Chapter 8, Click Web Link from left navigation, then click BIOS below Chapter 8 p. 395 Fig. 8-4.

Click to view Web Link, click Chapter 8, Click Web Link from left navigation, then click BIOS below Chapter 8 p. 395 Fig. 8-4. Chapter 8 Objectives Chapter 8 Operating Systems and Utility Programs Identify the the types types of of system software Summarize the the startup process on on a a personal computer Describe the the functions

More information

Using Virtual PC 7.0 for Mac with GalleryPro

Using Virtual PC 7.0 for Mac with GalleryPro Using Virtual PC 7.0 for Mac with GalleryPro Installing and Configuring What is Virtual PC for Mac? Virtual PC (VPC) is emulation software that simulates an actual (though virtual) Windows computer running

More information

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued)

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued) Chapter 1: Networking with Microsoft Learning Objectives Plan what network model to apply to your network Compare the differences between Windows 2000 Professional, Server, Advanced Server, and Datacenter

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

Chapter 4. System Software. What You Will Learn... Computers Are Your Future. System Software. What You Will Learn... Starting the Computer

Chapter 4. System Software. What You Will Learn... Computers Are Your Future. System Software. What You Will Learn... Starting the Computer What You Will Learn... Computers Are Your Future Chapter 4 The two major components of operating system software Why a computer isn t useful without an operating system The five basic functions of an operating

More information

Operating System Installation Guidelines

Operating System Installation Guidelines Operating System Installation Guidelines The following document guides you step-by-step through the process of installing the operating systems so they are properly configured for boot camp. The document

More information

R A D I O N I C S. READYKEY K6100 Readykey for Windows Software Installation Manual. 17242 Ver. 5.0

R A D I O N I C S. READYKEY K6100 Readykey for Windows Software Installation Manual. 17242 Ver. 5.0 R A D I O N I C S READYKEY K6100 Readykey for Windows Software Installation Manual 17242 Ver. 5.0 74-07046-000-E 01/99 1999 Radionics Notice The material and instructions in this manual have been carefully

More information

Installing a fresh version of Windows 95b

Installing a fresh version of Windows 95b What you will need Page 2 Summary of what will be involved Page 3 Configuring the BIOS to boot from A: Page 4 Partitioning and formatting the hard disk Partitioning the hard disk (FDISK) Page 5 Formatting

More information

1! Registry. Windows System Artifacts. Understanding the Windows Registry. Organization of the Windows Registry. Windows Registry Viewer

1! Registry. Windows System Artifacts. Understanding the Windows Registry. Organization of the Windows Registry. Windows Registry Viewer 1! Registry Understanding the Windows Registry! A database that stores hardware and software configuration information, network connections, user preferences, and setup information Windows System Artifacts

More information

1) This is one recommended way of setting the TaskBar to keep it out of the way of the main application window and yet still easily accessible.

1) This is one recommended way of setting the TaskBar to keep it out of the way of the main application window and yet still easily accessible. Windows XP Tweaks (Suggestions From RML Labs For Better SAC, SAWStudio and overall Windows Performance) (Follow any or all of these at your own discretion) 1) This is one recommended way of setting the

More information

Preparations for and making a system back-up V2.8

Preparations for and making a system back-up V2.8 Preparations for and making a system back-up V2.8 The PC user is responsible for all the maintenance and making backups. Please, for the best result use the given order as much as possible. 1. Free Internet

More information

Computers: Tools for an Information Age

Computers: Tools for an Information Age Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Objectives of Chapter 3 Describe the functions of an Operating System Explain the basics of a personal computer

More information

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1.

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. The suggested interface for your computer is USB2.0 to have better speed

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

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

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems Module 9: Operating Systems Objective What is an operating system (OS)? OS kernel, and basic functions OS Examples: MS-DOS, MS Windows, Mac OS Unix/Linux Features of modern OS Graphical operating system

More information

The following list outlines the key components of the management infrastructure in Windows 95:

The following list outlines the key components of the management infrastructure in Windows 95: 1 C H A P T E R 1 0 Systems Management Windows 95 is the first version of Windows expressly designed for manageability. The design ensures that management of the Windows 95 PC is accessible both locally

More information

Windows Server 2008 Versions Hard Drives & File Systems

Windows Server 2008 Versions Hard Drives & File Systems Windows Server 2008 Versions Windows 3.1, 95, 98, ME, NT, XP, Vista, 7, 8, 2000, 2003, 2008, 2012 All are a GUI environment (icons, mouse). Common items in Windows : Start button, My Computer, Network

More information

Upon completion of this chapter, you will able to answer the following questions:

Upon completion of this chapter, you will able to answer the following questions: CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the

More information

Windows Administration Terminal Services, AD and the Windows Registry. INLS 576 Spring 2011 Tuesday, February 24, 2011

Windows Administration Terminal Services, AD and the Windows Registry. INLS 576 Spring 2011 Tuesday, February 24, 2011 Windows Administration Terminal Services, AD and the Windows Registry INLS 576 Spring 2011 Tuesday, February 24, 2011 Terminal Services Uses RDP (Remote Desktop Protocol), relies on TCP/IP, and falls under

More information

Chapter 11 File and Disk Maintenance

Chapter 11 File and Disk Maintenance Chapter 11 File and Disk Maintenance Detecting and Repairing Disk Errors with Check Disk Physical hard drive problems wear and tear on hard disk. Minimize problem and conserve power with Power Management

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

2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1.

2.5 XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. 2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. The suggested interface for your computer is USB2.0 to have better

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

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Technology in Action Chapter 4 System Software: The Operating System, Utility Programs, and File Management. Chapter Topics

More information

Chapter 8 Objectives. Chapter 8 Operating Systems and Utility Programs. Operating Systems. Operating Systems. Operating Systems.

Chapter 8 Objectives. Chapter 8 Operating Systems and Utility Programs. Operating Systems. Operating Systems. Operating Systems. Chapter 8 Objectives Chapter 8 s and Utility Programs Describe the two types of software Understand the startup process for a personal computer Describe the term user interface Explain features common

More information

Guest Operating System Installation Guide

Guest Operating System Installation Guide Guest Operating System Installation Guide July 13, 2010 Note: The contents of the Guest Operating System Installation Guide have changed. The new version of this guide contains information and instructions

More information

Contents Outline. Windows Advanced Options Menu (Press F8 after computer s Power-On-Self-Test and before Windows starts). Some useful options:

Contents Outline. Windows Advanced Options Menu (Press F8 after computer s Power-On-Self-Test and before Windows starts). Some useful options: 1. Administer the Windows Starting the Windows Contents Outline Windows Advanced Options Menu (Press F8 after computer s Power-On-Self-Test and before Windows starts). Some useful options: - Safe Mode

More information

AMD Radeon RAMDisk. User's Manual and FAQ

AMD Radeon RAMDisk. User's Manual and FAQ AMD Radeon RAMDisk User's Manual and FAQ Revision Tracker Revision Number Software Version Description Revision Date 03 V4.0.1 Initial Release October 2012 1 Contents 1. Introduction to RAMDISK... 3 What

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

Chapter 3 Software Installation

Chapter 3 Software Installation Software Installation Chapter 3 Software Installation This chapter provides information on how to install the CyberSerial PCI s drivers and utilities for the following operating systems: Windows 95/98

More information

Paul McFedries. Home Server 2011 LEASHE. Third Edition. 800 East 96th Street, Indianapolis, Indiana 46240 USA

Paul McFedries. Home Server 2011 LEASHE. Third Edition. 800 East 96th Street, Indianapolis, Indiana 46240 USA Paul McFedries Microsoft Windows9 Home Server 2011 LEASHE Third Edition 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Unleashing Windows Home Server Configuration

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

Reborn Card NET. User s Manual

Reborn Card NET. User s Manual Reborn Card NET User s Manual Table of Contents Notice Before Installation:... 2 System Requirements... 3 1. First Installation... 4 2. Hardware Setup... 4 3. Express Installation... 6 4. How to setup

More information

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System After studying this lesson, you will have a clear understanding of, what an Operating System is functions of an Operating System User Interfaces how to use Windows Operating System 5.1 Introduction As

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Operating Systems What are the functions of an? start the computer provide a user interface manage programs Chapter 8 Operating Systems and Utility Programs administer security control a network manage

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

PKZIP 6.0. Command Line for Windows Getting Started Manual

PKZIP 6.0. Command Line for Windows Getting Started Manual PKZIP 6.0 Command Line for Windows Getting Started Manual Copyright 2000-2002 PKWARE, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

OPERATING SYSTEMS Software in the Background. Chapter 2

OPERATING SYSTEMS Software in the Background. Chapter 2 OPERATING SYSTEMS Software in the Background Chapter 2 Objectives Describe the functions of an Operating System Explain the basics of a personal computer operating system Describe the advantages of a graphical

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual

More information

IT ESSENTIALS V4.1 WINDOWS 7 SUPPLEMENT

IT ESSENTIALS V4.1 WINDOWS 7 SUPPLEMENT IT ESSENTIALS V4.1 WINDOWS 7 SUPPLEMENT Windows 7 content has been added to both exams required to achieve CompTIA A+ certification: CompTIA A+ Essentials (220-701) and CompTIA A+ Practical Application

More information

Server & Workstation Installation of Client Profiles for Windows

Server & Workstation Installation of Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W General Notes to Prepare for Installing

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

MCSE Windows 98 Study Guide

MCSE Windows 98 Study Guide MCSE Windows 98 Study Guide (Exam 70-98) Osborne/McGraw-Hill is an independent entity from Microsoft Corporation, and not affiliated with Microsoft Corporation in any manner. This publication and CD may

More information

Managing Applications, Services, Folders, and Libraries

Managing Applications, Services, Folders, and Libraries Lesson 4 Managing Applications, Services, Folders, and Libraries Learning Objectives Students will learn to: Understand Local versus Network Applications Remove or Uninstall an Application Understand Group

More information

Chapter 12: Windows XP, Vista, and 7

Chapter 12: Windows XP, Vista, and 7 Chapter 12: Windows XP, Vista, and 7 Complete CompTIA A+ Guide to PCs, 6e To distinguish between the Windows XP, Vista, and 7 operating systems To install, configure, and troubleshoot Windows XP, Vista,

More information

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names,

More information

NetWare 6.0 Virtualization

NetWare 6.0 Virtualization 2010 NetWare 6.0 Virtualization Portlock Corporation 11/17/2010 NetWare 6.0 Virtualization November 17, 2010 Version 1.0 Copyright 2000-2010 Portlock Corporation Copyright 2000-2010 Portlock Corporation

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

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

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Quick Start Guide 3.0 (c) 2005-2007 Copyright 2006-2007 by Parallels Software International, Inc. All rights reserved. Parallels and Parallels

More information

Windows XP/Vista/7 Directory Structures

Windows XP/Vista/7 Directory Structures Windows XP/Vista/7 Directory Structures System Partition NTLDR boot.ini ntdetect.com bootsect.dos hiberfil.sys pagefile.sys Boot Partition Boot Documents and Settings (XP) Inetpub PerfLogs Program Files

More information

The PC Boot Process - Windows XP.

The PC Boot Process - Windows XP. The PC Boot Process - Windows XP. Power supply switched on. The power supply performs a selftest. When all voltages and current levels are acceptable, the supply indicates that the power is stable and

More information

Chapter 5: Operating Systems Part 1

Chapter 5: Operating Systems Part 1 Name Period Chapter 5: Operating Systems Part 1 1. What controls almost all functions on a computer? 2. What operating systems will be discussed in this chapter? 3. What is meant by multi-user? 4. Explain

More information

Onboard-RAID. Onboard-RAID supports striping (RAID 0), mirroring (RAID 1), striping/mirroring (RAID 0+1), or spanning (JBOD) operation, respectively.

Onboard-RAID. Onboard-RAID supports striping (RAID 0), mirroring (RAID 1), striping/mirroring (RAID 0+1), or spanning (JBOD) operation, respectively. 1. Introduction Onboard-RAID IEI s Onboard-RAID is designed with Promise IDE RAID controller to provide a cost-effective, high performance RAID that adds performance and/or reliability to systems using

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

User Guide Win7Zilla

User Guide Win7Zilla User Guide Win7Zilla Table of contents Section 1: Installation... 3 1.1 System Requirements... 3 1.2 Software Installation... 3 1.3 Uninstalling Win7Zilla software... 3 Section 2: Navigation... 4 2.1 Main

More information

Installing, upgrading and troubleshooting your CLIO system under the Windows environment.

Installing, upgrading and troubleshooting your CLIO system under the Windows environment. Installing, upgrading and troubleshooting your CLIO system under the Windows environment. Audiomatica Srl Rev. 1.1. June 2001. Contents 1 What does this document cover?... 1 2 Windows compatibility...

More information

BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines

BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines Best Practices Guide BrightStor ARCserve Backup r11.5 Version 1.0 Author: @ca.com Contents Chapter

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment ALTIRIS Deployment Solution 6.8 Preboot Automation Environment The information contained in the Altiris knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.

More information

CS420: Operating Systems OS Services & System Calls

CS420: Operating Systems OS Services & System Calls NK YORK COLLEGE OF PENNSYLVANIA HG OK 2 YORK COLLEGE OF PENNSYLVAN OS Services & System Calls James Moscola Department of Physical Sciences York College of Pennsylvania Based on Operating System Concepts,

More information

Active Data Recovery Software. User Guide. Version Number 2.1

Active Data Recovery Software. User Guide. Version Number 2.1 Active Data Recovery Software User Guide Version Number 2.1 Active@ Partition Recovery END-USER LICENSE AGREEMENT Copyright 1998-2002 Active Data Recovery Software. All rights reserved. IMPORTANT-READ

More information

Installing Microsoft Windows 98 on Compaq Portable Products

Installing Microsoft Windows 98 on Compaq Portable Products White Paper Publication date: November 1998 PRT011B0998 Prepared by Software Marketing Compaq Computer Corporation Summary...3 Installation Requirements and Dependencies...3 Terms and Assumptions...4 Installation

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

5nine Hyper-V Commander

5nine Hyper-V Commander 5nine Hyper-V Commander 5nine Hyper-V Commander provides a local graphical user interface (GUI), and a Framework to manage Hyper-V R2 server and various functions such as Backup/DR, HA and P2V/V2V. It

More information

Guest Operating System. Installation Guide

Guest Operating System. Installation Guide Guest Operating System Installation Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

More information

SATA RAID Function (Only for chipset Sil3132 used) User s Manual

SATA RAID Function (Only for chipset Sil3132 used) User s Manual SATA RAID Function (Only for chipset Sil3132 used) User s Manual 12ME-SI3132-001 Table of Contents 1 WELCOME...4 1.1 SATARAID5 FEATURES...4 2 AN INTRODUCTION TO RAID...5 2.1 DISK STRIPING (RAID 0)...5

More information

1/5/2013. Technology in Action

1/5/2013. Technology in Action 0 1 2 3 4 5 6 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Chapter Topics System software basics Types of operating systems What the

More information

USB Bare Metal Restore: Getting Started

USB Bare Metal Restore: Getting Started USB Bare Metal Restore: Getting Started Prerequisites Requirements for the target hardware: Must be able to boot from USB Must be on the same network as the Datto device Must be 64 bit hardware Any OSs

More information

Acronis Backup & Recovery 10 Advanced Server SBS Edition. Installation Guide

Acronis Backup & Recovery 10 Advanced Server SBS Edition. Installation Guide Acronis Backup & Recovery 10 Advanced Server SBS Edition Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1.

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

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn about the components

More information

1.0 About this Guide... 3. 2.0 Check to see if IIS and FTP Services are Installed... 4. 3.0 Installing IIS... 6. 4.0 Configuring the FTP Service...

1.0 About this Guide... 3. 2.0 Check to see if IIS and FTP Services are Installed... 4. 3.0 Installing IIS... 6. 4.0 Configuring the FTP Service... 1 1.0 About this Guide... 3 1.1 Document Formatting... 3 2.0 Check to see if IIS and FTP Services are Installed... 4 3.0 Installing IIS... 6 4.0 Configuring the FTP Service... 9 5.0 Verifying that the

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Backup User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Backing Up With Acronis True Image 2015

Backing Up With Acronis True Image 2015 Sun City Summerlin Computer Club Seminar Backing Up With Acronis True Image 2015 Tom Burt November 26, 2014 Backing Up With Acronis 1 Seminar Agenda Basic Backup Concepts Cloning vs Imaging Backup Tools

More information

Nexio Backup and Recovery

Nexio Backup and Recovery Nexio Backup and Recovery 11/2/2015 175-100271-00 RevE Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

XConsole GUI setup communication manual September 2010.

XConsole GUI setup communication manual September 2010. XConsole GUI setup communication manual September 2010. XConsole is compatible with Microsoft XP, Vista and Windows 7. The software will also work if using Boot camp on a Mac. IMPORTANT NOTES: - Do NOT

More information

Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com)

Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com) Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com) This is a practice test designed to determine if you are ready to take the CompTIA 220-801 certification test. Only

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

Chapter 15 Windows Operating Systems

Chapter 15 Windows Operating Systems Understanding Operating Systems, Fifth Edition 15-1 Chapter 15 Windows Operating Systems At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics Additional

More information

Outline: Operating Systems

Outline: Operating Systems Outline: Operating Systems What is an OS OS Functions Multitasking Virtual Memory File Systems Window systems PC Operating System Wars: Windows vs. Linux 1 Operating System provides a way to boot (start)

More information