Page 2 of 4 FirstFirst 1234 LastLast
Results 13 to 24 of 40

Thread: Task Manager has been disabled

  1. #13
    imrank is offline Senior Member+
    Last Online
    28th May 2016 @ 01:28 PM
    Join Date
    27 Jun 2009
    Posts
    423
    Threads
    43
    Credits
    1,040
    Thanked
    16

    Default

    Bro Don. Download kya aap ka software lekin ab tu aisa hota hai k jab aap ka software run ker ka ctn+alt+delete kerta hon tu aik do seconds k lye Task Manager open hota hai phir system restart ho jata hai. Isi tarha agar ye command type kerta hon, tu aik do seconds k lye Task Manager open hota hai phir system restart ho jata hai.
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
    Pls. help what to do...

  2. #14
    Must Sindhi's Avatar
    Must Sindhi is offline Senior Member+
    Last Online
    19th August 2020 @ 07:00 AM
    Join Date
    03 Dec 2008
    Location
    In YOur Heart
    Posts
    224
    Threads
    26
    Credits
    1,373
    Thanked
    28

    Thumbs up




    run mein gpedit.msc command mein Picture di gaee hidayat pe amal karein aur Option ko DISABLE pe rakh k Ok kerdein .. Aap ka masla hal ho jaye ga..

    thanks....

    wese aik advise ..... apniii windows ko kisii achhe se anti virus se scan kerwa dein aise masle darpaish naheen aaein ge....

    aaap kiiiiiiiiiii duaon ka talabgar...
    Attached Images Attached Images  

  3. #15
    imrank is offline Senior Member+
    Last Online
    28th May 2016 @ 01:28 PM
    Join Date
    27 Jun 2009
    Posts
    423
    Threads
    43
    Credits
    1,040
    Thanked
    16

    Default

    Mere bhai aap ki batai huwi baat per maine amal kya, lekin phir bhi cnt+alt+del kerne k baad, 1-2 seconds k lye task manager open hota hai, aur system restart ho jata hai. Mere paas updated AVG anti software hai, maine scan kya hai computer, lekin koi bhi virus nahi mila. Pls. I don't want to reinstall the windows. Koi na koi solution tu hoga. Pls. think it over. Hamain in ka muqabila kerna hai. Pls. help.

  4. #16
    Must Sindhi's Avatar
    Must Sindhi is offline Senior Member+
    Last Online
    19th August 2020 @ 07:00 AM
    Join Date
    03 Dec 2008
    Location
    In YOur Heart
    Posts
    224
    Threads
    26
    Credits
    1,373
    Thanked
    28

    Default

    hahahahaha!

    if u don't mind aaap Norton Antivirus use karein .... is se kuchh na kuchh hal nikal jaye ga....

    wese ye aap new windows laga lein aur Phir Norton Antivirus instal karein aur phir ise scan kerwaein aaap ka problem solve ho jaye ga...

  5. #17
    imrank is offline Senior Member+
    Last Online
    28th May 2016 @ 01:28 PM
    Join Date
    27 Jun 2009
    Posts
    423
    Threads
    43
    Credits
    1,040
    Thanked
    16

    Default

    Kya aap is website se kuch mujhe bata sakte hain??
    http://www.kellys-korner-xp.com/xp_tweaks.htm

    Reinstallation is not the solution. Pls. it means v can't help it???

  6. #18
    Join Date
    02 Mar 2009
    Location
    In Ask An Expert
    Age
    34
    Posts
    7,257
    Threads
    122
    Credits
    945
    Thanked
    297

    Default

    Use This Software
    InshAllah Aapki Problem Solve Ho Jaye Gi

    Download
    آئی ٹی دنیامیں سیگنیچرز میں اتنے بڑے سائز کی امیج لگانا سختی کے ساتھ منع ہے۔۔۔آئی ٹی دنیا ٹیم

  7. #19
    Join Date
    02 Mar 2009
    Location
    In Ask An Expert
    Age
    34
    Posts
    7,257
    Threads
    122
    Credits
    945
    Thanked
    297

    Default

    Also!
    Nechy Diye Gaye Code ko Notepad main Copy karain aur "RegTools.vbs" name see save kar lein aur es par Double click karin aap ke registry Enable ho jaye ge

    Code:
    'Enable/Disable Registry Editing tools
    '© Doug Knox - rev 12/06/99
    Option Explicit
    'Declare variables
    Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
    Dim enab, disab, jobfunc, itemtype
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\"
    p = p & "DisableRegistryTools"
    itemtype = "REG_DWORD"
    mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
    enab = "ENABLED"
    disab = "DISABLED"
    jobfunc = "Registry Editing Tools are now "
    'This section tries to read the registry key value. If not present an 
    'error is generated. Normal error return should be 0 if value is 
    'present
    t = "Confirmation"
    Err.Clear
    On Error Resume Next
    n = WSHShell.RegRead (p)
    On Error Goto 0
    errnum = Err.Number
    if errnum <> 0 then
    'Create the registry key value for DisableRegistryTools with value 0
    WSHShell.RegWrite p, 0, itemtype
    End If
    'If the key is present, or was created, it is toggled
    'Confirmations can be disabled by commenting out 
    'the two MyBox lines below
    If n = 0 Then
    n = 1
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
    ElseIf n = 1 then
    n = 0
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
    End If

  8. #20
    Join Date
    02 Mar 2009
    Location
    In Ask An Expert
    Age
    34
    Posts
    7,257
    Threads
    122
    Credits
    945
    Thanked
    297

    Default

    Also Use This Software
    Download


    Also Try Procedure

    Click On "Start Menu"
    Click On "Run"
    Neachey Dya Gya Code Run Mein Type karain Or Entre Kar Dein
    Code:
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

  9. #21
    Join Date
    02 Mar 2009
    Location
    In Ask An Expert
    Age
    34
    Posts
    7,257
    Threads
    122
    Credits
    945
    Thanked
    297

    Default

    Umeed Hai Ab Aapki Problem Solve Ho jaye Gi

  10. #22
    imrank is offline Senior Member+
    Last Online
    28th May 2016 @ 01:28 PM
    Join Date
    27 Jun 2009
    Posts
    423
    Threads
    43
    Credits
    1,040
    Thanked
    16

    Default

    Brother Don, maine first thread main bataya tha k ye command maine pehle hi try ki huwi hai: -
    HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

    Pehle system restart nahi hota tha. Lekin ab muktalif experts k kehne per jo kuch kya hai, ab is command ko use kerne k baad, chand second k lye task manager open hota hai aur system restart ho jata hai. Task Manager Fix download link bhi isi tarha kerta hai. However, notepad main aap ki batai huwi command home ja ker check keronga. Abhi main office main hon.

  11. #23
    rknaeem's Avatar
    rknaeem is offline Senior Member+
    Last Online
    5th February 2016 @ 08:33 PM
    Join Date
    02 Jul 2009
    Location
    اسلام آباد
    Age
    29
    Gender
    Male
    Posts
    935
    Threads
    40
    Credits
    795
    Thanked
    51

    Default

    ye autorun virus ki waja se b ho sakt hai. Mujhay ye batain k jab aap koi b drive kholtay hain to kia wo nai window me khulti hai k usi window me????

  12. #24
    naeem4raj's Avatar
    naeem4raj is offline Senior Member+
    Last Online
    7th February 2017 @ 11:59 AM
    Join Date
    20 Jan 2008
    Location
    Apke Dil Main
    Posts
    415
    Threads
    52
    Credits
    870
    Thanked
    6

    Default



    If We Both Exchange 1$,We Both Have 1$ Each


    But If We Exchange 1 Good Thought, We Both Have 2 Good Thoughts.

    N a e e m A w a n

    Email address Not allowed.(iTD Team)

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Solved device manager,task manager disabled
    By MirzaSeyab in forum Solved Problems (IT)
    Replies: 4
    Last Post: 31st May 2014, 01:20 PM
  2. task manager is disabled
    By waqas216 in forum Ask an Expert
    Replies: 4
    Last Post: 16th October 2012, 08:38 AM
  3. Task Manager has been disabled
    By irfan6467 in forum Ask an Expert
    Replies: 10
    Last Post: 2nd May 2011, 06:25 PM
  4. Answered task manager is disabled plz help me
    By alig110 in forum Solved Problems (IT)
    Replies: 8
    Last Post: 1st May 2011, 11:04 PM
  5. Task manager disabled
    By honney40 in forum Ask an Expert
    Replies: 4
    Last Post: 22nd April 2011, 07:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •