Severe Windows 11 Corruption on ASUS Vivobook K513EQ: In-Place Upgrade Fails, and Storage Invisible


Code:
C:\Users\User>dir C:\Recovery\WindowsRE
 Volume in drive C is Windows
 Volume Serial Number is 18E5-DE43

 Directory of C:\Recovery\WindowsRE

File Not Found
 

My Computer 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
Please run > post a share link

Code:
where /r C:\ Winre.wim
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>where /r C:\ Winre.wim
C:\Recovery\WindowsRE\Winre.wim
 

My Computer 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
Code:
dir C:\Recovery\WindowsRE /a
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>dir C:\Recovery\WindowsRE /a
 Volume in drive C is Windows
 Volume Serial Number is 18E5-DE43

 Directory of C:\Recovery\WindowsRE

16.07.2026  11:58    <DIR>          .
16.07.2026  11:58    <DIR>          ..
01.04.2024  10:22         3 170 304 boot.sdi
16.07.2026  11:58             1 106 ReAgent.xml
23.06.2026  13:03                 0 SrSettings.ini
15.07.2026  13:38     1 004 177 629 Winre.wim
               4 File(s)  1 007 349 039 bytes
               2 Dir(s)  29 962 436 608 bytes free
 

My Computer 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
Code:
reagentc /disable

diskpart
sel dis 0
sel par 4
assign letter=R
exit

md R:\Recovery
md R:\Recovery\WindowsRE

copy C:\Recovery\WindowsRE\Winre.wim R:\Recovery\WindowsRE\
copy C:\Recovery\WindowsRE\boot.sdi R:\Recovery\WindowsRE\
copy C:\Recovery\WindowsRE\ReAgent.xml R:\Recovery\WindowsRE\

reagentc /setreimage /path R:\Recovery\WindowsRE

reagentc /enable

reagentc /info


Post new:

command/results share link

diskpar info

disk management


It's 4:20 am > heading to bed > will check much later > make new comments
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>reagentc /disable
REAGENTC.EXE: Operation Successful.


C:\Users\User>
C:\Users\User>diskpart

Microsoft DiskPart version 10.0.26100.1150

Copyright (C) Microsoft Corporation.
On computer: ASUS

DISKPART> sel dis 0

Disk 0 is now the selected disk.

DISKPART> sel par 4

Partition 4 is now the selected partition.

DISKPART> assign letter=R

DiskPart successfully assigned the drive letter or mount point.

DISKPART> exit

Leaving DiskPart...

C:\Users\User>
C:\Users\User>md R:\Recovery

C:\Users\User>md R:\Recovery\WindowsRE

C:\Users\User>
C:\Users\User>copy C:\Recovery\WindowsRE\Winre.wim R:\Recovery\WindowsRE\
The system cannot find the file specified.

C:\Users\User>copy C:\Recovery\WindowsRE\boot.sdi R:\Recovery\WindowsRE\
The system cannot find the file specified.

C:\Users\User>copy C:\Recovery\WindowsRE\ReAgent.xml R:\Recovery\WindowsRE\
The system cannot find the file specified.

C:\Users\User>
C:\Users\User>reagentc /setreimage /path R:\Recovery\WindowsRE
REAGENTC.EXE: No valid image found in the specified path.


C:\Users\User>
C:\Users\User>reagentc /enable
REAGENTC.EXE: Operation Successful.


C:\Users\User>
C:\Users\User>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:

    Windows RE status:         Enabled
    Windows RE location:       \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: a59f0973-7e91-11f1-92fc-38fc98805952
    Recovery image location:
    Recovery image index:      0
    Custom image location:
    Custom image index:        0
    Windows RE Version:        10.0.26100.8875

REAGENTC.EXE: Operation Successful.


Code:
    Disk 0 : SSD. It has 5 partition(s). Model: NVMe WDC PC SN530 SDBPNPZ-256G-1002

    The script has found the above 1 storage device(s) in total.
=======================================================================

Microsoft DiskPart version 10.0.26100.1150

