mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
[WDAC] Fix instructions order for UEFI deployment
Fix https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10403
This commit is contained in:
@ -88,8 +88,8 @@ In addition to the steps outlined above, the binary policy file must also be cop
|
|||||||
$MountPoint = 'C:\EFI'
|
$MountPoint = 'C:\EFI'
|
||||||
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
||||||
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
||||||
mkdir $EFIDestinationFolder
|
|
||||||
mountvol $MountPoint $EFIPartition
|
mountvol $MountPoint $EFIPartition
|
||||||
|
mkdir $EFIDestinationFolder
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Copy the signed policy to the created folder:
|
2. Copy the signed policy to the created folder:
|
||||||
|
Reference in New Issue
Block a user