hit counter Begin: 29.7.2010

04 August, 2010

Enable kembali Task Manager

Task manager amat penting untuk melihat keadaan sistem dari segi penggunaan memory dan process-process yang sedang di jalankan..

Mungkin ramai di luar sana yang menghadapi masalah dengan task manager.Alasannya mugkin disebabkan oleh virus atau pun sememangnya disable oleh administrator(biasanya di cyber cafe).

Disini saya nyatakan langkah demi langkah untuk enable kembali task manager anda::

Ikutilah langkah-langkah ini:

1-Buka notepad
2-Copy & paste script dibawah
3-save dengan cara "save as"
4-Namakan apa saja asalkan anda menulis .reg di belakang nama file tersebut
5-Contoh=recoverTM.reg
6-Seterusnya anda hanya perlu click file tersebut untuk ditambah ke dalam registry


'Enable/Disable Task Manager
'By PatheticCockroach - based on an idea by Doug Knox
'© 2005 MPAM Rebooted - http://patheticcockroach.com
'This code may be freely distributed/modified as long as it remains free of charge

Option Explicit
'Declare variables
Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle
Dim jobfunc, itemtype

On Error Resume Next

Set WSHShell = WScript.CreateObject("WScript.Shell")
val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
itemtype = "REG_DWORD"
jobfunc = "Task Manager is now "
ttl = "Result"

'reads the registry key value.
rr = WSHShell.RegRead (val)
rr2 = WSHShell.RegRead (val2)

toggle=1
If (rr=1 or rr2=1) Then toggle=0

If toggle = 1 Then
WSHShell.RegWrite val, 1, itemtype
WSHShell.RegWrite val2, 1, itemtype
Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl)
Else
WSHShell.RegDelete val
WSHShell.RegDelete val2
Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl)
End If
 

About Me

My photo
Masih menuntut di UITM.Mula mengenali dan berminat dengan internet pada umur 16 tahun.Menulis blog untuk mengisi masa lapang di samping membuka komuniti serta menyediakan kemudahan kepada semua.Terima Kasih kerana melawat blog ini.

IP Follower

Term of Use

>All post are free to copy or duplicate for any what content EXCEPT for post that have my trademark at the bottom.
>Please don't redirect download LINK/URL from this site without permission from author.
>Never use this site content for commercial purposes.
>Do not post comment with another language except for English & Bahasa.

You can help me by telling your friend, family and college members about this site.