From: Vincent Vanwaelscappel Date: Thu, 20 Mar 2025 09:02:57 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=309d1a9c2dcffb381d90b05dcffe60857765d3a7;p=vincent-scripts.git . --- diff --git a/rdp/VMHost.rdp b/rdp/VMHost.rdp index 89e5122..6de8755 100644 Binary files a/rdp/VMHost.rdp and b/rdp/VMHost.rdp differ diff --git a/rdp/Vincent.rdp b/rdp/Vincent.rdp index 277344b..46161d3 100644 Binary files a/rdp/Vincent.rdp and b/rdp/Vincent.rdp differ diff --git a/rdp/vincent.bat b/rdp/vincent.bat index 0627c5d..9abf4c2 100644 --- a/rdp/vincent.bat +++ b/rdp/vincent.bat @@ -4,7 +4,7 @@ cd D:\Works\Scripts php -f .\bitwarden\bitwarden.php -- tmp "Microsoft (vincent@enhydra.fr)" set /p PASSWORD= < .\bitwarden\tmp del /Q .\bitwarden\tmp -cmdkey /generic:TERMSRV/192.168.13.3 /user:"vincent" /pass:%PASSWORD% +cmdkey /generic:TERMSRV/192.168.7.4 /user:"vincent" /pass:%PASSWORD% START /B mstsc .\rdp\Vincent.rdp timeout 10 /nobreak -cmdkey /delete:TERMSRV/192.168.13.3 \ No newline at end of file +cmdkey /delete:TERMSRV/192.168.7.4 \ No newline at end of file diff --git a/rdp/vmhost.bat b/rdp/vmhost.bat index 4ff090d..201718d 100644 --- a/rdp/vmhost.bat +++ b/rdp/vmhost.bat @@ -4,7 +4,7 @@ cd D:\Works\Scripts php -f .\bitwarden\bitwarden.php -- tmp "Microsoft (vincent@cubedesigners.com)" set /p PASSWORD= < .\bitwarden\tmp del /Q .\bitwarden\tmp -cmdkey /generic:TERMSRV/vmhost.paris.cubedesigners.com /user:"vincent@cubedesigners.com" /pass:%PASSWORD% +cmdkey /generic:TERMSRV/192.168.10.15 /user:"vincent@cubedesigners.com" /pass:%PASSWORD% START /B mstsc .\rdp\VMHost.rdp timeout 10 /nobreak -cmdkey /delete:TERMSRV/vmhost.paris.cubedesigners.com \ No newline at end of file +cmdkey /delete:TERMSRV/192.168.10.15 \ No newline at end of file