Try and sing out the lyrics!
The Windows REGISTRY is like a digital tree It's a key and value-based settings HIERARCHY.
It holds the
configuration for KERNEL'S State, and for the applications that you OPERATE.
This system replaces the old
INI_FILES, arranging the data in a CENTRALIZED style.
The actual files that make it up are called HIVES, and upon system boot they're read from the DRIVES.
A
hive
is a file, a permanent store, that windows will load to the kernel's core.
They're all found in a special
systems folder, like SYSTEM/SOFTWARE/DRIVERS and COMPONENTS.
And NTUSER.DAT holds a users own base,
located.
within their own profile's space.
It's stricture is made up of many nodes called KEYS, then VALUES, with data that the SYSTEM might need.
The
structure begins with a set of ROOT KEYS, which LOGIGCALLY organize these data trees.
HKEY_LOCAL_MACHINE is for system wide stuff, for services and drivers it holds just enough.
Then
HKEY_CURRENT_USER reflects a users own space for settings unique to your account and interface. This key is a
link, NOT a hive of it's own, to HKEY_USERS where your profile is shown.
The HKEY_USERS hive will contain every SID(Security ID), for all of the users accounts that are NOT hid, then HKEY_CLASS_ROOT is for file association, like which program to use for a filetype's creation.
It's also a view that is merged and then made, form machine and USER classes, a data cascade. These TOP-LEVEL
handles provide the main door, to access the settings the system has in store. Within every KEY named values
you can find, which hold specific data of various kinds. Each value contains a
NAME,TYPE and it's DATA, a
tripartite structure of key metadata.
The types define how the data is stored, a format by which the values can be explored.
REG_SZ holds a sting
of
Unicode text, a simple value you would likely expect.
REG_DWORDis for numbers, 32 bits in size a common integer that often applies.
For larger integers where 32
bits won't do there's the 64 bit REG_QWORD to use.
REG_BINARY stores raw data and if often the norm, just bytes in a sequence, with no real form.
And REG_MULTI_SZ can hold many text lines, a list of null-terminated strings you can define.
The tool that
you
can use for a manual peek, is REGEDIT.EXE then for yourself you can see.
But if you edit the registry you
best
use care, because the wrong mistake can cause a
system FAIL!
(south park) jimmy's modified Version
Mrs. Sherman was a health nut She cooked food in a wok.
Mr. Johnson was her boyfriend And he had a great big fat...
Cock-a-doodle-doodle that rooster just won't quit!
And I don't want my breakfast Because it tastes
like...
Shih Tzus make good house pets, They're cuddly and sweet,
not like Monkeys because they beat their...
Meeting' in the office A meeting' in the hall The boss wants to see you So you can suck his ...
Balzac was a writer He lived with Allen Funt Mrs. Roberts didn't like him because she's a...
Contaminated water Can really make you sick it will get into your bladder and blood comes out your...
Dictate what I'm saying because it will bring you luck And if you all don't like it I don't give a...
Flys are in the garbage, bees are in the hives
ask me no more questions and i'll tell you no more lies!
If you only remember one thing from this song let it be...
that Mrs. Sherman and Mr. Johnson are kissing in
the
DARK! DARK! DARK!
Dave was bragging to his Boss one day,
Dave>>>You know, I know everyone. Just name
someone,
anyone, and I know them."
"Tired of his boasting Dave's Boss called his bluff"
Dave's
Boss>>>OK, Dave! how about Tom Cruise?
Dave>>>Tom and I are old friends, and I can prove
it.
"So Dave and his boss fly out to Hollywood and
knock on Tom Cruise's door"
Tom Cruise>>>Dave! Great to see you! Come on in for a beer!"
"Although impressed, Dave's Boss is still skeptical.
After they leave Cruise's house"
Dave's
Boss>>>
You knowing Tom Cruise was just a lucky coincidence.
Dave>>>"No, no, just name anyone else, go
on.
Dave's Boss>>>The President!!!, I can say for sure there is no way you know the President.
Dave>>> We are old buddies, let's fly out to Washington.
"And off they go .At the White
House,
The President spots Dave on the tour and waves him and his boss over, saying"
The President>>>Dave, what
a nice surprise, I have some time, let catch up over a beer bring your friend.
"Dave's boss was shaken up and confused by now but ... still not totally convinced.
After they leave the
White House, and Dave's Boss expresses his doubts to Dave"
Dave>>> I implore you to name anyone else.
Dave's Boss>>> The Pope Good luck knowing the
POPE, DAVE!.
Dave>>> I've known the Pope for years.
"So off they fly to Rome..."
"Dave and his boss are assembled with the masses at the Vatican square"
Dave>>>This will
never work. I can't catch the Pope's eye among all these people.
I'll tell you what, I know all the guards
so let me just go upstairs and
I'll come out on the balcony with the Pope.
"Dave disappears into the crowd headed towards the Vatican.
Sure enough, half an hour later Dave emerges
with the Pope on the balcony, but...
by the time Dave returns, he finds that his Boss fainted and is
surrounded by paramedics.
Dave making his way to his boss's side, Dave asks him"
Dave>>>
What happened?
"His Boss looks up and says" Dave's Boss>>> It was the final straw...
you and the Pope came
out on to the balcony and the man next to me said...
'How does the Pope Know Dave?'
<html> </html> Makes the Document an HTML
<head> </head> information for the title and other information that is not displayed
<body> </body> Most of document that is displayed in the body
<p> Use this to place text on your page </p>
<br> Creates a Line Break. for example
<p> If you have a string of text that just gos on and on and on ... forever!...<br>
this will
break it down to the next line! </p>
<div> </div> Used to format block content with CSS
<ul> </ul>
Unordered List
<ol> </ol>
Ordered List