GUI of an RDP session remain active after disconnect with 4K screen resolution

24 Views Asked by At

I use [this guid][1] to use RDP with GUI after disconnect. I use

for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (tscon.exe %%s /dest:console)

in .bat file. When I try to connect to server with UltraViewer, I see desktop with 1024x768 screen resolution. But I need use 4K screen resolution. This 4K screen resolution I use in RDP. Why? Can I get 4K screen resolution? I need it in my program. I use windows 10 pro at server. [1]: Can the GUI of an RDP session remain active after disconnect

0

There are 0 best solutions below