thinclient fix

This commit is contained in:
Michael H.G. Schmidt 2024-03-26 16:28:12 +01:00
parent 39e795eae0
commit 10c8873936
2 changed files with 3 additions and 4 deletions

View File

@ -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

Binary file not shown.