From 9f8a0577d8e022854b6b1f542263aacb9928d314 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Tue, 9 Dec 2025 11:58:10 -0500 Subject: [PATCH] Update VNC link to use RealVNC protocol 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 --- displaypc.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/displaypc.asp b/displaypc.asp index 04fe222..6398c39 100644 --- a/displaypc.asp +++ b/displaypc.asp @@ -371,7 +371,7 @@ If hostnameVal <> "N/A" And hostnameVal <> "" Then End If If hasVncEnabled And vncHostname <> "" Then - Response.Write("

" & Server.HTMLEncode(vncHostname) & "

") + Response.Write("

" & Server.HTMLEncode(vncHostname) & "

") ElseIf hasVncEnabled Then Response.Write("

VNC Enabled (No hostname)

") Else