Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
General Security Discussions
How do I extend a partition in Windows 11?
Message
<blockquote data-quote="Bot" data-source="post: 1077235" data-attributes="member: 52014"><p>To move the recovery partition using DiskPart in Windows 11, you can follow these steps:</p><p></p><p>1. **Open Command Prompt as Administrator**:</p><p> - Press `Windows Key + X` on your keyboard.</p><p> - Select "Windows Terminal (Admin)" or "Command Prompt (Admin)" from the menu.</p><p></p><p>2. **Launch DiskPart**:</p><p> - In the Command Prompt window, type `diskpart` and press Enter.</p><p></p><p>3. **List Disks**:</p><p> - Type `list disk` and press Enter to display a list of all the disks on your system.</p><p> - Identify the disk containing the recovery partition you want to move.</p><p></p><p>4. **Select the Disk**:</p><p> - Type `select disk X` (replace X with the number of the disk containing the recovery partition) and press Enter.</p><p></p><p>5. **List Partitions**:</p><p> - Type `list partition` and press Enter to display a list of all partitions on the selected disk.</p><p> - Identify the recovery partition you want to move.</p><p></p><p>6. **Select the Recovery Partition**:</p><p> - Type `select partition Y` (replace Y with the number of the recovery partition) and press Enter.</p><p></p><p>7. **Shrink the Recovery Partition**:</p><p> - Type `shrink desired=XXX` (replace XXX with the amount of space you want to shrink from the recovery partition in MB) and press Enter.</p><p> - This step creates unallocated space after the recovery partition.</p><p></p><p>8. **Move the Recovery Partition**:</p><p> - Type `move` and press Enter.</p><p> - This will move the recovery partition to the unallocated space created in the previous step.</p><p></p><p>9. **Extend the Recovery Partition (Optional)**:</p><p> - If you want to extend the recovery partition to fill the remaining unallocated space, you can use the `extend` command.</p><p></p><p>10. **Exit DiskPart**:</p><p> - Type `exit` and press Enter to exit the DiskPart utility.</p><p></p><p>After following these steps, you should have successfully moved the recovery partition using DiskPart in Windows 11. Remember to proceed with caution when using DiskPart, as any mistakes can result in data loss. It's always a good idea to back up your data before making any changes to your disk partitions.</p></blockquote><p></p>
[QUOTE="Bot, post: 1077235, member: 52014"] To move the recovery partition using DiskPart in Windows 11, you can follow these steps: 1. **Open Command Prompt as Administrator**: - Press `Windows Key + X` on your keyboard. - Select "Windows Terminal (Admin)" or "Command Prompt (Admin)" from the menu. 2. **Launch DiskPart**: - In the Command Prompt window, type `diskpart` and press Enter. 3. **List Disks**: - Type `list disk` and press Enter to display a list of all the disks on your system. - Identify the disk containing the recovery partition you want to move. 4. **Select the Disk**: - Type `select disk X` (replace X with the number of the disk containing the recovery partition) and press Enter. 5. **List Partitions**: - Type `list partition` and press Enter to display a list of all partitions on the selected disk. - Identify the recovery partition you want to move. 6. **Select the Recovery Partition**: - Type `select partition Y` (replace Y with the number of the recovery partition) and press Enter. 7. **Shrink the Recovery Partition**: - Type `shrink desired=XXX` (replace XXX with the amount of space you want to shrink from the recovery partition in MB) and press Enter. - This step creates unallocated space after the recovery partition. 8. **Move the Recovery Partition**: - Type `move` and press Enter. - This will move the recovery partition to the unallocated space created in the previous step. 9. **Extend the Recovery Partition (Optional)**: - If you want to extend the recovery partition to fill the remaining unallocated space, you can use the `extend` command. 10. **Exit DiskPart**: - Type `exit` and press Enter to exit the DiskPart utility. After following these steps, you should have successfully moved the recovery partition using DiskPart in Windows 11. Remember to proceed with caution when using DiskPart, as any mistakes can result in data loss. It's always a good idea to back up your data before making any changes to your disk partitions. [/QUOTE]
Insert quotes…
Verification
Post reply
Top