Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Deleting Internet Shortcuts created by Real Player

Featured Replies

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.


I think lilweirddude could be right. Internet shortcuts have the extention .url .

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.

try

DEL /f /q "%ALLUSERSPROFILE%\Desktop\*.lnk"

DEL /f /q "%USERPROFILE%\Desktop\*.lnk"

add /s if you want to delete subdirectories

  • 2 weeks later...
  • Author

Thanks 'blinkdt' it works with the url extention.

DEL "%ALLUSERSPROFILE%\Desktop\*.url"

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.