mirror of
https://github.com/winapps-org/winapps.git
synced 2025-07-31 16:06:45 +02:00
feat: automatic installation of .reg file
This commit is contained in:
7
oem/RDPApps.reg
Normal file
7
oem/RDPApps.reg
Normal file
@@ -0,0 +1,7 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
|
||||
"fDisabledAllowList"=dword:00000001
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
||||
"fAllowUnlistedRemotePrograms"=dword:00000001
|
3
oem/install.bat
Normal file
3
oem/install.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
REG IMPORT C:\OEM\RDPApps.reg
|
Reference in New Issue
Block a user