Survey daripada anda diperlukan. Sila klik disini



Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HELP]masalah task manager
07-29-2010, 10:33 PM
Post: #11
RE: [HELP]masalah task manager
1. Verity that the "Local Group Policy" or "Domain Group Policy" doesn’t block you from using

"Task Manager".

1.1 "Local Group Policy"

a. Go to "Start" -> "Run" -> Write "Gpedit.msc" and press on "Enter" button.

b. Navigate to "User Configuration" -> "Administrative Templates" -> "System" -> "Ctrl+Alt+Del Options"

c. In the right side of the screen verity that "Remove Task Manager"" option set to "Disable" or "Not Configured".

d. Close "Gpedit.msc" MMC.

e. Go to "Start" -> "Run" -> Write "gpupdate /force" and press on "Enter" button.

Note: If you are using Windows 2000, please follow KB q227302 instead stage "e".

Using SECEDIT to Force a Group Policy Refresh Immediately
http://support.microsoft.com/kb/q227302/


1.2 "Domain Group Policy"

a. Contact you local IT support team.


2. Verity correct registry settings::

a. Go to "Start" -> "Run" -> Write "regedit" and press on "Enter" button.


Warning: Modifying your registry can cause serious problems that may require you to reinstall your operating system.
Always backup your files before doing this registry hack.

b. Navigate to the following registry keys and verity that following settings set to default:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
"DisableTaskMgr"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000000

c. Reboot the computer.















x bole gak T_T

Aku x Pro Hack Sad...

[Image: 1msia.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
07-30-2010, 11:12 PM
Post: #12
RE: [HELP]masalah task manager
Dulu pc aku penah kena camni.Aku fix pakai software ni Remove Restrictions Tool (RRT).Ni lawan web download dan pencerahan dia

http://www.raymond.cc/blog/archives/2007...-by-virus/
Find all posts by this user
Quote this message in a reply
07-30-2010, 11:23 PM
Post: #13
RE: [HELP]masalah task manager
(07-29-2010 10:33 PM)sabri94 Wrote:  <snip>
x bole gak T_T

(07-28-2010 03:55 AM)johnburn Wrote:  kl ttbe jd cmtu, kemungkinan besar kena virus
nk repair bg ada blk tu snang je (rujuk post azraindie) tp kena pastikn dlu pc btol2 clean
xmsthl wlpn ko br lpas frmat dh kena virus GayFace
cuba download, install, update n scan ngan malwarebyte

http://www.malwarebytes.org/mbam-download.php

sbb aku ckp mcm aku bold tu, kl ada virus n ko xbuang dlu, ko repair byk mana pn nt virus tu tukar blk

[Image: lol.png]
Trolling is a art
[̲̅ə̲̅٨̲̅٥̲̅٦̲̅]
PHP Deobfuscator - http://www.zongeek.net/decoder/
URL Shortener - http://www.zongeek.net/linker/
Find all posts by this user
Quote this message in a reply
07-31-2010, 02:28 PM
Post: #14
[split] Need guide on survey for new PC/Lappy
Here’s a simple program to Activated or deActivated your task manager. The philosophy to activate or deactivated task manager is simple, you just write change registry value in “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr” by 0 or 1.

* 1 mean Yes, you disable task manager
* 0 mean, No, enable task manager.

The program below use javascript and windows scripting to write the value into registry. To implement this program, here’s how:

1. Open Notepad

2. Disable wordwrap option in notepad

3. Copy paste listing program below.

4. Choose Save As, Name it as tsk_mgr.js, with save file type as : All Files

5. Save in C:\ or any folder you like

// Compact Program to Access Task Manager
// Program name: tsk_mgr.js

function preambule(messages)
{
natan.popup(messages,0,"Task Manager Guard");
}
function Write_It(myValue)
{
natan.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion"+
"\\Policies\\System\\DisableTaskMgr",myValue,"REG_DWORD");
}
var vbYesNoCancel = 3, vbYes = 6, vbNo = 7, myValue, messages, MyQuestion, natan;
natan = WScript.CreateObject("WScript.Shell");
messages = "Choose a Menu :\n\n"+
"Click [Yes] to Non-activate Task Manager.\n"+
"Click [No] to activate Task Manager.\n"+
"Click [Cancel] to quit.\n\n"+
"[+] absnet.wordpress.com [+]\n\n"+
"Non-activating Task Manager now?";
MyQuestion = natan.popup(messages,0,"Task Manager Guard",vbYesNoCancel);
if (MyQuestion == vbYes)
{
myValue=1;
messages="Task Manager De-activated!";
Write_It(myValue);
preambule(messages);
}
else if (MyQuestion == vbNo)
{
myValue=0;
messages="Task Manager Activated!";
Write_It(myValue);
preambule(messages);
}
else
{
messages="Thank you for using this program.";
preambule(messages);
}

To run this program, right click the program and choose Open With – Microsoft Windows Based Script Host. Open With Windows based script Host

Output of this program is as pictured below

Task Manager Guard

Quote:ttp://www.liveoxy.com/index.php?q=cnN5bmM6Ly9taXJyb3JzLnJpdC5lZHUvYmFja3RyYWNrLw%3D%3D

[Image: _ascii_hacked_gadgets.JPG]
Visit this user's website Find all posts by this user
Quote this message in a reply
07-31-2010, 08:03 PM
Post: #15
RE: [HELP]masalah task manager
nice saiful...
more neat n quick method fer me Smile

My life would be more fun if I AM DEXTER..

[Image: funny_174.gif]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 





Forum Jump:

Contact UsTBD - The Hollow WithinReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication