thinclient fix
This commit is contained in:
parent
39e795eae0
commit
10c8873936
@ -4,7 +4,7 @@
|
|||||||
; LICENSE : GPL
|
; LICENSE : GPL
|
||||||
; AUTHOR : Michael H.G. Schmidt
|
; AUTHOR : Michael H.G. Schmidt
|
||||||
; EMAIL : michael@schmidt2.de
|
; EMAIL : michael@schmidt2.de
|
||||||
; DATE : 20240201
|
; DATE : 20240326
|
||||||
; ------------------------------------------------------------
|
; ------------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Global SYS$=GetEnvironmentVariable("SystemDrive")
|
|||||||
|
|
||||||
Procedure StartRDP()
|
Procedure StartRDP()
|
||||||
; start RDP ...
|
; 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
|
EndProcedure
|
||||||
|
|
||||||
Procedure StartVNC()
|
Procedure StartVNC()
|
||||||
@ -94,7 +94,6 @@ BindGadgetEvent(2, @ButtonHandler())
|
|||||||
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
|
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
|
||||||
|
|
||||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||||
; CursorPosition = 28
|
; CursorPosition = 22
|
||||||
; FirstLine = 17
|
|
||||||
; Folding = -
|
; Folding = -
|
||||||
; EnableXP
|
; EnableXP
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user