Shine Tutorial    
  shinetutorialtopsideimage
HOME DOS OS C,C++ HTML CSS XML JAVA ASP PHP SQL OFFICE MULTIMEDIA MORE... CERTIFICATION ABOUT
 
S T ADVT
TUTORIALS
 

MS - DOS Command

« Previous Next Chapter »

Microsoft DOS scanreg command

Quick links

About scanreg
Availability
Scanreg syntax
Examples

About scanreg

Scanreg was first introduced by Microsoft with the introduction of Windows 98 and was a great utility until the introduction of Windows XP. Using Scanreg a user can backup his or her registry manually or allow Windows to backup the registry daily (default).

Availability

The scanreg command is an external command that is available in the below Microsoft operating systems.

Windows 98
Windows ME

Scanreg syntax

Usage: SCANREG [/<option>]

<option>

? Displays usage
BACKUP Backup the registry and related system configuration files.
RESTORE Choose a backup to restore.
FIX Repair the registry.
COMMENT="<comment>" Adds the specified comment to the CAB file while backing up.

Examples

scanreg

Run alone, scanreg will check the registry for errors and if requested backup the registry.

scanreg /restore

Must be run from a MS-DOS prompt and not a shell; will allow you to restore an earlier backup of your system registry.


« Previous Next Chapter »