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.

Documents and Settings info needed for Cleanup.cmd

Featured Replies

Trying to get rid of Desktop links on specific users. I use the following code for all users, but that doesn't seem to work...

DEL "%Allusersprofile%\desktop\WinZip.lnk"

However, if I use this code...

DEL "C:\Documents and Settings\Username\desktop\WinZip.lnk"

It works.

So my question is, what is the code to use to get rid of the Desktop links, for any user logged on.

drop down to a command prompt. type set and press enter. make sure that allusersprofile is still listed as a system variable. if it's not there, that would be your problem. if it is, then make sure the path that is associated with it is correct.

I would do... in a batchfile

cd\
cd %allusersprofile%\desktop
del winzip.lnk

Trying to get rid of Desktop links on specific users. I use the following code for all users, but that doesn't seem to work...

DEL "%Allusersprofile%\desktop\WinZip.lnk"

However, if I use this code...

DEL "C:\Documents and Settings\Username\desktop\WinZip.lnk"

It works.

So my question is, what is the code to use to get rid of the Desktop links, for any user logged on.

If Winzip.lnk is on a particular user's desktop, then deleting it from "%allusersprofile%\desktop" won't work.

%userprofile% refers to the profile directory of the currently logged on user.

del "%userprofile%\desktop\winzip.lnk"

  • Author

Sweet, that's what I needed to know. Funny thing is, I thought I was using %userprofile% before but was having some problems with it.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.