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.

Remove desktop shortcuts command please?

Featured Replies

Admins, mods, please don't delete this. I have tried and tried with search.

I use batch files for my unattended installation of applications. What command can be used on the apps that I do not need/want a desktop shortcut for? Maybe somebody can provide an example of what it should look like?


I use these commands:

del c:\docume~1\administrator\desktop\*.* /F /Q

del c:\docume~1\alluse~1\desktop\*.* /F /Q

del c:\docume~1\defaul~1\desktop\*.* /F /Q

They are in a batch file that runs via cmdlines.txt.

DEL /S /Q "%userprofile%\desktop\program.lnk"

its been discussed 1000's of times :P

Either

del "%UserProfile%\desktop\program.lnk"
or
del "%AllUsersProfile%\desktop\program.lnk"

depending on the case... I'm sure a search would have found that :P

As for the switches (/S /Q and others) try del /? at the command prompt...

del "%UserProfile%\desktop\program.lnk"

or

del "%AllUsersProfile%\desktop\program.lnk"

You know what, I don't know why this doesn't work for me. That's why I'm using the long one.

del %systemdirve%\documents and settings\desktop\*.lnk

You know what, I don't know why this doesn't work for me.  That's why I'm using the long one.

del %systemdirve%\documents and settings\desktop\*.lnk

Hmm, perhaps try typing SET [enter] at the command prompt and check what they're set to? Or perhaps a typo or not having enclosed properly in double quotes? ...

There is no apparent reason why this wouldn't work...

[edit] I doubt using:

del %systemdirve%\documents and settings\desktop\*.lnk

really works better ;) (what was I saying about typos already? ...)

[edit]I doubt using:

del %systemdirve%\documents and settings\desktop\*.lnk

really works better newwink.gif (what was I saying about typos already? ...)

Hahaha!!! You have sharp eyes crahak! :lol:

But seriously. There is no typo when I tried using del "%UserProfile%\desktop\program.lnk". But I think I forgot about the quotes. :D

Anyways, either of them works.

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.