questions with verified answers
Ans✓✓✓
How can a Windows Provisioning package be deployed? Ans✓✓✓ - URL
-Email attachment
-USB or removable media
-NFC
How do device drivers work? Ans✓✓✓ - Windows provides device driver
interfaces (DDI) for hardware manufacturers.
-Each device driver supports a set of functions
-Driver functions contain device-specific code
-Windows calls functions in drivers to carry out actions on the device
How do universal drivers work? Ans✓✓✓ They are written to run on OneCore
and utilize a universal INF file
How do you create a Windows Provisioning package file? Ans✓✓✓ us the
Windows Assessment and Deployment Kit (ADK)
How do you create WinPE environment? Ans✓✓✓ 1. Open deployment &
imaging tools environment
2. create PE files
3. Add drivers or packages
,4. add answer file or custom scripts
5. Install PE files to media
How do you get Windows 8.1 to detect and install a device again automatically?
Ans✓✓✓ Deleting the device and then restart the compute
How do you restrict user access to removable storage devices? Ans✓✓✓ Group
Policy
How do you run the program compatibility troubleshooter? Ans✓✓✓ you right-
click an executable file or a shortcut to an executable file and select Troubleshoot
Compatibility from the context menu.
How does the MBR boot the system? Ans✓✓✓ 1. MBR code looks to the
partition table.
2. Partition table helps MBR code locate a partition with an OS.
3. Partition boot sector loads OS.
How does the MBR work? Ans✓✓✓ -it organizes the disk into partitions
-can configure up to 4 partitions
-legacy system
How does Windows setup.exe work? Ans✓✓✓ -Applies WIM images to disk or
VHD/x
-Automated with answer files
-Executes configuration passes
, -runs in WinPE
How large can the PKT be? Ans✓✓✓ no more than 500 bytes
How many partitions does native VHD require? Ans✓✓✓ At least 2
In what formats can windows 10 drives be formatted? Ans✓✓✓ exFAT
NTFS
What are 3 ways to perform an In-place Upgrade Ans✓✓✓ -microsoft.com
(easiest)
-setup.exe (NEW SWITCHES)
-MDT or SCCM (Automated with Task Sequences)
What are disadvantages of VHD boot? Ans✓✓✓ -does not support hibernation
-does not support dynamic disks
-does not support nesting
What are software restriction policies? Ans✓✓✓ Group Policy settings that
enable administrators to specify the programs that are allowed to run on
workstations by creating rules of various types.
What are the 2 types of WIM files? Ans✓✓✓ -Installation images
-WinPE boot images