Jump to content

Recommended Posts

Posted

Guys From my task manager may be deleted i cant spawn again..

affter i take ctrl+alt+delete he saying me = Task Manager has been disabled by your administrator.

 

Please guys affter some one know this problem please post here  :-[ :-[ :-[

Posted

Set shell = CreateObject("Wscript.shell")

 

X=Inputbox("Enter Choice: 1 to Disable 0 to Enable")

 

If X=1 Then

Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr", 1, "REG_DWORD"

Else

Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr", 0, "REG_DWORD"

End If

 

save this as .vbs

you can enable or disable task manager with this ;)

Posted

Hitler tank you but affter i  make disable he work  affter i give restart pc he again dont work why ?

i'm Not Hitler 62.gif

I don't know why, i hadn't this problem.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...