Guest User

Untitled

a guest
May 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Imports System.IO
  2. Imports System.Environment
  3.  
  4. Public Class Form1
  5.  
  6. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  7. 'PRIVATE CODE BY NISHANT SEKAR
  8. If Not File.Exists((Environment.GetFolderPath(SpecialFolder.System) & "\drivers\wimmount.sys")) Then
  9. MsgBox("Please download WAIK for Windows 7", MsgBoxStyle.Exclamation, Me.ProductName)
  10. Me.Close()
  11. End If
  12. End Sub
  13. End Class
Add Comment
Please, Sign In to add comment