How can I stop users creating persistent connections?

John Savill

October 7, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Persistent connections are those which are recreated after youlogoff and logon again. It may be desirable to stop this and so a registry entryexists to disable users from creating persistent connections:

  1. Start the registry editor (regedt32.exe)

  2. Move to HKEY_USERS.DEFAULTSoftwareMicrosoftWindows NTCurrentVersionNetworkPersistent Connections

  3. Double click on SaveConnections

  4. Change to 'no' (don't type the quotes). Click OK

  5. Close the registry editor

The above would disable for new users. To disable for current users performthe same but on the HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionNetworkPersistent ConnectionsSaveConnectionsvalue.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like