diff --git a/modifier/Wifi.cs b/modifier/Wifi.cs index f94238a..cd6413a 100644 --- a/modifier/Wifi.cs +++ b/modifier/Wifi.cs @@ -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) {