Results 1 to 6 of 6

Thread: task manager

  1. #1
    faizan341 is offline Senior Member+
    Last Online
    9th February 2010 @ 08:28 PM
    Join Date
    14 Nov 2006
    Age
    34
    Posts
    336
    Threads
    168
    Credits
    0
    Thanked
    0

    Smile task manager

    mera task manager disable ho gaya hai desktop per se tamam kuch ghayab hai jab ctrl+alt+del karta hoon to ye likha ata hai (TASK MANAGER HAS BEEN DISABLE BY YOUR ADMINISTRATOR) kya karun
    thanks itdunya

  2. #2
    Niqash's Avatar
    Niqash is offline Advance Member
    Last Online
    12th August 2021 @ 10:35 AM
    Join Date
    30 Jun 2008
    Posts
    4,569
    Threads
    160
    Credits
    58
    Thanked
    4

    Default

    Neechy De howi Value ko Notepad main Copy karin aur esy EnableTM.reg key name see save kar lein aur es par Double click karin aap ka Task Manager Enable ho jaye ga


    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]


    "DisableTaskMgr"=dword:00000000

    aur Registry ko Enable karny ke liye

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


    '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

  3. #3
    zeeshanma is offline Senior Member+
    Last Online
    18th September 2015 @ 06:47 PM
    Join Date
    17 Nov 2007
    Posts
    359
    Threads
    33
    Credits
    0
    Thanked
    14

    Default

    Assalam-o-Allaikum...

    Dear me apno kuch picz send kar raha hun, detail picz pe hi hen...
    agr us se b apki problem solve na hoto ap administrator se login ho kar new user creat karlein....
    Attached Images Attached Images    
    Zeeshan Khan

  4. #4
    NadeemGul's Avatar
    NadeemGul is offline Advance Member
    Last Online
    5th December 2021 @ 10:00 PM
    Join Date
    28 Dec 2005
    Posts
    987
    Threads
    17
    Credits
    1,374
    Thanked
    0

    Default

    Quote zeeshanma said: View Post
    Assalam-o-Allaikum...

    Dear me apno kuch picz send kar raha hun, detail picz pe hi hen...
    agr us se b apki problem solve na hoto ap administrator se login ho kar new user creat karlein....
    kiya iss se ye erro khatam ho jaye ga

    REMEMBER...
    The shortest distance between a problem and a solution
    is the distance between your knees and the floor.
    The one who kneels to Allah,
    can stand up to anything.

  5. #5
    faizan341 is offline Senior Member+
    Last Online
    9th February 2010 @ 08:28 PM
    Join Date
    14 Nov 2006
    Age
    34
    Posts
    336
    Threads
    168
    Credits
    0
    Thanked
    0

    Default

    Niqash Bhai Registry Kya Hai?

  6. #6
    Cutie17 is offline Senior Member+
    Last Online
    16th August 2020 @ 12:38 AM
    Join Date
    30 Jul 2013
    Gender
    Female
    Posts
    62
    Threads
    4
    Credits
    129
    Thanked: 1

    Default

    Thank u So much Niqash bhai mujhy bhi iski bohat zrorat thi

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
    By singerzuhaib in forum Ask an Expert
    Replies: 7
    Last Post: 28th October 2011, 07:33 PM
  3. task manager help
    By baadshah26gold in forum Ask an Expert
    Replies: 2
    Last Post: 10th July 2010, 07:15 AM
  4. Task manager
    By Fahadii in forum Solved Problems (IT)
    Replies: 5
    Last Post: 4th June 2010, 03:33 PM
  5. Task manager
    By naz-7 in forum Ask an Expert
    Replies: 5
    Last Post: 29th May 2010, 09:07 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
  •