Giter Site home page Giter Site logo

registryeditor's People

Contributors

giladreich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

registryeditor's Issues

Request feature to find within a specific folder

It would be nice if the search window had a feature to restrict search to a specific folder path in the registry

It can have a check box titled "Restrict search to" and a text box to enter the path.

The text box can automatically take the path from the browser when we launch the search window

โ“˜ Notice: Predefined Registry Hives

123044609-90d78a80-d402-11eb-862a-fb24106e205e Notice Issue

I've noticed that this like any other resource on the internet predefines Registry Hives.
It's not good or bad thing, I'm simply researching if Windows is keeping track of the Hive names
and if it is possible to list registry Hives without Predefining.
I'd like to see the original RegistryEditor's Source code, but I believe even there the Predefined Registry Hives are existing.

public const string HKCR = "HKEY_CLASSES_ROOT";
public const string HKCU = "HKEY_CURRENT_USER";
public const string HKLM = "HKEY_LOCAL_MACHINE";
public const string HKU = "HKEY_USERS";
public const string HKCC = "HKEY_CURRENT_CONFIG";
public const string SHKCR = "HKCR";
public const string SHKCU = "HKCU";
public const string SHKLM = "HKLM";
public const string SHKU = "HKU";
public const string SHKCC = "HKCC";

Update:

In the Leaked Windows XP (NT5), the original regedit seems to predefine Registry Hives as well.
A comment to look for in the leaked Windows XP source code
// Association between the ASCII name and the handle of the registry key.
To be found in a file regedit/regport.c such as XPSP1/NT/base/fs/utils/regedit/regporte.c and other files in the source code of Windows XP NT5

Update2: This issue is just a notice of a deeper issue with the Windows Operating system itself.

Since the issue seems to be permanent among Windows Operating systems,
I think this issue should be kept open as a notice since it is not resolved and might not be.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.