Copyright (C) Microsoft Corporation.
On computer: ASUS

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          238 GB      0 B        *

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C   Windows      NTFS   Partition     99 GB  Healthy    Boot   
  Volume 1     D                NTFS   Partition    137 GB  Healthy    Pagefile
  Volume 2                      FAT32  Partition    100 MB  Healthy    System 
  Volume 3     R   Recovery     NTFS   Partition   1024 MB  Healthy    Hidden 

Disk 0 is now the selected disk.

NVMe WDC PC SN530 SDBPNPZ-256G-1002
Disk ID: {16BD3E62-96B8-45CE-9B7E-6438808227E2}
Type   : RAID
Status : Online
Path   : 3
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(0E00)#RAID(P03T00L00)
Current Read-only State : No
Read-only  : No
Boot Disk  : Yes
Pagefile Disk  : Yes
Hibernation File Disk  : No
Crashdump Disk  : Yes
Clustered Disk  : No

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C   Windows      NTFS   Partition     99 GB  Healthy    Boot   
  Volume 1     D                NTFS   Partition    137 GB  Healthy    Pagefile
  Volume 2                      FAT32  Partition    100 MB  Healthy    System 
  Volume 3     R   Recovery     NTFS   Partition   1024 MB  Healthy    Hidden 

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    System             100 MB  1024 KB
  Partition 2    Reserved            16 MB   101 MB
  Partition 3    Primary             99 GB   117 MB
  Partition 4    Recovery          1024 MB    99 GB
  Partition 5    Primary            137 GB   100 GB

Partition 1 is now the selected partition.

Partition 1
Type    : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden  : Yes
Required: No
Attrib  : 0X8000000000000000
Offset in Bytes: 1048576

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 2                      FAT32  Partition    100 MB  Healthy    System 

Partition 2 is now the selected partition.

Partition 2
Type    : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden  : Yes
Required: No
Attrib  : 0X8000000000000000
Offset in Bytes: 105906176

There is no volume associated with this partition.

Partition 3 is now the selected partition.

Partition 3
Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden  : No
Required: No
Attrib  : 0X8000000000000000
Offset in Bytes: 122683392

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 0     C   Windows      NTFS   Partition     99 GB  Healthy    Boot   

Partition 4 is now the selected partition.

Partition 4
Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden  : Yes
Required: Yes
Attrib  : 0X8000000000000001
Offset in Bytes: 106930634752

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 3     R   Recovery     NTFS   Partition   1024 MB  Healthy    Hidden 

Partition 5 is now the selected partition.

Partition 5
Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden  : No
Required: No
Attrib  : 0X8000000000000000
Offset in Bytes: 108004376576

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 1     D                NTFS   Partition    137 GB  Healthy    Pagefile

===============================================================================

Windows Recovery Environment (Windows RE) and system reset configuration
Information:

    Windows RE status:         Disabled
    Windows RE location:       
    Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
    Recovery image location:   
    Recovery image index:      0
    Custom image location:     
    Custom image index:        0
    Windows RE Version:        0.0.0.0

REAGENTC.EXE: Operation Successful.
    
===============================================================================

Firmware Boot Manager
---------------------
identifier              {fwbootmgr}
displayorder            {bootmgr}
timeout                 1

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=\Device\HarddiskVolume1
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manager
locale                  ru-RU
inherit                 {globalsettings}
default                 {current}
resumeobject            {a59f096c-7e91-11f1-92fc-38fc98805952}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 5

Windows Boot Loader
-------------------
identifier              {23fff7ec-ed80-11ec-883d-c6208a87c835}
device                  ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{23fff7ed-ed80-11ec-883d-c6208a87c835}
path                    \windows\system32\winload.efi
description             Windows Recovery Environment
locale                  ru-RU
inherit                 {bootloadersettings}
displaymessage          Recovery
osdevice                ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{23fff7ed-ed80-11ec-883d-c6208a87c835}
systemroot              \windows
nx                      OptIn
bootmenupolicy          Standard
winpe                   Yes

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 11
locale                  ru-RU
inherit                 {bootloadersettings}
displaymessageoverride  Recovery
recoveryenabled         No
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {a59f096c-7e91-11f1-92fc-38fc98805952}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Auto

