tags:

views:

30

answers:

0

Greetings: I am new to QT, I want to use WMI classes in QT to get access to it, I actually want to create a system restore point using QT. here is the code which I want to use using QT i.e.

Set SRP = GetObject( "winmgmts:\.\root\default:Systemrestore" ) CSRP = SRP.CreateRestorePoint( "Hacked the registry", 0, 100 )

Thanks in advance.