python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I get the GUID of my disc partitions?
I'm using WMI to get all disk information, like drives, drive letters, etc. but I have not found out how I could get the UUID/GUID of each partition.
larand
Votes: 0
Answers: 1
WMI ExecNotificationQuery Need Administrator Privileges to Query for Win32_ProcessStartTrace but not for __InstanceCreationEvent
When I attempt to make a call to ExecNotificationQuery with query "SELECT * FROM Win32_ProcessStartTrace" I get a WBEM_E_ACCESS_DENIED Error code returned.
If I instead make the query "...

wigi426
Votes: 0
Answers: 1
What does the `-Sanitize` switch of the `Clear-Disk` cmdlet do in PowerShell?
The Clear-Disk cmdlet seems to have a currently undocumented -Sanitize switch:
PS> Get-Command Clear-Disk | Select-Object -ExpandProperty ParameterSets | ? {$_.Name -like 'ByName'} | Select-Object ...

stackprotector
Votes: 0
Answers: 1