Determine the Windows Startup Mode
Determine the Windows Startup Mode
API Declarations
Public Const SM_CLEANBOOT = 67
Rate Determine the Windows Startup Mode
(3(3 Vote))
Case 1: MsgBox ("Safe Mode.")
Case 2: MsgBox ("Safe Mode with Network support.")
Case Else: MsgBox ("Windows is running normally.")
End Select
Determine the Windows Startup Mode Comments
No comments yet — be the first to post one!
Post a Comment