how do I edit the registry in windows vista the way we used to do in the run
box of windows XP
--
Have a Great Day
how do I edit the registry in windows vista the way we used to do in the run
box of windows XP
--
Have a Great Day
Same way Start->Run->Regedit, WinKey+R->Regedit, Command prompt-> regedit.
(You have to add the run command to the start menu in Vista, it doesn't show
by default.)
"Fus" <Fus@xxxxxx> wrote in message
news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx
> how do I edit the registry in windows vista the way we used to do in the
> run
> box of windows XP
> --
> Have a Great Day
In the RUN box, type 'regedit' but without the parentheses..
"Fus" <Fus@xxxxxx> wrote in message
news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx
> how do I edit the registry in windows vista the way we used to do in the
> run
> box of windows XP
> --
> Have a Great Day
I recommend Running Command Prompt with Administrative priviledges first
though so the changes will be applied. Right click Command Prompt > click
"Run as Administrator".
--
Andre
Blog: http://adacosta.spaces.live.com
My Vista Quickstart Guide:
http://adacosta.spaces.live.com/blog...3DB!9709.entry
"Michael O" <momalle1@xxxxxx> wrote in message
news:eQCmYNHDIHA.1316@xxxxxx
> Same way Start->Run->Regedit, WinKey+R->Regedit, Command prompt-> regedit.
> (You have to add the run command to the start menu in Vista, it doesn't
> show by default.)
>
> "Fus" <Fus@xxxxxx> wrote in message
> news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx>
>> how do I edit the registry in windows vista the way we used to do in the
>> run
>> box of windows XP
>> --
>> Have a Great Day
perhaps a bit off this thread's topic..i apologize.
i need to become proficient in the understanding of the workings of the
registry. keeping in mind that i am a newbie, what sources are available that
do not explain an enigma in terms of a conundrum, and are not written by
authors who belong in a straight jacket?
--
32-Vista Home Premium
Intel DG965RY Motherboard
Intel E6400 Processor
OEM = Velocity Micro (Richmond VA)
"Mike Hall - MVP" wrote:
> In the RUN box, type 'regedit' but without the parentheses..
>
>
> "Fus" <Fus@xxxxxx> wrote in message
> news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx>
> > how do I edit the registry in windows vista the way we used to do in the
> > run
> > box of windows XP
> > --
> > Have a Great Day
>
GIYF:
http://www.google.com.jm/search?hl=e...ta&btnG=Search
--
Andre
Blog: http://adacosta.spaces.live.com
My Vista Quickstart Guide:
http://adacosta.spaces.live.com/blog...3DB!9709.entry
"nweissma" <nweissma@xxxxxx> wrote in message
news:FAB12E48-F5C4-4B9A-8F9D-BD2357D647CE@xxxxxx
> perhaps a bit off this thread's topic..i apologize.
>
> i need to become proficient in the understanding of the workings of the
> registry. keeping in mind that i am a newbie, what sources are available
> that
> do not explain an enigma in terms of a conundrum, and are not written by
> authors who belong in a straight jacket?
> --
> 32-Vista Home Premium
> Intel DG965RY Motherboard
> Intel E6400 Processor
> OEM = Velocity Micro (Richmond VA)
>
>
>
> "Mike Hall - MVP" wrote:
>
>> In the RUN box, type 'regedit' but without the parentheses..
>>
>>
>> "Fus" <Fus@xxxxxx> wrote in message
>> news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx>>
>> > how do I edit the registry in windows vista the way we used to do in
>> > the
>> > run
>> > box of windows XP
>> > --
>> > Have a Great Day
>>
"nweissma" <nweissma@xxxxxx> wrote in message
news:FAB12E48-F5C4-4B9A-8F9D-BD2357D647CE@xxxxxx
> perhaps a bit off this thread's topic..i apologize.
>
> i need to become proficient in the understanding of the workings of the
> registry. keeping in mind that i am a newbie, what sources are available
> that
> do not explain an enigma in terms of a conundrum, and are not written by
> authors who belong in a straight jacket?
> --
> 32-Vista Home Premium
> Intel DG965RY Motherboard
> Intel E6400 Processor
> OEM = Velocity Micro (Richmond VA)
>
Open Vista Help and Support.
Type "Registry"
Read "What is the registry?" and "Registry management strategies for IT
pros" articles. Both articles are written in "plain English."
You can also open regedit and check out its help file.
Lang
There's a lot in the Registry and much of it is
neither well-designed nor well-arranged. That's to
say, knowing the general layout doesn't necessarily
tell you very much.
An author named John Woram wrote a very good
Registry book in the past. I don't think he's still
writing, but if you could find a copy of his book for
*any* Windows version it would tell you a lot of the
basics.
The 3 main relevant keys are:
HKEY_CLASSES_ROOT - Contains information about how to deal
with files based on file extension. Below that it contains
a list of classes or "ProgID"s. That's for COM. Basically, it's
a large index of components on your machine that Windows
can use to find a needed component. That in itself is a very
long story.
HKEY_LOCAL_MACHINE - Contains various information about
the hardware drivers, software configuration, Windows setup,
etc. If you browse through there you'll get the general idea.
HKEY_CURRENT_USER - Contains information about the currently
logged on user. It's the personal version of HKLM.
The Registry is designed, in large part deliberately,
to be very disorganized and confusing. If you try hard to get
Windows to be just the way you want it, you'll quickly find
that a great deal of that project involves finding and setting
very obscure Registry values. That arrangement keeps most
people from changing their PC setup. That means MS has
less support costs and it also means that corporate system
administrators can feel confident that the workers they supervise
are unlikely to ever figure out how to configure Windows in the
way they want it.
A good example of that is Internet Explorer
settings. AOL has historically removed whole Registry keys in
order to remove tabs from the Internet Options window that they
don't want people to discover. They can do that! And of course,
very few people do discover those tabs missing. In case they do,
there's also a setting in HKLM that will allow someone who knows
about it (AOL or your system admin.) to let you change settings
in Internet Options but cause them to have no effect, because
they'll be overridden by settings in HKLM!
That example is just a very tiny part of the breathtaking -
and partially deliberate - disorganization and lack of centralization
in the Registry.
that
> i need to become proficient in the understanding of the workings of the
> registry. keeping in mind that i am a newbie, what sources are available
> do not explain an enigma in terms of a conundrum, and are not written by
> authors who belong in a straight jacket?
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Registry Editing Failed | Gamoholic | System Security | 2 | 17 Dec 2009 |
| Registry Editing | Dwarf | Tutorials | 0 | 30 Aug 2008 |
| Registry Editing via Windows Explorer Shell | dmex | Software | 2 | 05 Aug 2008 |
| registry editing has been disabled by your administrator | Jassim Rahma | Vista General | 1 | 18 Apr 2007 |
| Registry Editing | טל ז | Vista account administration | 1 | 07 Feb 2007 |