Jump to content

Recommended Posts


Posted (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.BAT

DISKPART /s newpart.txt

Format c: /fs:ntfs /Q /V:Local /Y

Format D: /fs:ntfs /Q /V:Local /Y

______________________________________

::NEWPART.TXT

select disk 0

clean

create partition primary size=6000

assign

active

Exit

______________________________________

Works great for me. I launch this in the autorun plugin that is provided.

P.S. I use BartPE 3.17

Edited by creol
Posted

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

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