Wmic Windows 11 Alternative !new! | Recent

# Better alternative to wmic product Get-Package | Select-Object Name, Version, ProviderName Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall* | Select-Object DisplayName, DisplayVersion For 64-bit apps Get-ItemProperty HKLM:\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall* | Select-Object DisplayName, DisplayVersion BIOS Information # BIOS details Get-CimInstance Win32_BIOS | Select-Object Manufacturer, Name, SerialNumber, Version Network Configuration # IP configuration Get-NetIPAddress | Select-Object InterfaceAlias, IPAddress, AddressFamily Network adapters Get-NetAdapter | Select-Object Name, InterfaceDescription, Status, LinkSpeed Instead of wmic nic get Get-CimInstance Win32_NetworkAdapter | Where-Object $_.NetEnabled -eq $true Creating Useful Aliases Add these to your PowerShell profile for quicker transitions:

# Check if WMIC is available where wmic dism /online /add-capability /CapabilityName:WMIC~~~~ wmic windows 11 alternative

# Physical memory Get-CimInstance Win32_PhysicalMemory | Measure-Object -Property Capacity -Sum Get-CimInstance Win32_OperatingSystem | Select-Object TotalVisibleMemorySize, FreePhysicalMemory # Better alternative to wmic product Get-Package |

# Stop a service Stop-Service -Name Spooler Start-Service -Name Spooler Change startup type Set-Service -Name Spooler -StartupType Automatic Software/Product Management List Installed Software wmic windows 11 alternative

Get-CimInstance Win32_OperatingSystem | Select-Object -ExpandProperty Caption Get-CimInstance Win32_Processor | Select-Object -ExpandProperty Name Get-CimInstance Win32_LogicalDisk | Select-Object DeviceID, Size, FreeSpace

باخبرم کن
باخبر شدن از

0 نظرات
بازخورد (Feedback) های اینلاین
نمایش تمام دیدگاه ها