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.

Format drive in 2 partitions

Featured Replies

Is there no ways at all to make 2 partitions under the unattended installation, so that it ends up with a c drive for applications and another drive for data?

Or is it still nessesary to make the partitons in the start of the installation?


I use diskpart called from a batch (I use NU2MENU to call the batch based on user selection)

[contents of batch]

diskpart.exe /s 2parts.txt

{contents of 2parts.txt}

-------------------------------------------

select disk 0

clean

create partition primary size=15360 noerr

assign letter=c noerr

create partition primary noerr

assign letter=d noerr

exit

-------------------------------------------------

format c: /fs:ntfs /v:APPS /q /y

format d: /fs:ntfs /v:DATA /q /y

creates 2 partitions gives C: 15GB and the rest to the D: then a quick NTFS format and names them. Then of course you would want to kick off winnt32

diskpart should do it, but please use the search feature. i know that there are some detailed threads on this.

  • Author

Thanks...

But because of my low english "word memory", I often don't get the right words in the search field.

But I will try again...

Edited by koden

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.