From aa531d974f75b0154f7b841cb4349034d1f052b4 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 24 Jan 2025 05:04:31 +0100 Subject: [PATCH] Keep Wifi.xml file --- modifier/Wifi.cs | 1 - 1 file changed, 1 deletion(-) 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) {