Modem initialisation strings

Modem initialisation strings

Post by Heidi Lind » Thu, 05 Jun 2003 21:18:57



Out units are occasionally having issues in the field
which we think can be solved with a particular
initialisation string - is there any way this can be set
without using the modem control panel? A command-line
solution would save us from having to send engineers to
every customer site.
 
 
 

Modem initialisation strings

Post by Joerg Schneide » Fri, 06 Jun 2003 00:09:21




Quote:

> Out units are occasionally having issues in the field
> which we think can be solved with a particular
> initialisation string - is there any way this can be set
> without using the modem control panel? A command-line
> solution would save us from having to send engineers to
> every customer site.

Try it in a batch:

reg add
HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE
10318}\0000 /v UserInit /t REG_SZ /d "%1" /f >NUL

!! If you reset the string (='empty string') you have to remove the value
"UserInit "
regxp delete
HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE
10318}\0000 /v UserInit /f >NUL

J?rg