devxlogo

Editing Win95 Registry

Editing Win95 Registry

Question:
Is there any way of editing the Win95 Registry other than exporting it to a text file?. If not, how can I quickly change the registry ie. When exported my registry takes up over 1.3mb and using INPUT to find the data I want takes ages, is there any other way of doing this?

Answer:
Visual Basic provides several quick functions for editing the registry.The first is GetSetting, which reads a setting from the registry. It isdesigned to work in concert with SaveSetting, which writes settings to aspecial place in HKEY_CURRENT_USERSoftwareVB and VBA Program Setttings.For most applications, reading and writing to this area is sufficient. If you want to read other settings from other areas in the registry, youhave to use the API functions to do it.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist