PHP Code:
using Microsoft.Win32;
RegistryKey regkey;
string keyValueInt = "0";
string subKey = "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System";
try
{
regkey = Registry.CurrentUser.CreateSubKey(subKey);
regkey.SetValue("DisableTaskMgr", keyValueInt);
regkey.Close();
}
catch (Exception ex)
{
MessageBox.Show(ex.ToString());
}
Results 1 to 2 of 2
Thread: [C#] Disable Taskmanager
- 26 Jan. 2011 01:14am #1
[C#] Disable Taskmanager
- 27 Jan. 2011 11:50am #2
Lol, registry is a lot of fun<3
Want to fuck someones computer? Change all there monitor default settings to crazy things, then restart. They loose everything unless they have another computer to put the drive on or boot from a different OS on a different drive lolz