w10install/tools/install-rdpwrapper.cmd
Michael H.G. Schmidt 72099e2203 added RDPwrapper
2023-12-29 22:53:58 +01:00

14 lines
252 B
Batchfile

@echo off
set TOOLS=c:\tools
echo ####### %0 #######
%TOOLS%\RDPWInst.exe -i -s -r
if EXIST %TOOLS%\scripts\config\rdpwrap.ini (
copy /Y %TOOLS%\scripts\config\rdpwrap.ini %Systemroot%\system32\rdpwrap.ini
)
echo ####### %0 #######