Resume from Hibernate
---------------------
identifier              {a59f096c-7e91-11f1-92fc-38fc98805952}
device                  partition=C:
path                    \WINDOWS\system32\winresume.efi
description             Windows Resume Application
locale                  ru-RU
inherit                 {resumeloadersettings}
recoveryenabled         No
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
filedevice              partition=C:
custom:21000026         partition=C:
filepath                \hiberfil.sys
bootmenupolicy          Standard
debugoptionenabled      No

Resume from Hibernate
---------------------
identifier              {e50f941c-95c9-11ef-bfe0-a3425c97b477}
device                  partition=C:
path                    \$WINDOWS.~BT\NewOS\WINDOWS\system32\winresume.efi
description             Windows Resume Application
locale                  ru-RU
inherit                 {resumeloadersettings}
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
filepath                \hiberfil.sys
bootmenupolicy          Standard

Windows Memory Tester
---------------------
identifier              {memdiag}
device                  partition=\Device\HarddiskVolume1
path                    \EFI\Microsoft\Boot\memtest.efi
description                    ⨪       
locale                  ru-RU
inherit                 {globalsettings}
badmemoryaccess         Yes

EMS Settings
------------
identifier              {emssettings}
bootems                 No

Debugger Settings
-----------------
identifier              {dbgsettings}
debugtype               Local

RAM Defects
-----------
identifier              {badmemory}

Global Settings
---------------
identifier              {globalsettings}
inherit                 {dbgsettings}
                        {emssettings}
                        {badmemory}

Boot Loader Settings
--------------------
identifier              {bootloadersettings}
inherit                 {globalsettings}
                        {hypervisorsettings}

Hypervisor Settings
-------------------
identifier              {hypervisorsettings}
hypervisordebugtype     Serial
hypervisordebugport     1
hypervisorbaudrate      115200

Resume Loader Settings
----------------------
identifier              {resumeloadersettings}
inherit                 {globalsettings}


1784194209584.webp
 

My Computer 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
Please run > post a share link

Code:
dir C:\Recovery\WindowsRE /a
dir R:\Recovery\WindowsRE /a
where /r C:\ Winre.wim
where /r R:\ Winre.wim
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>dir C:\Recovery\WindowsRE /a
 Volume in drive C is Windows
 Volume Serial Number is 18E5-DE43

 Directory of C:\Recovery\WindowsRE

16.07.2026  13:10    <DIR>          .
16.07.2026  13:10    <DIR>          ..
01.04.2024  10:22         3 170 304 boot.sdi
16.07.2026  13:10             1 106 ReAgent.xml
23.06.2026  13:03                 0 SrSettings.ini
15.07.2026  13:38     1 004 177 629 Winre.wim
               4 File(s)  1 007 349 039 bytes
               2 Dir(s)  29 663 444 992 bytes free

C:\Users\User>dir R:\Recovery\WindowsRE /a
 Volume in drive R is Recovery
 Volume Serial Number is B04A-4EB0

 Directory of R:\Recovery\WindowsRE

16.07.2026  13:06    <DIR>          .
16.07.2026  12:25    <DIR>          ..
               0 File(s)              0 bytes
               2 Dir(s)   1 056 845 824 bytes free

C:\Users\User>where /r C:\ Winre.wim
C:\Recovery\WindowsRE\Winre.wim

C:\Users\User>where /r R:\ Winre.wim
INFO: Could not find files for the given pattern(s).
 

My Computer 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
Code:
copy "C:\Recovery\WindowsRE\Winre.wim" "R:\Recovery\WindowsRE\"
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>copy "C:\Recovery\WindowsRE\Winre.wim" "R:\Recovery\WindowsRE\"
C:\Recovery\WindowsRE\Winre.wim
The system cannot find the file specified.
        0 file(s) copied.
 

My Computer 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
Code:
dir R:\
dir R:\Recovery
dir R:\Recovery\WindowsRE
copy "C:\Recovery\WindowsRE\Winre.wim" R:\
mountvol R: /L
fsutil fsinfo volumeinfo R:
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>dir R:\
 Volume in drive R is Recovery
 Volume Serial Number is B04A-4EB0

 Directory of R:\

