Screen Sharing link (VNC link)


/ Published in: XML
Save to your folder(s)

Put in a .vncloc to create a clickable link to a VNC host.
Opens up in Screen Sharing.app


Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>URL</key>
  6. <string>vnc://192.168.2.82</string>
  7. </dict>
  8. </plist>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.