mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 15:37:43 +08:00
windows: 处理 24h2 新版安装程序不会自动设置虚拟内存,导致 1g 内存安装失败
This commit is contained in:
@ -489,7 +489,7 @@ is_have_arm_version() {
|
||||
11)
|
||||
case "$edition" in
|
||||
pro | education | enterprise | 'pro education' | 'pro for workstations') return ;;
|
||||
'iot enterprise') return ;;
|
||||
'iot enterprise' | 'iot enterprise subscription') return ;;
|
||||
'enterprise ltsc 2024' | 'iot enterprise ltsc 2024' | 'iot enterprise ltsc 2024 subscription') return ;;
|
||||
esac
|
||||
;;
|
||||
@ -535,7 +535,7 @@ get_windows_iso_links() {
|
||||
esac
|
||||
;;
|
||||
'2012 r2' | \
|
||||
2016 | 2019 | 2022)
|
||||
2016 | 2019 | 2022 | 2025)
|
||||
case "$edition" in
|
||||
serverstandard | serverstandardcore) echo _ ;;
|
||||
serverdatacenter | serverdatacentercore) echo _ ;;
|
||||
@ -594,7 +594,7 @@ get_windows_iso_links() {
|
||||
case "$edition" in
|
||||
home | 'home single language') echo consumer ;;
|
||||
pro | education | enterprise | 'pro education' | 'pro for workstations') echo business ;;
|
||||
'iot enterprise') echo 'iot enterprise' ;;
|
||||
'iot enterprise' | 'iot enterprise subscription') echo 'iot enterprise' ;;
|
||||
'enterprise ltsc 2024') echo 'enterprise ltsc 2024' ;;
|
||||
'iot enterprise ltsc 2024' | 'iot enterprise ltsc 2024 subscription') echo 'iot enterprise ltsc 2024' ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user