Solved How to enable Print management console in Windows 11 without connecting the pc to Internet


ijalabs

Member
Local time
2:48 PM
Posts
13
OS
Windows 11
Hi Experts,

I am looking for a way to enable Print management console in Win 11 pc, without internet. when the pc is connected to internet i am able to enable this capability by navigating to settings -> apps -> optional feature - add Print management or
using command line "dism /online /remove-capability /CapabilityName:print.Management.Console~~~~0.0.1.0"
 
Windows Build/Version
Windows 11 22H2 /22621.1778

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
For an offline system, you need to first download a copy of the W11 Languages and Optional Features ISO.

Mount the ISO, before running your DISM command:
Code:
C:\Windows\System32>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Y50-70
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet0:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : localdomain
   Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
   Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

C:\Windows\System32>dism /online /add-capability /capabilityname:Print.Management.Console~~~~0.0.1.0 /limitaccess /source:D:\LanguagesAndOptionalFeatures

Deployment Image Servicing and Management tool
Version: 10.0.22621.1

Image Version: 10.0.22621.2134

[==========================100.0%==========================]
The operation completed successfully.
 

My Computer

System One

  • OS
    Windows 7
Thank you, i am able to make the changes.

Thanks
Bala
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Back
Top Bottom