|
@@ -417,11 +417,16 @@
|
|
|
</SynchronousCommand>
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
<Order>14</Order>
|
|
|
+ <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
|
|
|
+ <Description>Enable RemoteAPP to launch unlisted programs</Description>
|
|
|
+ </SynchronousCommand>
|
|
|
+ <SynchronousCommand wcm:action="add">
|
|
|
+ <Order>15</Order>
|
|
|
<CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f</CommandLine>
|
|
|
<Description>Disable unsupported hardware notifications</Description>
|
|
|
</SynchronousCommand>
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
- <Order>15</Order>
|
|
|
+ <Order>16</Order>
|
|
|
<CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f</CommandLine>
|
|
|
<Description>Disable unsupported hardware notifications</Description>
|
|
|
</SynchronousCommand>
|