10 Install: Diskpart Windows

Replace N with disk number, adjust sizes/letters as needed.

Write-Host "`n⚠️ WARNING: All data on disk $diskNumber will be permanently deleted. ⚠️" -ForegroundColor Red $confirm = Read-Host "Type 'YES' to proceed" if ($confirm -ne "YES") Write-Host "Operation cancelled." -ForegroundColor Red exit

The prompt will change to DISKPART> , indicating that the utility is active and ready for commands.

Diskpart is a powerful command-line tool built into Windows that allows you to manage drives, partitions, and volumes directly. Using Diskpart during a Windows 10 installation ensures a clean, properly formatted drive, preventing common setup errors.

10 Install: Diskpart Windows

With many options to choose from it's easy to get up and running, regardless of your experience level!

diskpart windows 10 install

Composer

Installing Winter CMS with Composer is as simple as the following command on your CLI terminal:

                            composer create-project wintercms/winter my-project
                        

Substituting my-project with the folder you wish to install Winter CMS within.

More info on installing in Composer

System requirements

The following requirements are needed to run Winter CMS.

  • A website server We support Apache, Nginx, LightHTTPd and IIS.
  • A database server We support MySQL and MariaDB, PostreSQL, SQL Server or SQLite.
  • PHP 8.0 or higher The following extensions must be installed: cURL, GD, MBString, OpenSSL, PDO, SimpleXML and Zip

Replace N with disk number, adjust sizes/letters as needed.

Write-Host "`n⚠️ WARNING: All data on disk $diskNumber will be permanently deleted. ⚠️" -ForegroundColor Red $confirm = Read-Host "Type 'YES' to proceed" if ($confirm -ne "YES") Write-Host "Operation cancelled." -ForegroundColor Red exit

The prompt will change to DISKPART> , indicating that the utility is active and ready for commands.

Diskpart is a powerful command-line tool built into Windows that allows you to manage drives, partitions, and volumes directly. Using Diskpart during a Windows 10 installation ensures a clean, properly formatted drive, preventing common setup errors.

Keep informed

Sign up to our newsletter and receive updates on Winter releases, new features in the works, plugin and theme promotions and much more!