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.

Cleaning up shortcuts

Featured Replies

I have been using the cleanup.cmd file quite effectively to cleanup after the program installations, but I can not get rid of the Alcohol 120%.lnk on the desktop.

I always test the code first so i tried without any success:

DEL "%AllUsersprofile%\Desktop\Alcohol 120%.lnk"

but it gives a file not found when tried in a dos window and notes that ...Alcohol 120.lnk could not be found, meaning it does include the % thus giving me a mismatch, does anyone have any advice? Thanks in advance.

try the following instead:

DEL "%AllUsersProfile%\Desktop\Alcohol*.lnk"

this should do it. probably the %-sign is the thing the commandprompt does not want to process.

there are some other ways to get this to work but the use of * should do it too. it's the same problem as with german ä, ö and ü or with the french ç.

  • Author

ok, sorry about that i just found a solution to it, which i fluked, the original was:

DEL "%AllUsersprofile%\Desktop\Alcohol 120%.lnk", but for dos to recognise a % sign, i did this :

DEL "%AllUsersprofile%\Desktop\Alcohol 120%%.lnk"

with 2 % signs it worked. :D

  • Author

thanks guys , i tried them but didnt work

Try this instead.

DEL "%AllUsersprofile%\Desktop\Alcoho~1.lnk"

DEL "%AllUsersprofile%\Desktop\Alcohol 120%%.lnk"

This is the only one that works for me from a CMD!

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.