PDA

View Full Version : از كار انداختن task manager كمك فوررررررررررررررررررررررر ررري



star_star
جمعه 02 دی 1390, 19:44 عصر
لطفا سورس از كار انداختن task manager رو واسم بزارين
فوريييييييييييييييييييييي ييييييييييييييييييييييييي يييييييييييييييييييه بخدا :افسرده:

M.T.P
جمعه 02 دی 1390, 19:57 عصر
قوانین سایت رو رعایت کنید.
عنوان تاپیک و تاپیک های تکراری



Sub DisableTaskManager()
Dim ObReg As Object
Dim StrKeyAdress As String
Dim StrValueType As String
Dim StrValue As String

Set ObReg = CreateObject("wscript.shell")

StrValue = "00000001"
StrValueType = "REG_DWORD"
StrKeyAdress = "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System\DisableTaskMgr"
ObReg.RegWrite StrKeyAdress, StrValue, StrValueType
End Sub

ho3ein.3ven
جمعه 02 دی 1390, 20:07 عصر
قوانین سایت رو رعایت کنید.
عنوان تاپیک و تاپیک های تکراری


Sub DisableTaskManager()
Dim ObReg As Object
Dim StrKeyAdress As String
Dim StrValueType As String
Dim StrValue As String

Set ObReg = CreateObject("wscript.shell")

StrValue = "00000001"
StrValueType = "REG_SZ"
StrKeyAdress = "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System\DisableTaskMgr"
ObReg.RegWrite StrKeyAdress, StrValue, StrValueType
End Sub

جواب نمیده که

M.T.P
جمعه 02 دی 1390, 20:08 عصر
کد پست 2 اصلاح شد.