QUESTIONS LATEST UPDATE
1). Four basic editions of windows 10?
Ans: Home
Pro
Pro for workstations
Enterprise
2). What is the biggest difference between windows 10 home and all the other versions of
windows 10?
Ans: You can not have domain access, use bitlocker, enforce group policy, and by
default not use RDP
3). Command prompt command to change directory?
Ans: cd
4). Command to list files and subdirectories of current working directory?
Ans: dir
5). Command to delete directory?
Ans: rd (rmdir)
6). Command creates a directory?
Ans: md (mkdir)
7). This command moves you up, back into the parent directory?
Ans: cd ..
8). Command used to find and repair physical and logical errors on a storage volume?
PaperStoc.com Page 1 of 13
, Ans: chkdsk
9). 3 common file copy commands?
Ans: copy: copies only the files located in specific folder
xcopy: more robust functionality than copy
robocopy: uses mirroring, data copied will replace any outdated data in destination folder,
can run on schedule
10). Commands used to partition and manage a disk?
Ans: diskpart (x)
list disk - shows available disks to work with
select disk (x)- chooses the drive you want to work with
list part - shows partitions on selected drive
clean - wipes disk
format fs=ntfs quick - this quickly formats disk as ntfs
assign
11). Command displays current group policy settings?
Ans: gpresult
12). Common commands to shutdown a system?
Ans: /s - shutdown immediately
/r - restart immediately
/t - sets a time before shutdown in seconds
/a - aborts shutdown
13). Command to verify protected file integrity?
Ans: sfc /scannow - finds and repairs files
sfc /verifyonly - finds but does not repair files
14). Command shows current windows version running?
Ans: winver
15). Command that gives statistics for network connection?
PaperStoc.com Page 2 of 13