diff --git a/source/thinclient.pb b/source/thinclient.pb index 8370d23..db2e43c 100644 --- a/source/thinclient.pb +++ b/source/thinclient.pb @@ -4,7 +4,7 @@ ; LICENSE : GPL ; AUTHOR : Michael H.G. Schmidt ; EMAIL : michael@schmidt2.de -; DATE : 20240201 +; DATE : 20240326 ; ------------------------------------------------------------ ; @@ -18,7 +18,7 @@ Global SYS$=GetEnvironmentVariable("SystemDrive") Procedure StartRDP() ; start RDP ... - dummy=RunProgram(SYS$ + "\tools\rdp.exe","/kiosk:cup /ontop /nodrives /noprinters /span","") + dummy=RunProgram(SYS$ + "\tools\rdp.exe","/kiosk:cup /ontop /nodrives /noprinters /span /o:displayconnectionbar:i:0","") EndProcedure Procedure StartVNC() @@ -94,7 +94,6 @@ BindGadgetEvent(2, @ButtonHandler()) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow ; IDE Options = PureBasic 5.73 LTS (Windows - x64) -; CursorPosition = 28 -; FirstLine = 17 +; CursorPosition = 22 ; Folding = - ; EnableXP \ No newline at end of file diff --git a/tools/thinclient.exe b/tools/thinclient.exe index 92832bc..167294d 100644 Binary files a/tools/thinclient.exe and b/tools/thinclient.exe differ