How do I disable credential pop-up?

disable credential pop up: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SDC_CF\SDCCF1\Parms\Configs\GlobalConfig] "noPromptForCreds":DWORD noPromptForCreds=0 -> always Prompt for credentials at authentication failure noPromptForCreds=1 -> Prompt once for credentials noPromptForCreds=2 -> Never prompt for credentials The value ?1? means only one time when configuring the profile and no more. The value ?2? means no pop-up even when configuring profile. With this key set, after a network is initially configured, you will never be re-prompted for credentials, and it will instead automatically re-try until it connects.