mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 23:38:30 -04:00
[uefi] factorize SkuSiPolicy.p7b copying code and apply it for Windows To Go
* Also don't forget to credit the original authors of the PowerShell gist we derived our code from!
This commit is contained in:
parent
7eb9a6f16b
commit
c59e9209eb
6 changed files with 40 additions and 17 deletions
|
@ -792,6 +792,9 @@ out:
|
|||
return r;
|
||||
}
|
||||
|
||||
// The following SkuSiPolicy.p7b parsing code is derived from:
|
||||
// https://gist.github.com/mattifestation/92e545bf1ee5b68eeb71d254cec2f78e
|
||||
// by Matthew Graeber, with contributions by James Forshaw.
|
||||
BOOL ParseSKUSiPolicy(void)
|
||||
{
|
||||
char path[MAX_PATH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue