Skip to content

Bits of .NET

Daily micro-tips for C#, SQL, performance, and scalable backend engineering.

  • Asp.Net Core
  • C#
  • SQL
  • JavaScript
  • CSS
  • About
  • ErcanOPAK.com
  • No Access
  • Privacy Policy
Windows

Windows 11: Master Disk Management for Storage

- 09.07.26 - ErcanOPAK

💾 Disk Management = Storage Control

Storage fills up fast. Disk Management optimizes storage. Partition, format, shrink, extend — full control.

📝 Disk Management Tools

# Open Disk Management
- Right-click Start → Disk Management
- Search: "Create and format hard disk partitions"
- diskmgmt.msc (Run)

# Key Operations
- Create partition
- Format partition
- Extend volume
- Shrink volume
- Change drive letter
- Convert to MBR/GPT
- Initialize disk

# Check Storage Space
- Settings → System → Storage
- Storage Sense
- Free up space

# Clean Up
- Disk Cleanup
- Temporary files
- Recycle Bin
- System files
- Windows Update cleanup

# Storage Sense
- Settings → System → Storage
- Storage Sense
- Clean temporary files
- Clean downloads

🎯 Advanced Disk Management

# Command Line (diskpart)
diskpart

# List disks
list disk
select disk 0

# List volumes
list volume

# Create partition
create partition primary size=20480
format fs=ntfs quick
assign letter=E

# Shrink volume
shrink desired=10240

# Extend volume
extend size=20480

# Convert disk
convert mbr
convert gpt

# Disk Health
- Check SMART status
- chkdsk /f /r
- sfc /scannow
- DISM /Online /Cleanup-Image

# SSD Optimization
- Trim enable
- Defragment (not for SSD)
- AHCI mode
- NVMe drivers

# Virtual Memory
- Settings → Advanced → Performance
- Paging file size
- Memory management

✅ Storage Tips

  • Keep 20% free space for performance
  • Use Storage Sense automatically
  • Move files to cloud storage
  • Use Disk Cleanup regularly
  • Consider external storage

“Disk Management optimizes storage. Partition, format, manage. Essential for PC maintenance.”

— System Admin

Related posts:

Windows 11: Use Virtual Desktops for Better Organization

Windows 11: Use God Mode to Access All Settings in One Folder

Windows 11: Create System Restore Points Before Major Changes

Post Views: 1

Post navigation

AI Prompt: Repurpose Content for Maximum Reach
CSS: Use Container Queries for Component-Level Responsive

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

July 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun    

Most Viewed Posts

  • Get the User Name and Domain Name from an Email Address in SQL (960)
  • How to add default value for Entity Framework migrations for DateTime and Bool (898)
  • How to make theater mode the default for Youtube (857)
  • Get the First and Last Word from a String or Sentence in SQL (840)
  • How to select distinct rows in a datatable in C# (814)
  • How to enable, disable and check if Service Broker is enabled on a database in SQL Server (597)
  • Add Constraint to SQL Table to ensure email contains @ (582)
  • Average of all values in a column that are not zero in SQL (545)
  • How to use Map Mode for Vertical Scroll Mode in Visual Studio (512)
  • Find numbers with more than two decimal places in SQL (460)

Recent Posts

  • C#: Use Using Statements for Resource Management
  • C#: Use Lambda Expressions for Concise Code
  • SQL: Use GROUP BY for Data Aggregation
  • .NET Core: Master Routing for Clean URLs
  • Git: Use Reset to Undo Local Changes
  • Ajax: Use Axios for HTTP Requests
  • JavaScript: Understand Hoisting
  • HTML: Use Web Storage for Client-Side Data
  • CSS: Use Filter Effects for Visual Magic
  • Windows 11: Unlock God Mode for All Settings

Most Viewed Posts

  • Get the User Name and Domain Name from an Email Address in SQL (960)
  • How to add default value for Entity Framework migrations for DateTime and Bool (898)
  • How to make theater mode the default for Youtube (857)
  • Get the First and Last Word from a String or Sentence in SQL (840)
  • How to select distinct rows in a datatable in C# (814)

Recent Posts

  • C#: Use Using Statements for Resource Management
  • C#: Use Lambda Expressions for Concise Code
  • SQL: Use GROUP BY for Data Aggregation
  • .NET Core: Master Routing for Clean URLs
  • Git: Use Reset to Undo Local Changes

Social

  • ErcanOPAK.com
  • GoodReads
  • LetterBoxD
  • Linkedin
  • The Blog
  • Twitter
© 2026 Bits of .NET | Built with Xblog Plus free WordPress theme by wpthemespace.com