Task Manager has been disabled by your administrator

Wondering how can you access the Task Manager when you’re facing this message: Task Manager has been disabled by your administrator? There are 2 ways to do this.
First method (the easy one):
Click Start, Run and copy/paste this command:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Click OK.
If you still cannot access the Task Manager [...]

Computer Hacking

How to Hide System Tray Icons Using Regedit Command

This tutorial is about how to hide all system tray icons using registry. It’s working perfect in XP and Windows Vista. In the next blog post I’ll show you how to hide only specific icons.
1. Open Start Menu >> Run, type regedit and press Enter
2. Go to the following path
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3. Create a DWORD value by [...]

How to

How to disable “just-in time debugging”

Just-In-Time debugging (that annoying pop-up message) is a windows feature that is starting automatically Visual Studio debugger when a software it’s giving a fatal error. There is no need for The Visual Studio debugger to run when some sort of error occurs.
How can you disable this windows feature?
Today I got the perfect solution:
-to stop this [...]

How to

Change the Temporary Internet Files location

To relocate the Temporary Internet Files using the registry editor could be a painfully method but in the same time kinda professional one, so you better prefer this one instead using third party windows utilities. Another good thing is that the registry editing is giving you more control than other methods. Let’s get started.
1. Create [...]

How to