You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2020. It is now read-only.
I was wondering why nothing appeared when I launched the app
Then I saw MatchCollection m = Regex.Matches(output, "User Profile\\s+:\\s*(.*?)$", RegexOptions.Multiline);
My computer is set to French language so the ouput is :
C:\Users\user>netsh wlan sh profiles
Profils sur l'interface Wi-Fi :
Profils de stratégies de groupe (lecture seule)
-----------------------------------------------
Wifi1
Wifi2
**Profils utilisateurs**
-------------
<Aucun>
I was wondering why nothing appeared when I launched the app
Then I saw
MatchCollection m = Regex.Matches(output, "User Profile\\s+:\\s*(.*?)$", RegexOptions.Multiline);My computer is set to French language so the ouput is :