Save
...
quarter 3
The 10 q3
CMD
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Cliff
Visit profile
Cards (23)
What is the first step to make a flash disk bootable?
Insert your
Flash Drive
View source
How do you open CMD as an administrator?
Right-click
CMD
and select
run
as
administrator
View source
What command do you type to start disk partitioning?
diskpart
View source
What command should you use to view all disks connected to your computer?
list disk
View source
How do you select your flash drive in diskpart?
Type
select disk
followed by the
disk number
View source
What command is used to clean the selected disk?
clean
View source
What command do you use to create a primary partition?
create
partition
primary
View source
What command activates the partition?
active
View source
What are the steps to make a flash disk bootable using CMD?
Insert your Flash Drive
Open CMD as
administrator
Type
diskpart
Type list disk
Type
select disk
<disk number>
Type
clean
Type create
partition
primary
Type
active
View source
What
command is used to format a drive as FAT32 quickly?
Type format fs=fat32 quick
View source
What
command is used to format a drive as NTFS quickly?
Type format fs=ntfs quick
View source
Which Windows versions support the FAT32 file system?
Windows 8.1
and
lower
versions
View source
Why is NTFS required for installing Windows 10?
Because
install.wim
is larger than
4GB
View source
What is the limitation of FAT32 regarding file sizes?
It does not support files larger than
4GB
View source
What issue might arise when booting from an NTFS disk?
Not all
motherboards
support booting from NTFS
View source
How can you resolve the issue of booting from NTFS?
Create 2
partitions
: one
FAT32
, one NTFS
View source
What
command should you type to format a partition as NTFS quickly?
Type format fs=ntfs quick
View source
Which versions of Windows 10 do not support FAT32?
Windows 10 versions
1903
and later
View source
What command do you type to assign a drive letter in CMD?
Type
assign
View source
What should you do after assigning a drive letter?
Copy
Windows files
to the flash drive
View source
How can you extract a Windows .iso file?
Use
WinRAR
to extract it
View source
What command do you type to exit CMD?
Type
exit
View source
What are the steps to prepare a flash drive for Windows installation?
Format the drive as
FAT32
or
NTFS
.
Assign a drive letter.
Copy Windows files to the drive.
Extract .iso files if necessary.
View source