MSFN Forum: Remove Shortcut from Start menu - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Remove Shortcut from Start menu For Unattended Windows Rate Topic: -----

#1 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 261
  • Joined: 09-April 07

Posted 06 July 2007 - 12:56 PM

I don't like the msn explorer, msn messenger, remote assistant links on Start>Programs> and also i want to change the location of wmp, movie maker, IE links from start>programs to start>programs>Accessories


How it could be done? :unsure:

This post has been edited by rickytheanuj: 06 July 2007 - 01:00 PM



#2 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 July 2007 - 01:51 PM

READ: http://unattended.ms...xp/view/web/14/

EXAMPLE:

$OEM$

CMDLINES.TXT
[COMMANDS]
CLEANUP.CMD


CLEANUP.CMD
MOVE "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Messenger.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"


#3 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 261
  • Joined: 09-April 07

Posted 06 July 2007 - 02:11 PM

View PostDigeratiPrime, on Jul 7 2007, 01:21 AM, said:

READ: http://unattended.ms...xp/view/web/14/

EXAMPLE:

$OEM$

CMDLINES.TXT
[COMMANDS]
CLEANUP.CMD


CLEANUP.CMD
MOVE "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Messenger.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"




Thank you. :hello:

#4 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 261
  • Joined: 09-April 07

Posted 11 July 2007 - 08:47 AM

I tried these:

Quote

cmdow @ /hid
@echo off
del "%alluserprofile%\Set Program Access and Defaults.lnk"
del "%userprofile%\start menu\programs\Remote Assistance.lnk"
del "%userprofile%\start menu\programs\Outlook Express.lnk"
move "%userprofile%\start menu\programs\Windows Media Player.lnk" "%userprofile%\start menu\programs\Accessories\Windows Media Player.lnk"

move "%userprofile%\start menu\programs\Windows Movie Maker.lnk" "%userprofile%\start menu\programs\Accessories\Windows Movie Maker.lnk"


Most of command works except these two:

Quote

del "%alluserprofile%\Set Program Access and Defaults.lnk"
move "%userprofile%\start menu\programs\Windows Movie Maker.lnk" "%userprofile%\start menu\programs\Accessories\Windows Movie Maker.lnk"


#5 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,118
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 11 July 2007 - 03:21 PM

If you look at my example below, you may notice the locations of the Set Program Access and Defaults and Windows Movie Maker shortcuts.
Cmdow @ /hid
Del "%ALLUSERSPROFILE%\Start Menu\Set Program Access and Defaults.lnk"
Del "%USERPROFILE%\Start Menu\Programs\Remote Assistance.lnk"
Del "%USERPROFILE%\Start Menu\Programs\Outlook Express.lnk"
Move "%USERPROFILE%\Start Menu\Programs\Windows Media Player.lnk" "%USERPROFILE%\Start Menu\Programs\Accessories"
Move "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Movie Maker.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"


#6 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 261
  • Joined: 09-April 07

Posted 12 July 2007 - 09:45 AM

thank u!

I hope now it will gonna work!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy