By tag: Registry
0
kicks
Class Diagrams for the .NET Windows Registry
Class diagrams and package diagrams for Microsoft.Win32 namespace.
0
kicks
Expose New Linq Operations from the HashSet<T> Performance Monster
Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable ...
0
kicks
Hacking the GAC, How to enable standard directory browsing
Have you ever wanted to or needed to view the actual contents of the GAC? Not just what is in the GAC, but actually grab the assemblies that are there?
0
kicks
PowerShell Registry Find and Replace
Some functions for performing find and replace on registry values from PowerShell.
0
kicks
Adding Registry Import capability to your C# application
You can spawn the regedit.exe command utility to simply mimic it's behavior in your C# application, here is how...
0
kicks
Enable the Registry Editor
Sometimes, some virus disable your Windows Registry Editor. This post tells you how to re-enable it, the .NET way.