Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Removing "Shortcut" word after creating a shortcut?

Closed Thread
 
Thread Tools Display Modes
Old 02-23-2007   #1 (permalink)
nLinked
Guest


 

Removing "Shortcut" word after creating a shortcut?

If you create a shortcut to a program in Vista into a folder, the shortcut gets the word "- Shortcut" at the end of it. But I can already see it's a shortcut by looking at the arrow on the lower-left of its icon. Is there a way to stop it adding "Shortcut" to the end of a shortcut each time? I dislike renaming it all the time.
Old 02-23-2007   #2 (permalink)
Keith
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

Good question!
However, I'd rather have it at the end than at the beginning like XP. There may be a Registry hack to remove that.

--
Keith


"nLinked" <nLinked@discussions.microsoft.com> wrote in message news:4D648777-3A18-4315-B51E-3ADBD79E5A4A@microsoft.com...
If you create a shortcut to a program in Vista into a folder, the shortcut gets the word "- Shortcut" at the end of it. But I can already see it's a shortcut by looking at the arrow on the lower-left of its icon. Is there a way to stop it adding "Shortcut" to the end of a shortcut each time? I dislike renaming it all the time.
Old 02-23-2007   #3 (permalink)
Keith Miller MVP
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

Save the text between the lines as a .reg file. Then merge the file.

-------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

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


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"nLinked" <nLinked@discussions.microsoft.com> wrote in message
news:4D648777-3A18-4315-B51E-3ADBD79E5A4A@microsoft.com...
If you create a shortcut to a program in Vista into a folder, the shortcut
gets the word "- Shortcut" at the end of it. But I can already see it's a
shortcut by looking at the arrow on the lower-left of its icon. Is there a
way to stop it adding "Shortcut" to the end of a shortcut each time? I
dislike renaming it all the time.

Old 02-23-2007   #4 (permalink)
nLinked
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

Thank you, Keith! It has worked! I shall keep this registry key in-case I
need it in future.

Regards,

nLinked

"Keith Miller MVP" <k.miller79@no.spam.verizon.net> wrote in message
news:#NJ6f65VHHA.392@TK2MSFTNGP06.phx.gbl...
> Save the text between the lines as a .reg file. Then merge the file.
>
> -------------------------------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
> "link"=hex:00,00,00,00
>
> -------------------------------------------------
>
>
> --
> Good Luck,
>
> Keith
> Microsoft MVP [Windows XP Shell/User]
>
> "nLinked" <nLinked@discussions.microsoft.com> wrote in message
> news:4D648777-3A18-4315-B51E-3ADBD79E5A4A@microsoft.com...
> If you create a shortcut to a program in Vista into a folder, the shortcut
> gets the word "- Shortcut" at the end of it. But I can already see it's a
> shortcut by looking at the arrow on the lower-left of its icon. Is there a
> way to stop it adding "Shortcut" to the end of a shortcut each time? I
> dislike renaming it all the time.


Old 02-23-2007   #5 (permalink)
Keith Miller MVP
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

You're welcome.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"nLinked" <nLinked@discussions.microsoft.com> wrote in message
news:F392C69C-4573-4F1B-A666-017C1883363B@microsoft.com...
> Thank you, Keith! It has worked! I shall keep this registry key in-case I
> need it in future.
>
> Regards,
>
> nLinked
>
> "Keith Miller MVP" <k.miller79@no.spam.verizon.net> wrote in message
> news:#NJ6f65VHHA.392@TK2MSFTNGP06.phx.gbl...
>> Save the text between the lines as a .reg file. Then merge the file.
>>
>> -------------------------------------------------
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
>> "link"=hex:00,00,00,00
>>
>> -------------------------------------------------
>>
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows XP Shell/User]
>>
>> "nLinked" <nLinked@discussions.microsoft.com> wrote in message
>> news:4D648777-3A18-4315-B51E-3ADBD79E5A4A@microsoft.com...
>> If you create a shortcut to a program in Vista into a folder, the
>> shortcut gets the word "- Shortcut" at the end of it. But I can already
>> see it's a shortcut by looking at the arrow on the lower-left of its
>> icon. Is there a way to stop it adding "Shortcut" to the end of a
>> shortcut each time? I dislike renaming it all the time.

>


Old 04-07-2007   #6 (permalink)
Mike
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

