Skip to content

Instantly share code, notes, and snippets.

@SZanlongo
Created January 13, 2019 15:45
Show Gist options
  • Save SZanlongo/37b24d74b0d7a0814e34bd44ca6c6091 to your computer and use it in GitHub Desktop.
Save SZanlongo/37b24d74b0d7a0814e34bd44ca6c6091 to your computer and use it in GitHub Desktop.
Remove - Shortcut text when Creating Windows Shortcuts
Windows Registry Editor Version 5.00
; created by Walter Glenn
; for How-To Geek
; article: http://www.howtogeek.com/281753/how-to-remove-the-shortcut-text-from-new-shortcuts-in-windows/
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
Windows Registry Editor Version 5.00
; created by Walter Glenn
; for How-To Geek
; article: http://www.howtogeek.com/281753/how-to-remove-the-shortcut-text-from-new-shortcuts-in-windows/
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"link"=-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment