Unsolved
This post is more than 5 years old
19 Posts
0
3011
March 2nd, 2005 02:00
Scanreg and Regedit Questions
Scanreg and Regedit Questions
Question 1. I've been studying the usage of scanreg.exe and the description of its switches. Consider clicking on Start, Run and typing Scanreg /Restore in the box and clicking OK. The description of the /Restore switch that I have read says: Displays a list of available backup files, sorted by the date and time the backup was created. However, I get no prompts which was expected. I see only a quick flash of gray screen. Does anyone know why?
Question 2: I've also been studying the usage of regedit. Consider clicking on Start, Run and typing Regedit in the box and clicking OK to see the Registry. Suppose one Exports the entire registry before making changes; starts making changes, additions and deletions; and then decides the changes were a mistake. Does Importing the previously Exported Registry file replace the messed up registry or just add to it?
0 events found
No Events found!


Denny Denham
2 Intern
•
18.8K Posts
0
March 2nd, 2005 03:00
In order to restore a saved copy of the registry in ME you must perform the procedure in DOS. See the instructions here.
Restoring a saved copy of the registry in the event errors were made when making modifications replaces the registry rather than adding to it. See this. As a rule, it is safer to simply export a single registry key before you edit its contents. Save the resulting *.reg file with an easily remembered name then if the changes made do not produce the desired result, either right-click the saved *.reg file and select "Merge" from the context menu or double-click the file to install it. It is prudent to make registry changes one at a time rather than as a group of simultaneous edits.
BRIANBORU
201 Posts
0
March 2nd, 2005 04:00
http://support.microsoft.com/default.aspx?scid=kb;en-us;273889
The following command-line options are supported in Windows or by booting to Safe mode: scanreg /restore, scanreg /fix, scanreg /opt."
raggtopp
19 Posts
0
March 2nd, 2005 15:00
C:\SCANAUTO.REG -this file is automatically run when the extraction is complete, so Registry checker may scan/backup the registry at each boot
C\WINDOWS\SCANREGW.EXE-the Windows Executable for Registry Checker
C:\WINDOWS\SCANREG.INI-the configuration file for Windows registry Checker
C:\WINDOWS\COMMAND\SCANREG.EXE-the DOS mode version of Registry checker, useful for checking and restoring corrupt registry files
BRIANBORU
201 Posts
0
March 2nd, 2005 16:00
raggtopp
19 Posts
0
March 2nd, 2005 20:00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSInfo\Tools\ScanReg]
"command"="scanregw.exe"
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU]
"a"="scanreg /fix\\1"
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU]
"b"="scanreg / opt\\1"