- Local time
- 2:46 AM
- Posts
- 68
- OS
- Windows 11
Code:
C:\Users\User>diskpart
Microsoft DiskPart version 10.0.26100.1150
Copyright (C) Microsoft Corporation.
On computer: ASUS
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> select volume C
Volume 0 is the selected volume.
DISKPART> shrink desired=1000
DiskPart successfully shrunk the volume by: 1000 MB
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> assign letter=T
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...
C:\Users\User>
C:\Users\User>format T: /FS:NTFS /Q /V:TEST
The type of the file system is RAW.
The new file system is NTFS.
WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE T: WILL BE LOST!
Proceed with Format (Y/N)? y
QuickFormatting 1001,0 MB
Creating file system structures.
Format complete.
1001,0 MB total disk space.
996,0 MB are available.
PS C:\Users\User> Get-WinEvent -LogName System -MaxEvents 50 |
>> Where-Object {$_.ProviderName -match "disk|ntfs|stor|volmgr|iaStor|stornvme"} |
>> Format-List TimeCreated,ProviderName,Id,Message
TimeCreated : 14.07.2026 17:32:52
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume T: (\Device\HarddiskVolume24) is healthy. No action is needed.
TimeCreated : 14.07.2026 12:01:01
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume R: (\Device\HarddiskVolume19) is healthy. No action is needed.
TimeCreated : 14.07.2026 12:00:45
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume R: (\Device\HarddiskVolume19) is healthy. No action is needed.
TimeCreated : 14.07.2026 11:51:50
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume \\?\Volume{f32f9ddc-6e89-41eb-901a-d3a1047cb625} (\Device\HarddiskVolume18) i
s healthy. No action is needed.
TimeCreated : 14.07.2026 11:51:49
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume \\?\Volume{f32f9ddc-6e89-41eb-901a-d3a1047cb625} (\Device\HarddiskVolume18) i
s healthy. No action is needed.
TimeCreated : 14.07.2026 11:51:07
ProviderName : Microsoft-Windows-Ntfs
Id : 98
Message : Volume R: (\Device\HarddiskVolume18) is healthy. No action is needed.
PS C:\Users\User>
PS C:\Users\User> pnputil /enum-drivers | findstr /i "iaStor VMD rst nvme"
Original Name: iastorvd.inf
PS C:\Users\User>
PS C:\Users\User> Get-PnpDevice -Class SCSIAdapter
Status Class FriendlyName
------ ----- ------------
OK SCSIAdapter Microsoft Storage Spaces Controller
OK SCSIAdapter Intel RST VMD Managed Controller 09AB
OK SCSIAdapter Intel RST VMD Managed Controller 09AB
Unknown SCSIAdapter Microsoft VHD Loopback Controller
OK SCSIAdapter Intel RST VMD Controller 9A0B
PS C:\Users\User>
PS C:\Users\User> Get-PhysicalDisk | Format-List FriendlyName,SerialNumber,HealthStatus,OperationalStatus,Size
FriendlyName : NVMe WDC PC SN530 SDBPNPZ-256G-1002
SerialNumber : E823_8FA6_BF53_0001_001B_444A_46F2_27F5.
HealthStatus : Healthy
OperationalStatus : OK
Size : 256060514304
My Computer
At a glance
Windows 11Intel Core i5-1135G78GBNvidia MX350
- OS
- Windows 11
- Computer type
- Laptop
- Manufacturer/Model
- Asus K513EQ
- CPU
- Intel Core i5-1135G7
- Memory
- 8GB
- Graphics Card(s)
- Nvidia MX350
- Antivirus
- Microsoft Defender







