Skip to content

Commit

Permalink
Keep Wifi.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Jan 24, 2025
1 parent c8ae0aa commit aa531d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modifier/Wifi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ void AddWifiProfile(IProfileWifiSettings settings)

SpecializeScript.Append($"""
netsh.exe wlan add profile filename="{xmlFile}" user=all;
Remove-Item -LiteralPath '{xmlFile}';
""");
if (settings.ConnectAutomatically)
{
Expand Down

0 comments on commit aa531d9

Please sign in to comment.