Pages

Blog post updated : no update

Wednesday, May 23, 2007

Remove ugly arrows from shortcut

Want to make your desktop shortcut icon look beautiful? Check this out:-

1. Open your notepad or any script editor

2. Copy and paste the script below into you notepad and save the file with .vbs extension e.g noArrow.vbs, just save it to your desktop

' script start

Option Explicit
Dim objShell, strRoot, strRead, strDelete, strCreate
strRoot = "HKEY_CLASSES_ROOT\lnkfile\IsShortCut"
' Create the Shell object
Set objShell = CreateObject("WScript.Shell")
strDelete = objShell.RegDelete(strRoot)
WScript.Echo "Error No: " & err.number & " check " & strRoot
strDelete = null
WScript.Quit

' script end.

3. Double click your VBScript, then 'OK' the message box. To see the arrows disappear, simply logoff and logon again. Tadaaa!!!! The arrows disappear!!..hahaaaa

Related :- How to remove arrows from shortcut?

No comments:

 
Powered by Blogger