Jump to content

How to delete quick-launch objects?


Recommended Posts

Posted

DEL "%UserProfile%\Start Menu\Programs\Internet Explorer.lnk"

DEL "%UserProfile%\Start Menu\Programs\Outlook Express.lnk"

DEL "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Show Desktop.lnk"

This does not work on vmware...

Any ideas how to delete?

Alex


Posted

the first 2 links are WFP protected and the last one does not have a .lnk extension. try deleting...

DEL /F /Q "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf"

Posted

Thanks, great post!

You are here all great guys.

I will try another ext. for show desktop, just sad that MS made this WFP (???) protection.

Many thanks flies to SiMoNsAyS

Alex

Posted

that it's really strange because for me it works perfect... things to try:

  • check that the patch it's correct (if you are not using the english language version your application data folder may look different)
  • remove any "@echo off" commands so you can see what it's happening and why it's not deleted
  • debug your output like Clean.cmd >> C:\Clean.log 2>&1
  • see if it works on your current installed system
  • if you run it from runonceex or later you can use the %APPDATA% variable, so it will look like
    DEL /F /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...