Chap-7 Flashcards
how much HDD space is required for a 32 bit version of windows 7 to be installed?
how about a 64 bit version?
16GB’s and 20gb’s.
what is a clean install and what is it called?
called custom install: all data is removed 1st.
if you start a compter from a windows cd and there is no drive to select to download the OS then what should you do (using RAID here)
load and install the RAID drivers.
if you have a dual boot OS system and want to make your computer boot from the other system then what do you need to do?
run the bcdedit.exe
command line tool used to mnage boot OS order.
when 4 or more hardware components (not the NIC) are changed in a system, will this impact the windows activation/ re-activation?
yes, the hardware hash ID will change and cause issues with authentication with the Microsoft servers. then you must re-authenticate the operating system.
how many other components must be changed out in a computer for the hardware hash id to change when the NIC network interface card has been changed out? (causes issues with the windows activation)
2 or more
then the user must re-authenticate the OS/
if i have a computer that i have not changes out or removed any of the hardware but instead added a bunch, will it effect the Microsoft authentication process?
no, as long as the original hardware is in a system then the hardware id will be the same and a user can add s many hardware parts as they want.
diff between powershell and command prompt?
powershell has built in cmdlets (commands) that work well with windows.
what is the command /lac do?
/lac: creates a user account if it does not exist on the destination computer
/
what does the /lae command do?
/lae: enables user account that was created with the /lac option (/lac is used to create a user account when it is not on the local system but was on the system that is being copied over.)
go over 7.8.6 questions again
chapt 7
what 2 steps must one do to migrate specific app settings?
1.) run scanstate with /genconfig
(this makes a user configuration file that then can be edited)
2.) go into the config.xml file and edit it so that certain application settings are edited.
what are the 2 methods that are used to create a VHD file?
VHD= Virtual Hard Drive
1- Diskpart in the command prompt
2- disk management (allows management of each hdd and partitions)
what are the steps to create a VHD and what is a VHD?
VHD= Virtual Hard Drive.
- ) open disk management
- ) go to action
- ) create VHD - put in parameters
- ) select the VHD and enable it
- ) create volumes on the VHD
what are the steps to install windows on a VHD (Virtual hard drive)
1.) command prompt
2.) diskpart:
create vdisk file = (file name with drive letter) type=fixed maximum = (size in mbs)
diskpart > select vdisk file = file name
attach > vdisk
3.) put in windows cd then press shift F-10 to open command prompt
4.) diskpart> select vdisk file = win10.vhd
>attach vdisk