Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HOW To control partitioni and formatt options manually

Featured Replies

How to use Bart's PE and diskpart to automate install windows xp with exact specifics on drive letters, partition sizes and file systems?


  • Author

i am sorry for this

i just create the same topic in this forum

Zxian you can delete one of the same topics

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

  • Author

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.