From cd2a73ff30fe1642b2ba6cfafb7df8decc834dbb Mon Sep 17 00:00:00 2001 From: itiligent <94789708+itiligent@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:11:49 +1000 Subject: [PATCH] Cleanup network profiles --- oem/RDPApps.reg | 2 +- oem/install.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oem/RDPApps.reg b/oem/RDPApps.reg index b1561ae..f1434ab 100644 --- a/oem/RDPApps.reg +++ b/oem/RDPApps.reg @@ -4,7 +4,7 @@ ; SPDX-License-Identifier: Proprietary Windows Registry Editor Version 5.00 - ; Disable RemoteApp allowlist so all applications can be used in a Remote Desktop session + ; Disable RemoteApp allowlist so all applications can be used in Remote Desktop sessions [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList] "fDisabledAllowList"=dword:00000001 diff --git a/oem/install.bat b/oem/install.bat index 711c814..87e0c67 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -6,7 +6,7 @@ REM SPDX-License-Identifier: AGPL-3.0-or-later REG IMPORT C:\OEM\RDPApps.reg -:: Write the Powershell network profile cleanup script +:: Create Powershell network profile cleanup script ( echo # Get the current network profile name echo $currentProfile = ^(Get-NetConnectionProfile^).Name