Is there a way to run some Terminal commands automatically upon MacOS Monterey login or startup? I need to run three commands line the one listed below. They need to run as administrator or root without causing a password prompt:
I run Virtual Box (VB) and upon upgrading to Monterey, the latest VB does not run the virtual machines unless I manually start those kexts. So I am looking for a way to run the commands automatically upon MacOS startup/login.
sudo kextload -b org.virtualbox.kext.VBoxDrv
I run Virtual Box (VB) and upon upgrading to Monterey, the latest VB does not run the virtual machines unless I manually start those kexts. So I am looking for a way to run the commands automatically upon MacOS startup/login.