/EXIT[=access-mode] (default) /NOEXIT Specifies an option to call exit handlers prior to deletion of the process. The following table describes the access mode options: Mode Description EXECUTIVE_ Execute executive and more privileged mode exit MODE handlers (default, if no access mode specified). KERNEL_MODE Execute kernel mode exit handlers. SUPERVISOR_ Execute supervisor and more privileged mode exit MODE handlers. USER_MODE Execute user and more privileged mode exit handlers.