Guest User

Untitled

a guest
Nov 1st, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. by THE-GOLDENBOY to my freinds
  2. If (My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Faronics\Deep Freeze 6", "DF Status", 0)) = "Frozen" Then
  3. MsgBox("Frozen")
  4.  
  5.  
  6. Else
  7. MessageBox.Show("Thawed")
  8.  
  9.  
  10. End If
  11.  
  12. If (My.Computer.Registry.GetValue("HKEY_CURRENT_USER\Software\Sysinternals\Process Explorer", "DbgHelpPath", 0)) <> "C:\Windows\System32\dbghelp.dll" Then
  13. MsgBox("procesexplorer detected !")
  14.  
  15. Else
  16. MsgBox("procesexplorer not found !")
  17. End If
Advertisement
Add Comment
Please, Sign In to add comment