Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- by THE-GOLDENBOY to my freinds
- If (My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Faronics\Deep Freeze 6", "DF Status", 0)) = "Frozen" Then
- MsgBox("Frozen")
- Else
- MessageBox.Show("Thawed")
- End If
- If (My.Computer.Registry.GetValue("HKEY_CURRENT_USER\Software\Sysinternals\Process Explorer", "DbgHelpPath", 0)) <> "C:\Windows\System32\dbghelp.dll" Then
- MsgBox("procesexplorer detected !")
- Else
- MsgBox("procesexplorer not found !")
- End If
Advertisement
Add Comment
Please, Sign In to add comment