acen2006 Posted August 10, 2006 Posted August 10, 2006 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.
cyberloner Posted August 10, 2006 Posted August 10, 2006 (edited) 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, 2006 by cyberloner
acen2006 Posted August 11, 2006 Author Posted August 11, 2006 Thanks man, Iv just tested in Vmware and it worked a treat. Just gonna start adding the new menus now!.
alcium Posted September 12, 2006 Posted September 12, 2006 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 ;-)
Mangix Posted September 14, 2006 Posted September 14, 2006 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
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