Creating an adm file for disabling password saving in dial-up connections

  • Thread starter eivind.brenningen
  • Start date
E

eivind.brenningen

Hi,

I'm trying to create an adm-file that lets me enable or disable the
DisableSavePassword-option for dial-up connections. I can imort the
adm-file, but no settings are available to change. The adm-file looks
like this:


CLASS MACHINE

CATEGORY !!DialUp
POLICY !!DialUpPasswordOnOff
EXPLAIN !!DisableSavePassword_Explain
VALUENAME "DisableSavePassword"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
KEYNAME "SYSTEM\CurrentControlSet\Services\RasMan\Parameters"
END POLICY
END CATEGORY

[strings]

DialUp="Dial-Up Settings"
DialUpPasswordOnOff="Allow or disallow saving of dial-up password"
DisableSavePassword_Explain="Turns policy on or off"



Any suggestions?


-Eivind
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top