X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/8c18f91ac1b818e749c839218c361c3986e79c46..e502f4291e235fd580b2f7b9e6a10609b1a89ef5:/Plugson/src/Core/ventoy_util_windows.c diff --git a/Plugson/src/Core/ventoy_util_windows.c b/Plugson/src/Core/ventoy_util_windows.c index 1d8d97f..6610894 100644 --- a/Plugson/src/Core/ventoy_util_windows.c +++ b/Plugson/src/Core/ventoy_util_windows.c @@ -638,7 +638,8 @@ int CheckRuntimeEnvironment(char Letter, ventoy_disk *disk) return 1; } - if (_stricmp(FsName, "NTFS") == 0) + /* Fix: enable for all file system on Windows */ + /* if (_stricmp(FsName, "NTFS") == 0) */ { disk->pathcase = 1; }