Jump to content

configuring modem settings in unattended xpcd


Recommended Posts

like setting the modem init settings...

i wanna add these modem init values:

S11=50 L3 M1

where

S11=50 sets the tone dialing delay to 50ms

L3 sets the modem speaker volume to the loudest

M1 sets the modem speaker on.

is it possible to automatically set all of those on an unattended XPCD? thanks.

Link to comment
Share on other sites


find the registry settings that contain the entiries you need to change and make the change with a reg file.

Take a snapshot before making changes and after to see what changed/where.

Maybe its an INI file and not a registry setting. So look for that too.

If not in registry, set PC's date ahead a year make the change and then find the file with the new modified date.

WwTIPPYwW

Link to comment
Share on other sites

i found 3 instances of the modem init strings i've manually set. i wonder if this setting changes from one computer to the other, especially with a different modem.

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}\0000
...
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}\0000
...
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}\0000

i would also like to know which of these 3 entries that has the priority to set the modem init strings.

the string data that holds the entry is

"UserInit"="S11=50 L3 M1"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...