rickytheanuj Posted July 6, 2007 Posted July 6, 2007 (edited) 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>AccessoriesHow it could be done? Edited July 6, 2007 by rickytheanuj
DigeratiPrime Posted July 6, 2007 Posted July 6, 2007 READ: http://unattended.msfn.org/unattended.xp/view/web/14/EXAMPLE:$OEM$ CMDLINES.TXT[COMMANDS]CLEANUP.CMDCLEANUP.CMDMOVE "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Messenger.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"
rickytheanuj Posted July 6, 2007 Author Posted July 6, 2007 READ: http://unattended.msfn.org/unattended.xp/view/web/14/EXAMPLE:$OEM$ CMDLINES.TXT[COMMANDS]CLEANUP.CMDCLEANUP.CMDMOVE "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Messenger.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"Thank you.
rickytheanuj Posted July 11, 2007 Author Posted July 11, 2007 I tried these:cmdow @ /hid@echo offdel "%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: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"
Yzöwl Posted July 11, 2007 Posted July 11, 2007 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 @ /hidDel "%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"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now