Hi,
Thank you for this feedback!
I would say that since the time Wampserver exists, you must be the only one using registry keys:
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun
and/or
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
because nobody complained before you!
If /D is not specified on the command line, then CMD.EXE will start by looking for the previous REG_SZ/REG_EXPAND_SZ Registry variables and if one or both are present, they will be executed first.
I'm going to modify the calls to cmd.exe by adding /D /C but it's not as easy to do as it might look. Indeed, the syntax of Aestan Tray Menu is very strict and you can't replace a command like
"net" parameter "start wampapache64"
by
"CMD /D /C net" parameter "start wampapache64"
Indeed, the first term can only be an executable and the second, parameters.
you have to write:
"CMD" parameter "/D /C net start wampapache64"
And there are a lot of lines to modify in about twenty scripts, but that's not the longest... the longest will be to check that EVERYTHING works properly.
It should be integrated in the Wampserver 3.2.5 update.
------------------------------------------------------------------------------------------------------------
Wampserver 3.2.4 32 bit - Apache 2.4.46c - PHP 8.0.2…5.6.40 - MySQL 5.7.33 - MariaDB 10.5.9
Wampserver 3.2.4 64 bit - Apache 2.4.46c - PHP 8.0.2…5.6.40 - MySQL 5.7.33/8.0.23 - MariaDB 10.5.9
PhPMyadmin 5.0.4 - MysqlDumper 1.24.5 on W10 and W7 Pro 64 bit
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »