VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Enable Task Manager

by S.M. Mehdi Akram (5 Submissions)
Category: Registry
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 29th November 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Enable Task Manager

Rate Enable Task Manager



[email protected]
' Need a one Command button

Private Sub Command1_Click()
Set b = CreateObject("wscript.shell")
s = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
b.regwrite s, 0, "REG_DWORD"
End Sub

Download this snippet    Add to My Saved Code

Enable Task Manager Comments

No comments have been posted about Enable Task Manager. Why not be the first to post a comment about Enable Task Manager.

Post your comment

Subject:
Message:
0/1000 characters