16.07.2026  12:25    <DIR>          Recovery
               0 File(s)              0 bytes
               1 Dir(s)   1 056 845 824 bytes free

C:\Users\User>dir R:\Recovery
 Volume in drive R is Recovery
 Volume Serial Number is B04A-4EB0

 Directory of R:\Recovery

16.07.2026  12:25    <DIR>          .
16.07.2026  13:06    <DIR>          WindowsRE
               0 File(s)              0 bytes
               2 Dir(s)   1 056 845 824 bytes free

C:\Users\User>dir R:\Recovery\WindowsRE
 Volume in drive R is Recovery
 Volume Serial Number is B04A-4EB0

 Directory of R:\Recovery\WindowsRE

16.07.2026  13:06    <DIR>          .
16.07.2026  12:25    <DIR>          ..
               0 File(s)              0 bytes
               2 Dir(s)   1 056 845 824 bytes free

C:\Users\User>copy "C:\Recovery\WindowsRE\Winre.wim" R:\
C:\Recovery\WindowsRE\Winre.wim
The system cannot find the file specified.
        0 file(s) copied.

C:\Users\User>mountvol R: /L
    \\?\Volume{d36b6c06-ad08-45fc-941d-64eeb5862445}\

C:\Users\User>fsutil fsinfo volumeinfo R:
Volume Name : Recovery
Volume Serial Number : 0xb04a4eb0
Max Component Length : 255
File System Name : NTFS
Is ReadWrite
Not Thinly-Provisioned
Supports Case-sensitive filenames
Preserves Case of filenames
Supports Unicode in filenames
Preserves & Enforces ACL's
Supports file-based Compression
Supports Disk Quotas
Supports Sparse files
Supports Reparse Points
Returns Handle Close Result Information
Supports POSIX-style Unlink and Rename
Supports Bypass IO
Supports Case-Sensitive Directories
Supports Object Identifiers
Supports Encrypted File System
Supports Named Streams
Supports Transactions
Supports Hard Links
Supports Extended Attributes
Supports Open By FileID
Supports USN Journal
 

My Computer 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
Code:
dir "C:\Recovery\WindowsRE\Winre.wim"
attrib "C:\Recovery\WindowsRE\Winre.wim"
type "C:\Recovery\WindowsRE\ReAgent.xml"
robocopy "C:\Recovery\WindowsRE" "R:\Recovery\WindowsRE" Winre.wim
copy "C:\Recovery\WindowsRE\boot.sdi" R:\
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>dir "C:\Recovery\WindowsRE\Winre.wim"
 Volume in drive C is Windows
 Volume Serial Number is 18E5-DE43

 Directory of C:\Recovery\WindowsRE

File Not Found

C:\Users\User>attrib "C:\Recovery\WindowsRE\Winre.wim"
   SH   I            C:\Recovery\WindowsRE\Winre.wim

C:\Users\User>type "C:\Recovery\WindowsRE\ReAgent.xml"
я╗┐<?xml version='1.0' encoding='utf-8'?>

<WindowsRE version="2.0">
  <WinreBCD id="{a59f0979-7e91-11f1-92fc-38fc98805952}"/>
  <WinreLocation path="\Recovery\WindowsRE" id="0" offset="122683392" guid="{16bd3e62-96b8-45ce-9b7e-6438808227e2}"/>
  <ImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
  <PBRImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>
  <PBRCustomImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>
  <InstallState state="1"/>
  <OsInstallAvailable state="0"/>
  <CustomImageAvailable state="0"/>
  <IsAutoRepairOn state="1"/>
  <WinREStaged state="0"/>
  <OperationParam path=""/>
  <OperationPermanent state="0"/>
  <OsBuildVersion path="26100.1.amd64fre.ge_release.240331-1435"/>
  <OemTool state="0"/>
  <IsServer state="0"/>
  <DownlevelWinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
  <IsWimBoot state="0"/>
  <NarratorScheduled state="0"/>
  <ScheduledOperation state="4"/>
