pandaonline Posted January 3, 2006 Posted January 3, 2006 How to use Bart's PE and diskpart to automate install windows xp with exact specifics on drive letters, partition sizes and file systems?
pandaonline Posted January 3, 2006 Author Posted January 3, 2006 i am sorry for this i just create the same topic in this forum Zxian you can delete one of the same topics
creol Posted January 4, 2006 Posted January 4, 2006 (edited) I know that with BartPe you need the RpcSS plugin just to modify the HD. Then I use DISKPART with a textfile that contains the commands that first clear all partititons and then recreates the ones that I need. Here is the text of my files:______________________________________::NEWPART.BATDISKPART /s newpart.txtFormat c: /fs:ntfs /Q /V:Local /YFormat D: /fs:ntfs /Q /V:Local /Y______________________________________::NEWPART.TXTselect disk 0 cleancreate partition primary size=6000assignactiveExit______________________________________Works great for me. I launch this in the autorun plugin that is provided.P.S. I use BartPE 3.17 Edited January 4, 2006 by creol
pandaonline Posted January 5, 2006 Author Posted January 5, 2006 if i would like to del the primary partition(is the first partition,is just c:)and then create a new one with max size,how to write the command in newpart.txt?and i haven't never use bartpe before, could you tell more about how to use RpcSS plugin or autorun plugin ?thanks for your help
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