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.
With many options to choose from it's easy to get up and running, regardless of your experience level!
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 ComposerThe following requirements are needed to run Winter CMS.
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.
Sign up to our newsletter and receive updates on Winter releases, new features in the works, plugin and theme promotions and much more!