Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Yesterday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Yesterday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Pure VPN - Up to 27 Months
vgp
Updated:
Jun 5, 2026
එක පැකේජ් එකයි මාසෙටම Unlimited Internet. තාමත් DATA CARD දාන්න සල්ලි වියදම් කරනවද? අඩුම මිලට අපෙන්.
sayuru bandara
Updated:
Jun 2, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
A Task Manager trick [ Enable / Disable the Task Manager ]
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="j@naka_86" data-source="post: 7292176" data-attributes="member: 273018"><p><span style="font-size: 15px"><span style="color: Black"><strong>Tested and working on Win 2k and XP.</strong></span></span></p><p><span style="font-size: 15px"><span style="color: Black"><strong><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /></strong></span></span></p><p><span style="font-size: 15px"><span style="color: Black"><strong></strong></span></span></p><p> </p><p> In notepad, copy/paste the following script, and save the file with a .vbs extension, then run it : </p><p></p><p><span style="color: Blue">(Onama Name 1k dila .vbs kiyala save karanna. eeta passe double click karala balanna.)</span></p><p></p><p></p><p>************************************************************************</p><p></p><p></p><p><span style="color: DarkRed">'Enable/Disable Task Manager</span></p><p><span style="color: DarkRed">'By PatheticCockroach - based on an idea by Doug Knox</span></p><p><span style="color: DarkRed">'© 2005 MPAM Rebooted </span></p><p><span style="color: DarkRed">'This code may be freely distributed/modified as long as it remains free of charge</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">Option Explicit</span></p><p><span style="color: DarkRed">'Declare variables</span></p><p><span style="color: DarkRed">Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle</span></p><p><span style="color: DarkRed">Dim jobfunc, itemtype</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">On Error Resume Next</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">Set WSHShell = WScript.CreateObject("WScript.Shell")</span></p><p><span style="color: DarkRed">val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"</span></p><p><span style="color: DarkRed">val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"</span></p><p><span style="color: DarkRed">itemtype = "REG_DWORD"</span></p><p><span style="color: DarkRed">jobfunc = "Task Manager is now "</span></p><p><span style="color: DarkRed">ttl = "Result"</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">'reads the registry key value.</span></p><p><span style="color: DarkRed">rr = WSHShell.RegRead (val)</span></p><p><span style="color: DarkRed">rr2 = WSHShell.RegRead (val2)</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">toggle=1</span></p><p><span style="color: DarkRed">If (rr=1 or rr2=1) Then toggle=0</span></p><p><span style="color: DarkRed"></span></p><p><span style="color: DarkRed">If toggle = 1 Then</span></p><p><span style="color: DarkRed"> WSHShell.RegWrite val, 1, itemtype</span></p><p><span style="color: DarkRed"> WSHShell.RegWrite val2, 1, itemtype</span></p><p><span style="color: DarkRed"> Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl)</span></p><p><span style="color: DarkRed">Else</span></p><p><span style="color: DarkRed"> WSHShell.RegDelete val</span></p><p><span style="color: DarkRed"> WSHShell.RegDelete val2</span></p><p><span style="color: DarkRed"> Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl)</span></p><p><span style="color: DarkRed">End If</span></p><p></p><p></p><p>************************************************************************</p><p></p><p></p><p>Me script 1ka yata thiyana link eken ganna puluwan.</p><p><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /></p></blockquote><p></p>
[QUOTE="j@naka_86, post: 7292176, member: 273018"] [SIZE=4][COLOR=Black][B]Tested and working on Win 2k and XP.[/B][/COLOR][/SIZE] [SIZE=4][COLOR=Black][B]:yes::yes::yes: [/B][/COLOR][/SIZE] In notepad, copy/paste the following script, and save the file with a .vbs extension, then run it : [COLOR=Blue](Onama Name 1k dila .vbs kiyala save karanna. eeta passe double click karala balanna.)[/COLOR] ************************************************************************ [COLOR=DarkRed]'Enable/Disable Task Manager 'By PatheticCockroach - based on an idea by Doug Knox '© 2005 MPAM Rebooted '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[/COLOR] ************************************************************************ Me script 1ka yata thiyana link eken ganna puluwan. :yes::yes::yes: [/QUOTE]
Insert quotes…
Verification
Hata thunen beduwama keeyada? (60 bedeema thuna)
Post reply
Top
Bottom