mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 04:43:37 +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'
|
||||
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
||||
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
||||
mkdir $EFIDestinationFolder
|
||||
mountvol $MountPoint $EFIPartition
|
||||
mkdir $EFIDestinationFolder
|
||||
```
|
||||
|
||||
2. Copy the signed policy to the created folder:
|
||||
|
Reference in New Issue
Block a user