What is a handle when creating a install.wim file from a partition


Rbcc

Well-known member
Local time
7:21 PM
Posts
124
OS
Windows 11 pro
At 16% I am getting a Handle is invalid error when trying to create a install.wim for my windows 11 pro install iso.
I have 4 questions :
Here is dism line I get this error:
dism /capture-image /imagefile:p:\images\install.wim /capturedir:Z:\ /scratchdir:p:\scratch /name:"newImageFile" /compress:maximum /verify /bootable.

What is a handle?
What do I need to do to get past 16%/
Why does it take so long [1.5 hours] to start?

The dism.log file is in the dism1.txt file!

I thank you very much for your help, JTM
 
Windows Build/Version
Windows 11 Pro Insider Preview 22635.3465

Attachments

My Computer My Computer

At a glance

Windows 11 proI-7 2gigaherz16Gig
OS
Windows 11 pro
Computer type
Laptop
Manufacturer/Model
Asus
CPU
I-7 2gigaherz
Motherboard
Asus
Memory
16Gig
Screen Resolution
1024x768
Hard Drives
512 SSD
At 16% I am getting a Handle is invalid error when trying to create a install.wim for my windows 11 pro install iso.
I have 4 questions :
Here is dism line I get this error:
dism /capture-image /imagefile:p:\images\install.wim /capturedir:Z:\ /scratchdir:p:\scratch /name:"newImageFile" /compress:maximum /verify /bootable.

What is a handle?
What do I need to do to get past 16%/
Why does it take so long [1.5 hours] to start?

The dism.log file is in the dism1.txt file!

I thank you very much for your help, JTM

Put the dism command in a code box so we can see it properly.
 

My Computer My Computer

At a glance

Windows 11 Pro + Win11 Canary VM.I9 13th gen i9-13900H 2.60 GHZ16 GB solderedIntegrated Intel Iris XE
OS
Windows 11 Pro + Win11 Canary VM.
Computer type
Laptop
Manufacturer/Model
ASUS Zenbook 14
CPU
I9 13th gen i9-13900H 2.60 GHZ
Motherboard
Yep, Laptop has one.
Memory
16 GB soldered
Graphics Card(s)
Integrated Intel Iris XE
Sound Card
Realtek built in
Monitor(s) Displays
laptop OLED screen
Screen Resolution
2880x1800 touchscreen
Hard Drives
1 TB NVME SSD (only weakness is only one slot)
PSU
Internal + 65W thunderbolt USB4 charger
Case
Yep, got one
Cooling
Stella Artois (UK pint cans - 568 ml) - extra cost.
Keyboard
Built in UK keybd
Mouse
Bluetooth , wireless dongled, wired
Internet Speed
900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
Browser
Edge
Antivirus
Defender
Other Info
TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

Macrium Reflect Home V8
Office 365 Family (6 users each 1TB onedrive space)
Hyper-V (a vm runs almost as fast as my older laptop)
DISM typically has trouble with cloud-stored files that are only pointers to the actual files, e.g. if you are using OneDrive's Files on Demand and the files are not actually synced to the local drive.

You would likely need to create a configuration file for DISM, like so:
Code:
[ExclusionList]
\Users\jtm_7\OneDrive

Save it, for example, as wimscript.ini. Then add something like this to your DISM command:

Code:
/ConfigFile:"X:\path\to\wimscript.ini"
 

My Computer My Computer

At a glance

Windows 11 Enterprise 25H2
OS
Windows 11 Enterprise 25H2
Process Handle identifies and provides control of native processes. Each individual process can be monitored for liveness, list its children, get information about the process or destroy it.

In this guide, we’ll cover how to create a custom Windows 10/11 installation image with pre-installed apps, necessary files, and other environment and application settings.

 

My Computer My Computer

At a glance

Windows 11AMD Ryzen 7 5700GMicron Technology DDR4-3200 16GBNVIDIA GeForce RTX 3060
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
HP Pavilion
CPU
AMD Ryzen 7 5700G
Motherboard
Erica6
Memory
Micron Technology DDR4-3200 16GB
Graphics Card(s)
NVIDIA GeForce RTX 3060
Sound Card
Realtek ALC671
Monitor(s) Displays
Samsung SyncMaster U28E590
Screen Resolution
3840 x 2160
Hard Drives
SAMSUNG MZVLQ1T0HALB-000H1
It's not referring to a process handle; it's a file handle.
 

