Tvlink

Options

Since installing the Windows Creator update, the shortcut on my desktop (ending in .tvlink) which opens one of the computers in my group, no longer works. Windows is asking which app to use.  I have tried all the .exe files in the Teamviwer folder but none work.  Suggestions?  Running Windows 10, Teamviewer 12. 

Comments

  • Supertramp
    Supertramp Posts: 21
    Options

    Hi @hmarans

    try first to check correct extension association in Windows 10:

    - open Control Panel (Win+X);

    - click Programs

    - select associations.

    Regards

    The real programmer does not interpret dreams. Just compile them
  • hmarans
    hmarans Posts: 2
    Options

    I have tried all the associations that are linked to TeamViewer but none open the shortcut.  Do you know which .exe is supposed to open the TVLink?

  • whyfat2002
    Options

    i was able to fix it by going to "pc settings"(not control panel).  search for "default app settings"

    on that page look for "choose default apps by file type".

    I scrolled down untill I found the .tvlinks and changed it from "teamviwer" to "Internet Browser"

    Dont ask me how or why it works cause Im honestly puzzled but Im not gonna complain. 

    hope you see this and it helps

  • whyfat2002
    Options

    i was able to fix it by going to "pc settings"(not control panel).  search for "default app settings"

    on that page look for "choose default apps by file type".

    I scrolled down untill I found the .tvlinks and changed it from "teamviwer" to "Internet Browser"

    Dont ask me how or why it works cause Im honestly puzzled but Im not gonna complain. 

    hope you see this and it helps

  • Ben2o
    Ben2o Posts: 1
    Options

    Just rename the .tvlink File to .url

  • mickregan
    Options

    For Deployment, I exported the "InternetShortcut" Class entry and created the SYSTEM tvlink_auto_file entry from it as per below.

    -------------------------------------------------------

    Windows Registry Editor Version 5.00

    [-HKEY_CLASSES_ROOT\tvlink_auto_file]

    [HKEY_CLASSES_ROOT\tvlink_auto_file]
    @="Internet Shortcut"
    "EditFlags"=dword:00000002
    "FriendlyTypeName"="@C:\\WINDOWS\\system32\\ieframe.dll,-10046"
    "FullDetails"="prop:System.Link.TargetUrl;System.Rating;System.Link.Description;System.Link.Comment"
    "InfoTip"="prop:System.Link.TargetUrl;System.Rating;System.Link.Description;System.Link.Comment"
    "IsShortcut"=""
    "NeverShowExt"=""
    "PreviewDetails"="prop:System.Link.TargetUrl;System.Rating;System.History.VisitCount;System.History.DateChanged;System.Link.DateVisited;System.Link.Description;System.Link.Comment"

    [HKEY_CLASSES_ROOT\tvlink_auto_file\CLSID]
    @="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

    [HKEY_CLASSES_ROOT\tvlink_auto_file\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,75,00,72,00,\
      6c,00,2e,00,64,00,6c,00,6c,00,2c,00,35,00,00,00

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell]
    "CLSID"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
    @="open"

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\Open]
    "CLSID"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
    "LegacyDisable"=""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\Open\Command]
    @="\"C:\\WINDOWS\\system32\\rundll32.exe\" \"C:\\WINDOWS\\system32\\ieframe.dll\",OpenURL %l"

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\print]

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\print\command]
    @="\"C:\\Windows\\System32\\rundll32.exe\" \"C:\\Windows\\System32\\mshtml.dll\",PrintHTML \"%1\""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\printto]

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shell\printto\command]
    @="\"C:\\Windows\\System32\\rundll32.exe\" \"C:\\Windows\\System32\\mshtml.dll\",PrintHTML \"%1\" \"%2\" \"%3\" \"%4\""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex]

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\ContextMenuHandlers]

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\ContextMenuHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
    @=""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\DropHandler]
    @=""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\IconHandler]
    @="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\PropertySheetHandlers]

    [HKEY_CLASSES_ROOT\tvlink_auto_file\shellex\PropertySheetHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
    @=""

    [HKEY_CLASSES_ROOT\tvlink_auto_file\tabsets]
    "selection"=dword:00000705

    -------------------------------------------------------

     

    Opening with TeamViewer now works as expected

  • NickiBoy
    Options

    That does not work with w10 ver 1903 OS Build 18362.418

    On the previous Build (w10 Version1809) I used to associate it with Internet Browser. That selection is gone with the above build (1903)

    ICON.jpg1809.jpg1903.jpg

  • NickiBoy
    Options

    Worked like a charm.