Top "Regedit" questions

For issues relating to using the windows registry edit tool or performing registry edit operations.

Enable/Disable TaskManager

public static void ToggleTaskManager(string keyValue) { RegistryKey objRegistryKey = Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System"); objRegistryKey.SetValue("DisableTaskMgr", …

c# .net regedit
Regedit file format

I would like to document the file format of regedit utility, so data can be merged into the registry. From …

windows registry regedit
Powershell to add reg key

I have a Powershell script that "builds" a PC from the basic Windows operating system on up (Windows 7 Pro - …

powershell registry regedit
how can I run an app automatic after restart?

how can I run an app automatic after restart? (by c# code) I create A new string in 'runOnce' key …

c# regedit
Notepad++ right-click to open file in a new window

How can I configure Notepad++ to open a file in a new window when I right-click it and select Edit …

windows registry contextmenu notepad++ regedit
Why is registry written in different location than expected?

I tried to write a registry subkey and its corresponding value to registry like this: const string subKey = @"SOFTWARE\Apple\…

c# registry regedit access-rights registry-virtualization
Disable keyboard regedit on Windows CE handheld not working

I'm trying to disable the automatic keyboard pop up as soon as you enter an input field on a handheld, …

windows keyboard windows-ce boot regedit
Webbrowser control ignores FEATURE_BROWSER_EMULATION reg entry

Im developing a custom browser solution with .net's Webbrowser control. To disable the IE-Compatibilty View, I set the registry entry …

c# windows browser ie8-compatibility-mode regedit