Weatherlights / Intune-Network-Drive-Mapping-Tool

Map on-premises network shares with Intune and the Microsoft Store for Business
40 stars 16 forks source link

Fix DriveSettings.cs #5

Closed cocoon closed 11 months ago

cocoon commented 11 months ago

Fix major Bug, Microsoft expects password first, then username:

DWORD WNetAddConnection2A( [in] LPNETRESOURCEA lpNetResource, [in] LPCSTR lpPassword, [in] LPCSTR lpUserName, [in] DWORD dwFlags );