This file is the public command reference for:
.\Install-GalaxyBookEnabler.ps1Best practice: download the script first and run it locally from PowerShell 7. That gives you the most predictable behavior, makes reruns easier, and is the best way to use the install, autonomous, and manual generation paths.
winget install Microsoft.PowerShellDownload Install-GalaxyBookEnabler.ps1 from the Releases page:
https://github.com/Bananz0/GalaxyBookEnabler/releases
.\Install-GalaxyBookEnabler.ps1Running with irm is supported, but local use is still preferred.
irm https://raw.githubusercontent.com/Bananz0/GalaxyBookEnabler/main/Install-GalaxyBookEnabler.ps1 | iexAfter saving locally:
.\Install-GalaxyBookEnabler.ps1.\Install-GalaxyBookEnabler.ps1.\Install-GalaxyBookEnabler.ps1 -TestMode.\Install-GalaxyBookEnabler.ps1 -Uninstall.\Install-GalaxyBookEnabler.ps1 -UpdateSettings.\Install-GalaxyBookEnabler.ps1 -UpgradeSSE.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Pro -AutonomousPackageProfile Recommended -AutonomousInstallSsse:$true -AutonomousSsseStrategy Dual -AutonomousConfirmPackages:$true.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel 960XGL -AutonomousPackageProfile Skip -AutonomousInstallSsse:$false.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel "Galaxy Book4 Pro" -AutonomousPackageProfile Core -AutonomousInstallSsse:$false.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousCountryCode US -AutonomousPackageProfile Recommended.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegionSource GeoIp -AutonomousPackageProfile Recommended.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegion DE -AutonomousPackageProfile Recommended.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegionPreference UK,DE -AutonomousPackageProfile RecommendedThese commands resolve OpenCore-ready SMBIOS values directly through the installer.
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousCountryCode US.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousCountryCode US -IncludeFullBiosVersion.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel 960XGL -AutonomousCountryCode US.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel "Galaxy Book4 Pro" -AutonomousCountryCode US.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousRegion DE.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegionPreference UK,DE.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegionSource GeoIp.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US -ConfigurationPath "D:\EFI\OC\config.plist".\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US -IncludeFullBiosVersion -ConfigurationPath "D:\EFI\OC\config.plist".\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US -ConfigurationPath "D:\EFI\OC\config.plist" -SkipConfigurationBackup.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US -ConfigurationPath "D:\EFI\OC\config.plist" -ConfigurationBackupSuffix manual-test.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousAction Install -AutonomousModel Book4Pro -AutonomousPackageProfile Skip -AutonomousInstallSsse:$false.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousAction UpdateSettings -AutonomousSsseStrategy Stable.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousAction UpgradeSSE.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousAction UninstallAllValid values for -AutonomousPackageProfile:
CoreRecommendedRecommendedPlusFullEverythingCustomSkip
.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousModel 960XGL -AutonomousPackageProfile Custom -AutonomousPackageNames "Samsung Account","Samsung Settings" -AutonomousInstallSsse:$false -AutonomousConfirmPackages:$falseYou can pass:
- exact model codes such as
960XGL - short family/profile values such as
Book4Pro - friendly family names such as
Galaxy Book4 Pro
Examples:
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousCountryCode US
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel "Galaxy Book4 Pro" -AutonomousCountryCode US
.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel 960XGL -AutonomousPackageProfile SkipIf you do not specify a country or region, the script uses your Windows locale.
IE maps to UK.
Examples:
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousCountryCode IE
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegion UK
.\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Ultra -AutonomousRegionSource GeoIp.\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Pro -AutonomousPackageProfile Skip -LogDirectory "C:\GalaxyBook\Logs".\Install-GalaxyBookEnabler.ps1 -FullyAutonomous -AutonomousModel Book4Pro -AutonomousPackageProfile Skip -LogPath "C:\GalaxyBook\Logs\manual-run.log".\Install-GalaxyBookEnabler.ps1 -TestMode.\Install-GalaxyBookEnabler.ps1 -TestMode -FullyAutonomous -AutonomousModel Book4Pro -AutonomousPackageProfile Skip -AutonomousInstallSsse:$falseCopy-Item .\tests\fixtures\config.plist $env:TEMP\gbe-config-test.plist -Force; .\Install-GalaxyBookEnabler.ps1 -ConfigurationOnly -FullyAutonomous -AutonomousModel Book4Pro -AutonomousCountryCode US -IncludeFullBiosVersion -ConfigurationPath "$env:TEMP\gbe-config-test.plist"Invoke-Pester -Script .\tests\Install-Configuration.Tests.ps1 -EnableExit