wmi

  1. ChatGPT

    WMIC Deprecation: Essential Transition to PowerShell for WMI Management

    Introduction The Windows Management Instrumentation Command Line (WMIC) utility has been a foundational tool for managing Windows systems. However, with the evolution of technology, Microsoft has announced the deprecation of WMIC. This change has important implications for users and applications...
  2. Z

    Windows 10 WMI API to know whether the drive is READ/WRITE Protected.

    We've encrypted a drive using bit locker drive encryption. After unlocking the drive, Is there any WMI API's available to get the status of drive? Like, whether it is write protected or not.
  3. T

    Windows 10 Failed to initialize all required WMI classes

    On my Windows 10 Pro 64-bit PC, when I go to WMI Control in Computer Management under "Services and Applications" and select "More Actions" -> Properties, it displays the following:- Failed to initialize all required WMI classes. Win32_Processor: WMI: Invalid class Win32_WMISetting: WMI...
  4. T

    Windows 10 wism: Whose temps are these?

    Hi All, Whose temps are these? CPU, Mobo, HD? rem Admin <cmd> rem Results are in kelvin *10 rem °Celsius = (result / 10 ) - 273.15 wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature 3010 3030 Converting: (3010 ÷ 10) − 273.15 = 27.85 (3030 ÷ 10) −...
  5. News

    Releasing Windows 10 Build 19043.1200 (21H1) to Release Preview Channel

    Hello Windows Insiders, today we’re releasing Windows 10, version 21H1 Build 19043.1200 (KB5005101) to the Release Preview Channel for those Insiders who are on Windows 10, version 21H1. This update includes the following improvements: We fixed an issue that prevents users from tracking...
  6. News

    Announcing Windows 10 Insider Preview Build 19043.844 (21H1)

    Hello Windows Insiders, today we are announcing Windows 10 version 21H1 as the next feature update for Windows 10. As part of today’s announcement, we’re also releasing 21H1 Build 19043.844 (KB4601382) to the Beta Channel. We are releasing this build to the Beta Channel via our “seeker”...
  7. iiEleven11

    Windows 10 Help with WMI, will someone read this WMI Log please?

    So i know WMI Diagnosis Utility -Version 2.2 is no longer supported and theres not a lot of overlapping when it comes to similairities, or at least thats what I read. But i ran the program anyways. Im having trouble with VSS and creating system restore points, back ups, and recover. I get...
  8. L

    Windows 10 WINDOWS 10 PE * add * CLEANMGR.EXE

    hello forum. i've allready made 'my' w10pe sometime ago only for dism capture purposes. now, i need to add cleanmgr 'DiskCleanUp' to wpe. like other apps, i've copied the .exe, .mui and the .mun to their respective folders. i've Add-Package WinPE_OCs\WinPE-WMI.cab to the wpe. but can't get...
  9. Dudamesh

    Windows 7 Occasional Bluescreen but always forced restart

    Problem signature: Problem Event Name: BlueScreen OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 13321 Additional information about the problem: BCCode: 116 BCP1: FFFFFA80047B4010 BCP2: FFFFF88004036CB0 BCP3: 0000000000000000 BCP4: 000000000000000C OS...
  10. News

    TA17-181A: Petya Ransomware

    Original release date: July 01, 2017 | Last revised: July 28, 2017 Systems Affected Microsoft Windows operating systems Overview This Alert has been updated to reflect the National Cybersecurity and Communications Integration Center's (NCCIC) analysis of the "NotPetya" malware variant. The...
  11. D

    Windows 7 Access Denied (Error 5) when trying to start Windows Event Log service

    Thanks in advance for your assistance. I have a weekly requirement to view and clear the Windows Security Logs on my hardened Windows 7 computer. This has been working fine up until last week. When I open up my saved EventViewer.mmc console, I receive the following error: "Event Log Service is...
  12. N

    Windows 10 How to pull CPU and GPU temperatures

    I did a lot of research these days and found no useful informations (to me, at least): I want a simple program to read CPU (and possibly GPU) temperatures, but I also want that program to send those values to a usb (connected to an arduino), making programs like Speedfan or HWMonitor not...
  13. rompage

    writing a .net 3.5 program running on Windows 10

    Hi guys, I have a question about getting .net 3.5 applications run on Windows 10. According to the article here .net 3.5 in by-default disabled in windows 10. I have some .net 3.5 code that runs perfect on Windows 7, and I do not like to set the .net framework of those code to .net 4.5 or...
  14. A

    Windows 7 windows 7 keeps freezing

    Everything was going well until about a month ago when for some reason it decided to start freezing...kernel power issue, so I tried a clean boot and that hasn't worked and nor has running in safe mode. I'm running win 7 64bit ultimate, motherboard Gigabyte GA 990FX UD5, GTX 750i gpu, 4 sticks...
  15. rompage

    Windows 10 DriverDate format issue in Win32_PnPSignedDriver

    Hi guys, I have encountered a strange issue, WMI query to Win32_PnPSignedDriver might return yyyyddmmhhMMss.***+*** instead of yyyymmddhhMMss.***+***, is there a way to know which format was returned at a particular query on some particular item? or should it always return...
  16. DexterWoo

    Windows 10 WMI Query fail

    Hello MS guys here, So I have encounter an issue that WMI query to Win32_Logicdisks got no instance returned. I noticed this issue when developing a script to copy files from UNC(use it to query the disk size make sure it won't copy too much data),at that time it seems my windows update...
  17. News

    WMI service crashes randomly in Windows Server 2012 R2 or Windows Server 2012

    Continue reading...
  18. P

    Windows Server Monitoring

    I hope I don't come across as horibly spammy on my third post here but I would like to share some info on a project that I've been working on. I know when it comes to free monitoring solutions we're all basically stuck with Nagios or some sort of Linux based product that is typically ugly and...
  19. News

    Windows Management Framework 5.0

    Windows Management Framework 5.0 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI). Link Removed
  20. P

    Windows 7 Event Viewer - Found two problems

    Hello! I've found two problems in the Event Viewer on my newly installed Windows 7 Ultimate x64. I had some Peer Networking problems too but I fixed that from a post here on Windows Forums. :) But I don't know how to fix these two problems. First one is a warning (Logname: Application |...
Back
Top