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.

How do I remove this folder with my cleanup.cmd file?

Featured Replies

How can I use my cleanup.cmd file to delete the Online Services folder inside the Program Files folder. Does anyone here know? Thanks.

  • 1 month later...
  • Author
Have you tried
rd /s /q "C:\Program Files\Online Services"

Is this command the same as the one that you posted above?

RD /S /Q %systemdrive%\Online Services\

Have you tried
rd /s /q "C:\Program Files\Online Services"

Is this command the same as the one that you posted above?

RD /S /Q %systemdrive%\Online Services\

No, your command will yeild this result

rd /s /q c:\Online Services\

Where c: is your install drive.

More accurately, it will yeild this

rd /s /q c:\Online

Because you forgot to wrap quotes around the command, DOS will assume the space is the end of the command and

Services\

is a switch.

Edited by Gee

Also should be

RD /S /Q "%ProgramFiles%\Online Services\"

not

RD /S /Q %systemdrive%\Online Services\

Unless the folder is actually

c:\Online Services
and not
C:/Program Files\Online Services\
as originally stated

Edited by phkninja

  • 2 weeks later...
  • Author

Thanks for the help guys! I have one final set of questions here. How do I remove the sample music and sample pictures folders in the My Music and My Pictures folder with cleanup.cmd? Thanks!

Thanks for the help guys! I have one final set of questions here. How do I remove the sample music and sample pictures folders in the My Music and My Pictures folder with cleanup.cmd? Thanks!

heh, are you sure you want to do that!?

I believe even after you deleted it, the system re-creates this directory eventually - pointless!

  • Author
Thanks for the help guys! I have one final set of questions here. How do I remove the sample music and sample pictures folders in the My Music and My Pictures folder with cleanup.cmd? Thanks!

heh, are you sure you want to do that!?

I believe even after you deleted it, the system re-creates this directory eventually - pointless!

If I delete it manually, the folders never return.

  • 3 weeks later...

Basically use the command as stated in the previous posts and give the path to the folders.

RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures"

RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documents\My Music\Sample Music"

  • 2 years later...
  • Author
Basically use the command as stated in the previous posts and give the path to the folders.

RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures"

RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documents\My Music\Sample Music"

Sorry for bumping up an old thread, but I just want to let you know that it no longer works under Windows XP SP3. Do you happen to know why it won't work anymore?

Here is what I use in my cleanup.cmd to remove the shortcuts from my documents and the actual samples from all users. This is with XP SP3.

DEL /Q "%userprofile%\My Documents\My Music\Sample Music.lnk"

DEL /Q "%userprofile%\My Documents\My Pictures\sample pictures.lnk"

RD /S /Q "%AllusersProfile%\Documents\My Pictures\Sample Pictures"

RD /S /Q "%allusersprofile%\Documents\My Music\Sample Music"

RD /S /Q "%allusersprofile%\Documents\My Music\Sample Playlists"

  • Author
Here is what I use in my cleanup.cmd to remove the shortcuts from my documents and the actual samples from all users. This is with XP SP3.

DEL /Q "%userprofile%\My Documents\My Music\Sample Music.lnk"

DEL /Q "%userprofile%\My Documents\My Pictures\sample pictures.lnk"

RD /S /Q "%AllusersProfile%\Documents\My Pictures\Sample Pictures"

RD /S /Q "%allusersprofile%\Documents\My Music\Sample Music"

RD /S /Q "%allusersprofile%\Documents\My Music\Sample Playlists"

What's the difference between DEL and RD? I tried to copy and paste the RD commands, but it didn't work.

RD is the remove directory command to remove an entire directory such as the sample picture folder. The /S switch is required to remove a directory that is not empty, the /Q switch does it silently. DEL is the delete command to delete a single file such as the shortcut to the sample picture folder. When are you running your cleanup.cmd? I run mine with RunOnceEx and it works fine.

  • 1 year later...

hello, apologies for resurrecting an old thread but i searched and this came up which might be suited to my needs.

i'd like to know what commands/pathways to delete shortcuts from the start menu of a specific user and or all users.

would it be

 DEL /Q "%userprofile%\start menu\set menu program and defaults.lnk"

or

DEL /Q "%allusersprofile%\start menu\set menu program and defaults.lnk"

and what if i want to delete a shortcut in the start menu/programs menu?

would that be?

DEL /Q "%allusersprofile%\start menu\programs\shortcut.lnk"

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.