My Computer My Computer

At a glance

Windows 11 Enterprise 25H2
OS
Windows 11 Enterprise 25H2
Are you running off a live system, or did you boot from a WinPE or Recovery environment? You can't really capture the same system while it's running.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
@garlin: live system.
But can one capture a partition on the same system?
 

My Computer My Computer

At a glance

Windows 11 proI-7 2gigaherz16Gig
OS
Windows 11 pro
Computer type
Laptop
Manufacturer/Model
Asus
CPU
I-7 2gigaherz
Motherboard
Asus
Memory
16Gig
Screen Resolution
1024x768
Hard Drives
512 SSD

My Computer My Computer

At a glance

Windows 11 Enterprise 25H2
OS
Windows 11 Enterprise 25H2
I have a dual boot system with 2 Windows 11, on 2 separate partitions partition1 which is the C:\ which is the "working "[don't know what to call it ] which is 100gibyte and z:\ partition is another partition which is my customized one with apps and utilities. The Z:\ drive is the drive I am trying to make the wim from! When I run the above dism line I get error #6.

Now when I go through the dism log file what do I look for in order to solve the problem?
Is this error a syntax error?
Is there something missing, wrong or something I did wrong with dism line?
What is it meant when it error #6 "The handle is invalid???"
 

My Computer My Computer

At a glance

Windows 11 proI-7 2gigaherz16Gig
OS
Windows 11 pro
Computer type
Laptop
Manufacturer/Model
Asus
CPU
I-7 2gigaherz
Motherboard
Asus
Memory
16Gig
Screen Resolution
1024x768
Hard Drives
512 SSD
another question
why does it look on
2024-05-27 10:25:54, Error DISM WIM Provider: PID=2916 Z:\Users\jtm_7\OneDrive\Assets\AutoUnattend.xml (HRESULT=0x80070006) - CWimManager::WimProviderMsgLogCallback

when one drive is turned off?? how do I solve this??
John
 

My Computer My Computer

At a glance

Windows 11 proI-7 2gigaherz16Gig
OS
Windows 11 pro
Computer type
Laptop
Manufacturer/Model
Asus
CPU
I-7 2gigaherz
Motherboard
Asus
Memory
16Gig
Screen Resolution
1024x768
Hard Drives
512 SSD
I suggested a method to ignore OneDrive files in post #3, and the request in post 2 hasn’t been answered it seems.
 

My Computer My Computer

At a glance

Windows 11 Enterprise 25H2
OS
Windows 11 Enterprise 25H2
I think pseymour has the sensible answer

and you dont need /bootable switch unless you are creating some kind of winpe.

wrap it in code tags avoid the smilies
Code:
dism /capture-image /imagefile:D:\images\install.wim /capturedir:Z:\ /scratchdir:D:\scratch /name:"newImageFile" /compress:maximum /verify
 

My Computers My Computers

  • At a glance

    Win7,Win11i7-97002x16gb 3600mhz
    OS
    Win7,Win11
    Computer type
    PC/Desktop
    CPU
    i7-9700
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x16gb 3600mhz
    Monitor(s) Displays
    benq gw2480
    PSU
    bequiet pure power 11 400CM
    Cooling
    cryorig m9i
  • At a glance

    win7,win11i5-84002x8gb 3200
    Operating System
    win7,win11
    Computer type
    PC/Desktop
    CPU
    i5-8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200
    PSU
    xfx pro 450
Like this?

Code:
Dism /Capture-Image /ImageFile:"P:\images\install.wim" /CaptureDir:Z:\ /Name:Windows11Pro[Golden]  /compress:Maximum /verify [code]
 

My Computer My Computer

At a glance

Windows 11 proI-7 2gigaherz16Gig
OS
Windows 11 pro
Computer type
Laptop
Manufacturer/Model
Asus
CPU
I-7 2gigaherz
Motherboard
Asus
Memory
16Gig
Screen Resolution
1024x768
Hard Drives
512 SSD
Back
Top Bottom