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 +)