win32_logicdisks

About this tag
The Win32_Logicdisks tag covers issues related to WMI queries against the Win32_LogicalDisk class on Windows systems. A common problem discussed is when queries return no instances, often after Windows updates. Troubleshooting steps include restarting the Winmgmt service, rebooting the computer, or killing the process hosting the WMI service. These solutions typically restore query functionality. The tag is relevant for system administrators and developers using WMI to monitor disk space or automate file operations.
  1. 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...
Back
Top