   Resetting System Parameters?    The Question is:    2 I used the following command to debug VMS startup.     I forgot to set writesysparams 0   H therefore evertime I boot vms I have to run an interactive boot process.   7 How DO I DISABLE THIS and return to normal boot process   The Answer is :   H   You will want to consider reversing the steps involved when you forgetM   to SET WRITESYSPARAMS 0, when you next bootstrap the system.  Specifically, K   follow the conversational bootstrap sequence (please see the OpenVMS FAQ) ;   and set (at least) the following system parameter values:    '     SET /STARTUP=SYS$SYSTEM:STARTUP.COM      SET WINDOW_SYSTEM 1      CONTINUE   J   Since you want these values to be saved in this particular case, you canI   leave the WRITESYSPARAMS system parameter alone, and directly CONTINUE. C   (You want these system parameter changes to be saved, of course.)    I   You could also invoke AUTOGEN, though this assumes you have tracked all I   system parameter changes in MODPARAMS.DAT -- while this is recommended, F   it is only "enforced" when AUTOGEN is next run and resets the systemJ   parameter values -- those not tracked in MODPARAMS.DAT -- to potentially   unexpected values.   /  Answer written or last revised on  4-JAN-2002  