https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f722ddac96503d43813e64e4b4fdb57c2790960e
commit f722ddac96503d43813e64e4b4fdb57c2790960e Author: Giannis Adamopoulos <[email protected]> AuthorDate: Wed Nov 14 22:38:39 2018 +0200 Commit: Giannis Adamopoulos <[email protected]> CommitDate: Sun Nov 18 14:01:54 2018 +0200 [NETSHELL] CNetConnectionPropertyUi: Add a comment about how windows write the settings --- dll/shellext/netshell/lanconnectui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/shellext/netshell/lanconnectui.cpp b/dll/shellext/netshell/lanconnectui.cpp index 6c1c0f281e..3a292d52dc 100644 --- a/dll/shellext/netshell/lanconnectui.cpp +++ b/dll/shellext/netshell/lanconnectui.cpp @@ -292,6 +292,7 @@ CNetConnectionPropertyUi::LANPropertiesUIDlg( else dwNotifyDisconnect = 0; + //NOTE: Windows write these setting with the undocumented INetLanConnection::SetInfo if (StringFromCLSID((CLSID)This->m_pProperties->guidId, &pStr) == ERROR_SUCCESS) { swprintf(szKey, L"SYSTEM\\CurrentControlSet\\Control\\Network\\{4D36E972-E325-11CE-BFC1-08002BE10318}\\%s\\Connection", pStr);