</WindowsRE>
C:\Users\User>robocopy "C:\Recovery\WindowsRE" "R:\Recovery\WindowsRE" Winre.wim

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

  Started : 16 липня 2026 р. 17:42:43
   Source : C:\Recovery\WindowsRE\
     Dest : R:\Recovery\WindowsRE\

    Files : Winre.wim

  Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

                           1    C:\Recovery\WindowsRE\
100%        New File             957.6 m        Winre.wim

------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :         1         0         1         0         0         0
   Files :         1         1         0         0         0         0
   Bytes :  957.65 m  957.65 m         0         0         0         0
   Times :   0:00:02   0:00:02                       0:00:00   0:00:00


   Speed :           376 943 554 Bytes/sec.
   Speed :             21568,883 MegaBytes/min.
   Ended : 16 липня 2026 р. 17:42:45


C:\Users\User>copy "C:\Recovery\WindowsRE\boot.sdi" R:\
C:\Recovery\WindowsRE\boot.sdi
The system cannot find the file specified.
        0 file(s) copied.
 

My Computer 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
Code:
robocopy "C:\Recovery\WindowsRE" "R:\Recovery\WindowsRE" boot.sdi ReAgent.xml
dir R:\Recovery\WindowsRE /a
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>robocopy "C:\Recovery\WindowsRE" "R:\Recovery\WindowsRE" boot.sdi ReAgent.xml

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

  Started : 16 липня 2026 р. 17:46:49
   Source : C:\Recovery\WindowsRE\
     Dest : R:\Recovery\WindowsRE\

    Files : boot.sdi
            ReAgent.xml

  Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

                           2    C:\Recovery\WindowsRE\
100%        New File               3.0 m        boot.sdi
100%        New File                1106        ReAgent.xml

------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :         1         0         1         0         0         0
   Files :         2         2         0         0         0         0
   Bytes :    3.02 m    3.02 m         0         0         0         0
   Times :   0:00:00   0:00:00                       0:00:00   0:00:00


   Speed :           352 378 888 Bytes/sec.
   Speed :             20163,281 MegaBytes/min.
   Ended : 16 липня 2026 р. 17:46:49


C:\Users\User>dir R:\Recovery\WindowsRE /a
 Volume in drive R is Recovery
 Volume Serial Number is B04A-4EB0

 Directory of R:\Recovery\WindowsRE

16.07.2026  17:46    <DIR>          .
16.07.2026  12:25    <DIR>          ..
01.04.2024  10:22         3 170 304 boot.sdi
16.07.2026  13:10             1 106 ReAgent.xml
15.07.2026  13:38     1 004 177 629 Winre.wim
               3 File(s)  1 007 349 039 bytes
               2 Dir(s)      49 229 824 bytes free
 

My Computer 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
Code:
reagentc /disable
reagentc /setreimage /path R:\Recovery\WindowsRE
reagentc /enable
reagentc /info
dism /Get-ImageInfo /ImageFile:R:\Recovery\WindowsRE\Winre.wim
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Code:
C:\Users\User>reagentc /disable
REAGENTC.EXE: Operation Successful.


C:\Users\User>reagentc /setreimage /path R:\Recovery\WindowsRE
Directory set to: \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE

REAGENTC.EXE: Operation Successful.


C:\Users\User>reagentc /enable
REAGENTC.EXE: Operation Successful.


C:\Users\User>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:

    Windows RE status:         Enabled
    Windows RE location:       \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: a59f097b-7e91-11f1-92fc-38fc98805952
    Recovery image location:
    Recovery image index:      0
    Custom image location:
    Custom image index:        0
    Windows RE Version:        10.0.26100.8875

REAGENTC.EXE: Operation Successful.


C:\Users\User>dism /Get-ImageInfo /ImageFile:R:\Recovery\WindowsRE\Winre.wim

Deployment Image Servicing and Management tool
Version: 10.0.26100.8737


Error: 2

The system cannot find the file specified.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
 

My Computer 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
Code:
type R:\Recovery\WindowsRE\ReAgent.xml
more < R:\Recovery\WindowsRE\ReAgent.xml
fsutil file queryfileid R:\Recovery\WindowsRE\Winre.wim
certutil -hashfile R:\Recovery\WindowsRE\Winre.wim SHA256
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation

Latest Support Threads

Back
Top Bottom