In article <#NJ6f65VHHA.392@TK2MSFTNGP06.phx.gbl>, Keith Miller MVP says...

> Save the text between the lines as a .reg file. Then merge the file.
>
> -------------------------------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
> "link"=hex:00,00,00,00
>
> -------------------------------------------------
>
>
>

Doesn't work for me!! Even after I rebooted, still get the Shortcut in the
name.
--
Mike
Old 04-08-2007   #7 (permalink)
Keith Miller MVP
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

It doesn't change the name of existing shortcuts, just changes the naming of
new ones.

If you tried creating a new shortcut after the merge but before rebooting,
you overwrote the value.

Check it in Regedit.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Mike" <mikemathenyathoustondotrrdotcom> wrote in message
news:MPG.2081eb866554e0e9989680@msnews.microsoft.com...
> In article <#NJ6f65VHHA.392@TK2MSFTNGP06.phx.gbl>, Keith Miller MVP
> says...
>
>> Save the text between the lines as a .reg file. Then merge the file.
>>
>> -------------------------------------------------
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
>> "link"=hex:00,00,00,00
>>
>> -------------------------------------------------
>>
>>
>>

> Doesn't work for me!! Even after I rebooted, still get the Shortcut in the
> name.
> --
> Mike


Old 04-08-2007   #8 (permalink)
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

That value you are changing used to be 15 (now is 30) and every time you
created a shortcut, then renamed it straight away removing Shortcut To, it
would subtract 5 from the 15. When it got to 0 it no longer prefix Shortcut
To to a new shortcut. Hopefully this sort of crap, secret and non
predictable behaviour, is now dead.

While being automated seems gone, setting the value to 0 does work. Look in
the registry as if you stuffed up the file it won't change but still appears
it worked.
"Mike" <mikemathenyathoustondotrrdotcom> wrote in message
news:MPG.2081eb866554e0e9989680@msnews.microsoft.com...
> In article <#NJ6f65VHHA.392@TK2MSFTNGP06.phx.gbl>, Keith Miller MVP
> says...
>
>> Save the text between the lines as a .reg file. Then merge the file.
>>
>> -------------------------------------------------
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
>> "link"=hex:00,00,00,00
>>
>> -------------------------------------------------
>>
>>
>>

> Doesn't work for me!! Even after I rebooted, still get the Shortcut in the
> name.
> --
> Mike


Old 04-08-2007   #9 (permalink)
Mike
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

In article <ua3duxaeHHA.3956@TK2MSFTNGP03.phx.gbl>, Keith Miller MVP says...

> It doesn't change the name of existing shortcuts, just changes the naming of
> new ones.
>
> If you tried creating a new shortcut after the merge but before rebooting,
> you overwrote the value.
>
> Check it in Regedit.
>
>
>

Aha! I tried before rebooting - rebooting seems to have done the trick! Thanx!
--
Mike
Old 04-08-2007   #10 (permalink)
Keith Miller MVP
Guest


 

Re: Removing "Shortcut" word after creating a shortcut?

You're welcome. Glad it's sorted.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Mike" <mikemathenyathoustondotrrdotcom> wrote in message
news:MPG.2082daaf3b62cdbd989681@msnews.microsoft.com...
> In article <ua3duxaeHHA.3956@TK2MSFTNGP03.phx.gbl>, Keith Miller MVP
> says...
>
>> It doesn't change the name of existing shortcuts, just changes the naming
>> of
>> new ones.
>>
>> If you tried creating a new shortcut after the merge but before
>> rebooting,
>> you overwrote the value.
>>
>> Check it in Regedit.
>>
>>
>>

> Aha! I tried before rebooting - rebooting seems to have done the trick!
> Thanx!
> --
> Mike


Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing ".shortcut" in Vista 64 cqui3 Vista General 5 2 Weeks Ago 02:06 AM
Adding new location for "Send to" command in shortcut menu (rght-c Tom H Vista file management 3 01-03-2008 11:50 PM
shortcut www-icons manually set, tend to reset to "explorer" defa jp Vista performance & maintenance 10 11-29-2007 02:01 AM
3xQ - "New Folder" button?, "- Shortcut" suffix, Preview bug? Julian Vista file management 7 06-26-2007 07:32 AM
How to disable the "- shortcut" word ...? Retro Vista General 9 04-11-2007 12:39 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50