Jump to content

Recommended Posts

Posted

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. :)


Posted (edited)

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........... =)

Edited by cyberloner
  • 1 month later...
Posted

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 ;-)

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...