// archives

PC Guide

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 [...]