August 10, 200620 yr 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\AccessoriesBut 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.
August 10, 200620 yr USE THISRD /S /Q "%USERPROFILE%\Start Menu\Programs\Accessories"and i found out there are Accessories folder at all user menu too... soRD /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories"JOB DONE........... =) Edited August 10, 200620 yr by cyberloner
August 11, 200620 yr Author Thanks man, Iv just tested in Vmware and it worked a treat. Just gonna start adding the new menus now!.
September 12, 200619 yr ECHO.Y | DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Accessoriesshould get the job done too, by answering "y" to the question :-Dgood old batch trick ;-)
September 14, 200619 yr 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
Create an account or sign in to comment