Check how your windows booted using GetSystemMetrics API
Check how your windows booted using GetSystemMetrics API
Rate Check how your windows booted using GetSystemMetrics API
(2(2 Vote))
'Check booted manner
x = GetSystemMetrics(67)
Select Case x
Case 0
MsgBox "Normal Boot"
Case 1
MsgBox "Safe mode"
Case 2
MsgBox "Safe mode with Network"
End Select
End
End Sub
Check how your windows booted using GetSystemMetrics API Comments
No comments yet — be the first to post one!
Post a Comment