Results 1 to 6 of 6

Thread: SendTo context menu shortcuts not showing

  1. #1
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628

    SendTo context menu shortcuts not showing

    Shortcuts (lnk files) in the SendTo folder don't show up in the context menu. The default "Compressed", "Desktop", "Documents", "Mail recipient", and DVD-RW drive options show up, but they're not .lnk files. Deleting and re-creating the affected shortcuts doesn't help.

    And here's where it gets even weirder. If I copy an application to the sendto folder, it both displays and works. But no way am I copying a monster like photoshop.

    I've posted this in the Vista newsgroups, and googled it. My money's on TZ.

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

  2. #2
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,737
    Don't know if you have tried the methods described here

    scroll down to the responses.

    =========== Please Read The Forum Rules ===========

  3. #3
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    Yes, I have, and no, they don't.

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

  4. #4
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    Any luck Pia? I'm just starting to get into Vista investigations... how did u come about deleting (even accidently) the sendto shortcuts?

    --- 0wN3D by 3gG ---

  5. #5
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    They weren't deleted -- just not displaying. Found a fix and edited it to work with Vista, AND informed MS tech support thereof. Save the following with a .vbs extension:

    '--------------------------------------------------------------------
    'Applies To : Microsoft Windows XP
    'Author : Ramesh Srinivasan - Microsoft MVP (Windows XP Shell)
    'Created on : February 19, 2005
    'Description : Fixes the Send To menu (missing all the shortcuts)
    'Homepage : http://windowsxp.mvps.org
    'More Info : http://windowsxp.mvps.org/sendtofix.htm
    'Requirement : Needs Administrative privileges in Windows XP
    '--------------------------------------------------------------------

    Set WshShell = CreateObject("WScript.Shell")
    USFolderPath = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
    On Error resume next
    WshShell.RegWrite "HKCR\exefile\shellex\DropHandler\", "{86C86720-42A0-1069-A2E8-08002B30309D}", "REG_SZ"
    WshShell.RegWrite "HKCR\lnkfile\shellex\DropHandler\", "{00021401-0000-0000-C000-000000000046}", "REG_SZ"
    WshShell.RegWrite USFolderPath & "\SendTo", "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo", "REG_EXPAND_SZ"
    Wshshell.RUN ("regsvr32.exe shell32.dll /i /s")
    MsgUser = Msgbox ("Fixed the Send To menu. Restart Windows for the changes to take effect", 4160, "'Send To' menu fix for Windows XP - Ramesh Srinivasan")
    Set WshShell = Nothing

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

  6. #6
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    Good work Pia, nice find!

    I'll definitely keep an eye out for this little bug

    --- 0wN3D by 3gG ---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •