From 869788c0e38a36db41a3f90861ed0250c7e48094 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Tue, 9 Dec 2025 11:58:39 -0500 Subject: [PATCH] Update VNC link to use RealVNC protocol in displaypcs.asp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed vnc:// to com.realvnc.vncviewer.connect:// for proper RealVNC Viewer integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- displaypcs.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/displaypcs.asp b/displaypcs.asp index 4fd3188..a1c1a83 100644 --- a/displaypcs.asp +++ b/displaypcs.asp @@ -258,7 +258,7 @@ Set rsStatus = Nothing End If If hasVnc And Not IsNull(rs("hostname")) And rs("hostname") <> "" Then vncHost = rs("hostname") & ".logon.ds.ge.com" - Response.Write("VNC") + Response.Write("VNC") ElseIf hasVnc Then Response.Write("VNC") Else