Jump to content

How do I remove the drivers from C: after install?


Recommended Posts

I followed the MSFN Unattended guide for installing Windows. For some odd reason, the drivers that I placed on the CD ends up being copied to the hard drive. What gives? How do I remove it or enter a command to prevent that from happening? Thanks.

Link to comment
Share on other sites


you can either run stuff from the cd:

use this to find the cd drive:

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\XP2A.DAT set CDROM=%%i

and run with something like this:

%CDROM%\install\applications\app.exe

or just delete it at the end of your install with this:

RD /S /Q "%systemdrive%\Drivers"

Link to comment
Share on other sites

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