35
Windows 9x Graphical Interface on DOS

Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Embed Size (px)

Citation preview

Page 1: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Windows 9x

Graphical Interface on DOS

Page 2: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Goals for Today

• Install Windows 98SE

• Install/Load Device Drivers

• Explore options, tools, configuration

• Network computers to Internet and class

Page 3: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

First Task

• We need a prepared disk drive – FDISK and FORMAT

• Partition can be (almost) any size Primary and at 1Gig or above – 98 needs 500MB

• Formatted for FAT32

Page 4: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

FDISK

• Boot system using Win98 disk

• Can go straight to “Safe Mode” – F5 key

• Make sure you have a Primary, Active partition – or create one

• Reboot computer

Page 5: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

FORMAT

• After FDISK reboot, choose “…with CD support” boot option – FORMAT will be on the Virtual Disk drive

• Format FAT32 at least the Primary partition

Page 6: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Copy Windows

• All too often, Windows 98 wants to get something from the installation files

• Create a directory: Win98, on the hard disk drive

• Copy files from the CD’s Win98 directory to the hard disk drive:COPY E:\WIN98\*.* C:\win98\*.*

At least one space here

And here

Page 7: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Start Setup

• I would reboot the computer, so it boots from its own hard disk drive

• Change directories to Win98

• Type: SETUP /IE to start the installation

• Follow the prompts and install Windows

Page 8: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Setup

• Setup will copy files around and settle Windows into your system

• There will be a couple of reboots in the process

• You will get to a desktop, but it is not very remarkable without drivers

Page 9: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Loading Drivers

• If you were to check Device Manager, you would find a lot of yellow circles with exclamation points in them

• From the motherboard CD, install the chipset drivers first (at least one reboot)

• Video drivers come next – and reboot

• LAN driver (network card) driver

Page 10: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Windows

Win NT

Win 95 Win 98 Win ME

Win 2000

Win XP

Page 11: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Login

• Win 98 won’t ask if only one user and no password specified

• Can bypass the login by clicking “cancel”

• Security – not very much

Page 12: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Desktop

• “Home” for most of your work

• Icons for My Computer, My Documents, Network Neighborhood, Recycle Bin

• Add to the icon list as you see fit

• Explorer.exe is the name of the program

Page 13: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Taskbar and Start

• Familiar stuff here:– Start button– Quick Launch area– Running programs– System tray

Page 14: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Clicking

• Click menu items once to use them

• Click icons once to select them

• Click icons twice to use them

• Right-click anything for properties – also called “alternate click”

Page 15: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

My Computer

• Access to all disk drives, folders and files on the computer

• Right-click, choose Properties for Device Manager

• Double-click on drive icon to see contents

Page 16: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Icons

• Icon pictures are based on (up to) three character file extension

• Windows keeps track of extensions it “knows about” in Registry

• View | Folder Options | File Types

• You get a generic “window” icon for unknown file type(s)

• Icon pictures are stored in .ICO files

Page 17: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Showing File Extensions

• View | Folder Options | View to make file extensions visible

• While you are here, select Show Hidden Files and Show Protected Windows files. Click Apply to all folders

Page 18: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

My Documents

• Finally, a place to store all user data

• For single-user systems, My Documents is one folder at root level.

• For multiuser systems, My Documents is stored in C:\Windows\Profiles\<User>\My Documents

Page 19: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Recycle Bin

• Can’t call it Trash – that’s Mac term

• Gives you a second chance from delete

• Right-click Desktop, choose Properties (shortcut to Display control panel), choose effects and you can change basic icons for Recycle Bin and My Computer

Page 20: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Network Neighborhood

• Will not show unless NIC detected (and drivers installed)

• Lets you “see” computers and resources around you

• Right-click, to Properties as shortcut to Network control panel

Page 21: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Tech Utilities

• Control Panel– Visual interface to The Registry– Applications can install program(s) here– File extension is .CPL– Be aware of what you can find here

Page 22: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Tech Utilities

• Device Manager– The pulse of your system– Right-click My Computer | Properties– System applet in Control Panel– Not found in NT – no Plug and Play– One way to install or update device drivers

Page 23: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

System Tools

• Start | Programs | Accessories | System tools

• Disk Check, Defragmenter located here

• Can also right-click drive icon, properties, tools for disk tools

Page 24: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

OS Folders

• Default is C:\Windows, but you can make it anything you like.

• %SystemRoot% will get you there, whatever “there” is called

• %WinDir% does same thing

Page 25: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

The Registry

• Main access is through Control Panel applets• Registry Editor is REGEDIT• Six root keys

– HKey_Classes_Root– HKey_Current_User– HKey_Local_Machine– HKey_Users– HKey_Current_Config– HKey_Dyn_Data

Page 26: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Swap File

• Using a portion of hard disk as if it were RAM

• Called WIN386.SWP, often in \Windows folder. Can be moved: System applet, Advanced tab

• If the Swap File is being used a lot, it’s time for more RAM – up to 512 MB

• Hidden, System file• Don’t delete it (it will pop back up)

Page 27: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

DOS Mode

• DOS Protected Mode Interface (DPMI)

• Can boot to DOS in Win98; can’t in ME

• Core files– IO.SYS: old and most of msdos.sys– MSDOS.SYS: Text file for boot options– COMMAND.COM same as it ever was

Page 28: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Long File Names

• In 1995 we got what the Mac had in 1984

• Long File Names are up to 255 Characters

• Stored in 13-character sections in Directory

• 8.3 file name is first six valid characters then ~1; keep on going

Page 29: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Boot Options

• F8 for Boot Menu choices (or left CTRL key)

• MSDOS.SYS has more options

Page 30: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

.INI Files

• First appeared in Win 3.x

• Text files – edit them with NotePad or EDIT

• Most have sections in brackets, followed by item = value entries

• Know about them, but don’t go there without good reason

Page 31: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

System.ini

• Required by Windows 9x (optional for XP)

• One place where auto-start program(s) can be found

• For compatibility with Win 3.x

• Supposed to be for device drivers

• SYSEDIT will bring this, and four other files up for editing with NotePad

Page 32: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Win.ini

• For personalizations – like AUTOEXEC.BAT

• Not required, but will be created if deleted

• Edit with SYSEDIT

• Another place for startup programs

Page 33: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Windows GUI

Krnl386.exeUser.exeGdi.exe – inWindows/System

Page 34: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Networking 9x

• We will use TCP/IP; NetBEUI is too easy

• IP address: 192.168.1.x where x is unique to each system

• Subnet mask: 255.255.255.0 – same for all systems

• Workgroup name: aplus – same for all systems

Page 35: Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network

Upgrading Windows

• Identify hardware requirements• Verify hardware and software compatibility• Clean install or upgrade• Backup data• Installation method• Partition method and file system to use• Network role• Language and locale settings• Plan for post-installation tasks