RE: How to stop hide php command
07-08-2020, 09:01 PM
(This post was last modified: 07-08-2020, 09:12 PM by andykimpe.)
change on C:\Sentora\bin\cron\cron.ini
and restart cron service
http://www.nncron.ru/nncronlt/help/help.htm
DefaultOpenMode: <mode>
Defines the default mode in which applications will be started by nnCron LITE (application window can be opened in normal or full-screen (maximized) mode, minimized or hidden).
Allowed values:
DefaultOpenMode: ShowNormal
DefaultOpenMode: ShowMinimized
DefaultOpenMode: ShowMaximized
DefaultOpenMode: SWHide
you can also update here
sentora 1.0.3 beta 1 for windows
http://forums.sentora.org/showthread.php...6#pid32456
the version you are currently using being based on sentora 1.0.0 it was created and modified by MarkDark although it was me at the time who reposted it on sourceforge because its link on the forum does not work very well
Code:
\ This file contains nnCron\'s options
\ Restart nnCron after changing of the file.
\ All items are case sensitive. After a keyword the \'blank\' is required.
Cronlog: "c:\sentora\logs\cron\cron.log"
LogTimeFormat: "%hh%:%mm%:%ss% %ThreadId%"
YearField OFF
DefaultOpenMode: SWHide
DefaultPriority: NormalPriority
AsLoggedUser ON
DefaultRunMissedTime: 15
and restart cron service
Code:
net stop cron
net start cron
http://www.nncron.ru/nncronlt/help/help.htm
DefaultOpenMode: <mode>
Defines the default mode in which applications will be started by nnCron LITE (application window can be opened in normal or full-screen (maximized) mode, minimized or hidden).
Allowed values:
DefaultOpenMode: ShowNormal
DefaultOpenMode: ShowMinimized
DefaultOpenMode: ShowMaximized
DefaultOpenMode: SWHide
you can also update here
sentora 1.0.3 beta 1 for windows
http://forums.sentora.org/showthread.php...6#pid32456
the version you are currently using being based on sentora 1.0.0 it was created and modified by MarkDark although it was me at the time who reposted it on sourceforge because its link on the forum does not work very well