Help - Search - Members - Calendar
Full Version: I want to remove accessories folder
MSFN Forums > Customizing Windows and Graphics > Customizing Windows

   
Google Internet Forums Unattended CD/DVD Guide
acen2006
iv used nlite to strip my os but i know want to change the menu system. I want to delete the accessories folder. Iv tryed DEL command this works fine :

DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Accessories

But then i get this :

Documents and Settings\Administrator\Start Menu\Programs\Accessories\*, Are you sure y/n?

How do i get it to automaticaly answer yes? or may be there is another way i can go about it?

Thanks. smile.gif
cyberloner
USE THIS

RD /S /Q "%USERPROFILE%\Start Menu\Programs\Accessories"
and i found out there are Accessories folder at all user menu too... so
RD /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"
JOB DONE........... =)
acen2006
Thanks man, Iv just tested in Vmware and it worked a treat. Just gonna start adding the new menus now!.
alcium
ECHO.Y | DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Accessories

should get the job done too, by answering "y" to the question :-D
good old batch trick ;-)
Mangix
you could also go to Control Panel > Add/Remove Programs > Add/Remove Windows Components and unselect Accessories. this is a better way to do it IMO but it might be a hastle newwink.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.