# New-OSDDisk (Information)

#### So here's a cool OSD Function ... if you happen to have PowerShell added to WinSE, and the OSD Module, you can easily partition your drive ... the right way

#### You'll start by holding down left Shift + F10 to open a Command Prompt, then enter PowerShell.  Once PowerShell is started, you can use New-OSDDisk without any parameters for Information Mode

## No Existing Partitions

![](/files/-LqrEEtpk544eD2ZAnJe)

If things look correct, you can just add the Force parameter

![](/files/-LqrEQ1ptdmOdyKyaDl9)

![](/files/-Lqglbqib09Q0fYBOUp-)

#### Now you need to confirm that the Drive will be cleaned.  Just press Enter to accept the default of Y

![](/files/-LqgllxSZluaITrqRmC-)

#### Now its time to make the new Partitions.  You have the option of entering the Disk Number, or just pressing X to quit the script.  Type 0 and press Enter

![](/files/-Lqgm1pLZAfmTb0nODUj)

![](/files/-Lqgm4CMHkWXPiUiV9YR)

#### And that's it.  Here is what Windows Setup looks like now

![](/files/-LqgmFsnhW7SHSWzaNRS)

### In GIF Action

![](/files/-LqgkcWMLU5zRexBUqoC)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osd.osdeploy.com/docs/guides/partitions/new-osddisk-mbr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
