from rootstacks import root_bluestacks
root_bluestacks(make_read_only=False) # if make_read_only is True, BlueStacks can't change the config file anymore
or from the command line
python -c "from rootstacks import root_bluestacks;root_bluestacks(make_read_only=False)"