Hi,
is there a way to make server files autostart after host do updates or something else ?
I thought about using win sheduler for cert, globalmanager, gateway ... and a script for SMC.
Did anyone have an idea too ?
Kind Regards
LordCloud
Printable View
Hi,
is there a way to make server files autostart after host do updates or something else ?
I thought about using win sheduler for cert, globalmanager, gateway ... and a script for SMC.
Did anyone have an idea too ?
Kind Regards
LordCloud
use the registry
Add a new STRING VALUE to the registry path provided and enter the program path
for eg C:\Program FIles\cpuz\cpuz.exe
To open registry editor go to Run and then type REGEDIT and press enter
To enable autostart for ALL users add a VALUE here
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
To enable autostart for CURRENT user add a VALUE here
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
use shotcuts..
create shortcut for all programs ( gçlobal manager, machie,cert,gateway,gameserver vs.)
and rename this shortcuts to 1,2,3,4,5, ....
and create a .bat file then edit file with notepad->
write thoose;
start 1
start 2
start 3
....
and save then run.
last; find a schedule program, and schedule this ^^