Sanjay Posted October 31, 2004 Posted October 31, 2004 Real Player creats 'Two' Internet Shortcuts on the Desktop, namely 'Free Games & Music' & 'RealRhapsody Get Free Music', is there a way to avoid these being created. In case the creation is unavoidable, is there a way to delete them via my start.cmd? I have tried deleting them like other shortcuts but that does not work. The following commands:DEL "%ALLUSERSPROFILE%\Desktop\*.lnk"DEL "%USERPROFILE%\Desktop\*.lnk" are able to delete everything else on the desktop except the stupids Internet shortcuts created by Real Player.
MHz Posted November 1, 2004 Posted November 1, 2004 I think lilweirddude could be right. Internet shortcuts have the extention .url .
blinkdt Posted November 1, 2004 Posted November 1, 2004 Yup. If you Right Click-->Properties the file you will see it described as an Internet shortcut with the correct path, but the .url extension does not show up as is the case with every other file I've seen. But it's there, so add it to your .cmd code and all should be well.
AnT2nY Posted November 1, 2004 Posted November 1, 2004 try DEL /f /q "%ALLUSERSPROFILE%\Desktop\*.lnk"DEL /f /q "%USERPROFILE%\Desktop\*.lnk"add /s if you want to delete subdirectories
Sanjay Posted November 12, 2004 Author Posted November 12, 2004 Thanks 'blinkdt' it works with the url extention.DEL "%ALLUSERSPROFILE%\Desktop\*.url"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now