Ok so I know a few people have been wanting a registry editing tutorial so I figured I'd start one, I'm still pretty new to reg edits as I have only done them since I got my incite, so those of you who have more experience or would like to add suggestions just send me a PM and I will add it to this post so all the info is easy to find.
EDIT: By the way, I will not be responsible if you mess up/ change something in the registry and brick your phone as a result, one of the many reasons to make a back up of the registry (read on) before fiddling with it... The edit demonstrated further down only changes two keys and is very simple to do.
I will be using CeRegEditor in this tutorial, it is free and very easy to use, it can be found here:
http://ceregeditor.mdsoft.pl/]http://ceregeditor.mdsoft.pl/]http://ceregeditor.mdsoft.pl/First, I guess understanding what the REGISTRY is and what editing it does would be a good place to start off. Here is a simple definition:
The Windows registry is the database most Windows-based operating systems use to keep track of the settings for the operating system and all installed programs.The registry is made up of three different sections, or "hives" all of which start with "HKEY"
They are:
-HKEY_CLASSES_ROOT
-HKEY_CURRENT_USER
-HKEY_LOCAL_MACHINE
Each one of these sections has many different Folders, all of which hold different keys. Keys are the entries in the registry which we will be changing (editing), which will in turn change settings that are not accessible on the phone (well sometimes you can used advanced config).
More info on the Registry (link supplied by inolephc)
http://www.wmexperts.com/articles/howto/how_to_edit_the_registry.htmlOk lets begin, start by connecting your phone via usb, once it is connected, start CeRegEditor.
At the top right corner of the window, you will see some tabs just like any other program, click on "Connection" then "connect."

CeRegEditor should now show that it is connected to your incite (LG-CT810) and will show some info about the phone (Battery, free memory) along with the "hives" that we talked about earlier.

Now, there are two things we have to do before editing anything:
1- You don't have to do this, but it is strongly recommended. Make a backup of your registry in case something goes wrong while editing the registry. Go to:
Tools>Backup/Restore>Create Image/Backup...
Follow the steps to create a backup image of your registry and save it somewhere on your computer.
2- You MUST unlock your registry before you can change anything in it. Go to:
Tools>Unlock registry
It will tell you to make sure you are connected to active sync, then click "Yes"
Ok so now your ready to start editing your registry, I will guide you through one of the edits that is posted on this forum somewhere. It will change the size of your scroll bars, which was very helpful for me.
HKLM\SYSTEM\GWE\
Horizontal scrollbar
cyHScr = 20
Vertical scrollbar
cxVScr = 20
So the above is the info that was supplied to do the edit.
First we will double click on HKEY_LOCAL_MACHINE (HKLM), you can also click the plus button next to it to expand, I double click but its just a preference...
Anyways you will see a long list of items, now expand the system folder, then click on "GWE"



You should see a long list of keys in the right area of the window, find the one that has the name "cyHScr"
Right click on it and then click "edit" a small window will pop up, change whatever number is in "value data" to 20. I think it begins as 13 but I don't remember. Leave everything else alone and click ok...

Do the same for "cxVScr"
After changing both of these keys you must reset your device before the edit will take effect, a pretty nifty thing about CeRegEdit is it has a reset feature:
Tools>Reset Device
Now open up file explorer or wmp and check out the difference!!
Congrats, you've done your first registry edit

Here is a link to some Incite-specific registry edits.
http://forum.xda-developers.com/showthread.php?t=511561Ok I just realized after previewing I made the pics a tab bit too big but nothing important should be cut off.
P.S. Mods, or anybody, like I said please make suggestions on things I might have missed(pretty sure I didn't miss anything haha) or I can add, change, or reword to make more sense.