diff --git a/.bin/Scripts/system_setup.py b/.bin/Scripts/system_setup.py index 9a38ff24..56a24b2a 100644 --- a/.bin/Scripts/system_setup.py +++ b/.bin/Scripts/system_setup.py @@ -389,6 +389,12 @@ def main(): # Ignoring exceptions since we just want to show the popup pass + # Eject ODD + try: + run_nircmd('cdrom', 'open') + except Exception: + pass + # Verf step if ask('Open programs (Activation, Device Manager, etc...)? '): open_all_the_things()