From 90b342270948e2c9ceee27d453524fd4e3b57e63 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:58:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- oem/RDPApps.reg | 6 +++--- oem/install.bat | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oem/RDPApps.reg b/oem/RDPApps.reg index 9c79620..e2dfdc4 100644 --- a/oem/RDPApps.reg +++ b/oem/RDPApps.reg @@ -1,14 +1,14 @@ Windows Registry Editor Version 5.00 ; Disable RemoteApp allowlist so all applications can be used in a Remote Desktop session - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList] "fDisabledAllowList"=dword:00000001 - ; Allow unlisted programs to be run in Remote Desktop sessions + ; Allow unlisted programs to be run in Remote Desktop sessions [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services] "fAllowUnlistedRemotePrograms"=dword:00000001 - ; Disable automatic administrator logon at startup + ; Disable automatic administrator logon at startup [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="0" diff --git a/oem/install.bat b/oem/install.bat index 6d3b0dd..9aae31d 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -51,4 +51,4 @@ if %ERRORLEVEL% equ 0 ( echo Scheduled task "%taskname%" created successfully. ) else ( echo Failed to create scheduled task. -) \ No newline at end of file +)