Another thing that I found useful is to change the encoder settings for the viewer.
The default uses Hextile coding I think, which although is good quality, it's slow.
I made the viewer use Tight instead and it works quite well.
ShellExecute(@ScriptDir & "\Bin\vncviewer.exe", "-proxy ...
Search found 3 matches
- 2010-02-28 11:24
- Forum: ChunkVNC
- Topic: My Feature Requests / Bug Reports
- Replies: 55
- Views: 122683
- 2010-02-28 11:02
- Forum: ChunkVNC
- Topic: Could someone explain to me the "UAC" issue?
- Replies: 18
- Views: 29780
Re: Could someone explain to me the "UAC" issue?
UAC is a royal pita when it comes to providing remote support.
For now I just added the #RequireAdmin directive to my script.
Not only is the user prompted with a UAC screen when they open a secured dialog, but since the server is not elevated it cannot control the dialog in question.
The ...
For now I just added the #RequireAdmin directive to my script.
Not only is the user prompted with a UAC screen when they open a secured dialog, but since the server is not elevated it cannot control the dialog in question.
The ...
- 2010-02-28 10:48
- Forum: ChunkVNC
- Topic: ChunkVNC "Fork"
- Replies: 109
- Views: 632160
Re: ChunkVNC "Fork"
I made some changes myself...
First of all I noticed that more than one instance of ChunkVNC server could be started and cause issues. So I added this:
;Checks if another instance is running and stops extraction
If ProcessExists("InstantSupportVNC.exe") Then
MsgBox( 0, "Warning", "Instant ...
First of all I noticed that more than one instance of ChunkVNC server could be started and cause issues. So I added this:
;Checks if another instance is running and stops extraction
If ProcessExists("InstantSupportVNC.exe") Then
MsgBox( 0, "Warning", "Instant ...