![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | registry editing in windows vista 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 |
My System Specs![]() |
| | #2 (permalink) |
| | Re: registry editing in windows vista 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 Quote: > 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 |
My System Specs![]() |
| | #3 (permalink) |
| | Re: registry editing in windows vista In the RUN box, type 'regedit' but without the parentheses.. "Fus" <Fus@xxxxxx> wrote in message news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx Quote: > 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 |
My System Specs![]() |
| | #4 (permalink) |
| | Re: registry editing in windows vista 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 Quote: > 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 Quote: >> 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 |
My System Specs![]() |
| | #5 (permalink) |
| | Re: registry editing in windows vista 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: Quote: > In the RUN box, type 'regedit' but without the parentheses.. > > > "Fus" <Fus@xxxxxx> wrote in message > news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx Quote: > > 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 > |
My System Specs![]() |
| | #6 (permalink) |
| | Re: registry editing in windows vista 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 Quote: > 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: > Quote: >> In the RUN box, type 'regedit' but without the parentheses.. >> >> >> "Fus" <Fus@xxxxxx> wrote in message >> news:2A30748E-7754-4C71-8128-0553FE4BB171@xxxxxx Quote: >> > 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 >> |
My System Specs![]() |
| | #7 (permalink) |
| | Re: registry editing in windows vista "nweissma" <nweissma@xxxxxx> wrote in message news:FAB12E48-F5C4-4B9A-8F9D-BD2357D647CE@xxxxxx Quote: > 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 |
My System Specs![]() |
| | #8 (permalink) |
| | Re: registry editing in windows vista 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. Quote: > 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 Quote: > do not explain an enigma in terms of a conundrum, and are not written by > authors who belong in a straight jacket? |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Registry Editing | Tutorials | |||
| Registry Editing via Windows Explorer Shell | Software | |||
| registry editing has been disabled by your administrator | Vista General | |||
| Err Message: Registry Editing has been disabled by your administra | Vista file management | |||
| Registry Editing | Vista account administration | |||