2025-04-27 07:49:33 -04:00

6 lines
165 B
Perl

# The following sample deletes the class MyClass.
use Win32::OLE;
$objServices = Win32::OLE->GetObject('cim:root/default');
$objServices->Delete ('MyClass');