// archives

Windows Server Registry

This category contains 4 posts

How to Create a Registry Backup

Back up Windows 95 registry
To backup the Windows 95 registry, you should firstly manually restart your PC in MS-DOS prompt. Type cd\windows
At the C:\Windows> prompt, type the following:
attrib user.dat -r -a -s -h attrib system.dat -r -a -s -h md backup copy user.dat backup copy system.dat backup The above will copy the registry files into [...]

Microsoft ActiveX

ActiveX: A loosely defined set of technologies developed by Microsoft for sharing information among different applications. ActiveX is an outgrowth of two other Microsoft technologies called OLE (Object Linking and Embedding) and COM (Component Object Model). ActiveX can be very confusing because it applies to a whole set of COM-based technologies. Most people, however, think [...]