mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 07:07:18 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1496041b48
commit
90b3422709
@ -1,14 +1,14 @@
|
|||||||
Windows Registry Editor Version 5.00
|
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 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
|
"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]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
||||||
"fAllowUnlistedRemotePrograms"=dword:00000001
|
"fAllowUnlistedRemotePrograms"=dword:00000001
|
||||||
|
|
||||||
; Disable automatic administrator logon at startup
|
; Disable automatic administrator logon at startup
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
||||||
"AutoAdminLogon"="0"
|
"AutoAdminLogon"="0"
|
||||||
|
|
||||||
|
@ -51,4 +51,4 @@ if %ERRORLEVEL% equ 0 (
|
|||||||
echo Scheduled task "%taskname%" created successfully.
|
echo Scheduled task "%taskname%" created successfully.
|
||||||
) else (
|
) else (
|
||||||
echo Failed to create scheduled task.
|
echo Failed to create scheduled task.
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user