\\ \\ ===== How To===== ==== How to enable Telnetserver==== To add the Telnet server to your image Select on the „Telnet Server“ component in the catalog (Catalog -> Core OS -> CEBASE -> Communication Services and Networking -> Servers). To enable the Telnetd copy the code to your "projects.reg" [HKEY_LOCAL_MACHINE\COMM\TELNETD] "IsEnabled"=dword:1 ; set to 0 to disable the telnet server "UseAuthentication"=dword:0 ;anonymous access allowed As long as the value "UseAuthentication" is 0 anonymous acces is allowed. To use authentication set "UseAuthentication"=dword:1 ==== How to setup the Time Zone to GMT ==== copy the followed code to your "project.reg" ; ***** Date/Time Settings ***** ; Time zone default settings [HKEY_LOCAL_MACHINE\Time Zones] "Default"="GMT Standard Time" ;Clock Format [HKEY_LOCAL_MACHINE\nls\overrides] "STime"=":" "STFmt"="H:mm" ; STime STRING ":" - Time Separator ; STFmt STRING "h:mm:ss tt" - Time Format String ; S1159 STRING "am" ; S2359 STRING "pm" ; Time Format String ; h - Hours 12 Hour Clock with No Leading Zero ; hh - Hours 12 Hour Clock with Leading Zero ; H - Hours 24 Hour Clock with No Leading Zero ; HH - Hours 24 Hour Clock with Leading Zero ; m - Minutes with No Leading Zero ; mm - Minutes with Leading Zero ; s - Seconds with No Leading Zero ; ss - Seconds with Leading Zero ; t - am/pm indicator - First Letter Only ; tt - am/pm indicator - First Two Letters ; ttt - am/pm indicator - First Three Letters