mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[togo] improve Windows To Go support for Windows 10 Creators Update
* Enable the use of GPT on REMOVABLE drives, if the host is Windows 10 CU * Don't display the message about REMOVABLE boot, if the target is Windows 10 CU
This commit is contained in:
parent
fff4465b1d
commit
aec2736245
5 changed files with 38 additions and 22 deletions
|
@ -390,6 +390,7 @@ extern RUFUS_IMG_REPORT img_report;
|
|||
extern int64_t iso_blocking_status;
|
||||
extern uint16_t rufus_version[3], embedded_sl_version[2];
|
||||
extern int nWindowsVersion;
|
||||
extern int nWindowsBuildNumber;
|
||||
extern char WindowsVersionStr[128];
|
||||
extern char ubuffer[256];
|
||||
extern char embedded_sl_version_str[2][12];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue