HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Windows/System32/wbem/WinsatUninstall.mof
/* 
   \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 )