Jump to content

Recommended Posts

Posted

How do I delete or have these folders not created at all when I install XP

C:\Program Files\ComPlus Applications

C:\Program Files\microsoft frontpage

C:\Program Files\movie maker

C:\Program Files\msn gaming zone

C:\Program Files\netmeeting

C:\Program Files\Online Services

C:\Program Files\Outlook Express

C:\Program Files\xerox

I made a batch file, but it wants me to confirm my deletion on every folder.


Posted

What does your batch look like, something like this:

RD /S /Q "%programfiles%\ComPlus Applications"
RD /S /Q "%programfiles%\microsoft frontpage"
RD /S /Q "%programfiles%\movie maker"
RD /S /Q "%programfiles%\msn gaming zone"
RD /S /Q %programfiles%\netmeeting
RD /S /Q "%programfiles%\Online Services"
RD /S /Q "%programfiles%\Outlook Express"
RD /S /Q %programfiles%\xerox

Posted

So we're playing cryptic games then!

You said you made a batch, but didn't work, but wouldn't post it

I took a guess, no response except for a single word.

If you want to delete things which are protected by WFP, your gonna have to do something about the protection first.

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