How set the window title for `cmd` opened via the File Explorer context menu?

Set the HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command registry key to:

cmd.exe /s /k "pushd ""%V"" & title cmd"

2023-05-02--01-46-44

How to set the window title for cmd via a startup parameter?

How to hide the «Administrator:» prefix from the cmd window title?