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.

Can't move Start Menu items

Featured Replies

I'm trying to set up a .bat file that will move all the items out of my Start Menu for both All Users and my single profile, "Standard". Everything I try seems to error out, I believe because it can't move the Startup folder. Here's what I tried last, to skip the Startup folder:

mkdir "C:\Windows\Temp\ExamConv Moved Files"
xcopy "%USERPROFILE%\Start Menu\Programs\" "C:\Windows\Temp\ExamConv Moved Files\" /EXCLUDE:"%USERPROFILE%\Start Menu\Programs\Startup\*.*"

It says "Cannot read ... \startup\*.*" I've tried with with and without the /EXLUDE, with the "move" and "copy" commands, no luck.

Any ideas?

Thanks! -=Boston!=-

To use the exclude option in xcopy, you have to create a file containing strings, one in each line. Then you have to point xcopy to this file and then the files, whose full qualified path contain any of the strings, is excluded.

So much to the theory, but unfortunately I didn't get this to work, even with a created file.

But perhaps, the following line helps you for the first.

xcopy "%USERPROFILE%\Start Menu\Programs\*" "C:\Windows\Temp\ExamConv Moved Files\" /IEC

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.