Tuesday, 27 July 2010

System Errors in Networking Meaning & Solutions

System Errors

System error 5 - Access is denied
System error 5 because of firewall
System error 5 when using net view command in Vista
System Error code: 5, 53 and 66
System error 8 - Not enough storage is available to process this command
System error 21 has occurred - The device is not ready.
System error 51 has occurred - The remote computer is not available
System error 51 and 67
System error 52 - You were not connected because a duplicate name exists on the network.
System error 53 - The network path was not found
System error 59 has occurred. An unexpected network error occurred
System error 64 - "The specified network name is no longer available"
System error 67 - The network name cannot be found
System Error 71 - The network request was not accepted
system error 71 has occurred - Post
System error 85 has occurred. The local device name is already in use
System error 85 has occurred - Case Study
System error 234 - More data is available
System Error 1130 - "Not enough server storage is available to process this command" and “Not enough memory to complete transaction. Close some applications and retry”
System error 1219 has occurred - The credentials supplied conflict with an existing set of credentials
System error 1219 - Multiple connections to a server
System error 1231 has occurred. The network location cannot be reached.
System error 1231 - There are no entries on the list
System Error 1240 - The account is not authorized to login from this station.
System error 1311 - There are currently no logon servers available to service the logon request
System error 1312 has occurred - - A specified logon session does not exist. It may already have been terminated.
System Error 1314 – A required privilege is not held by the client
System error 1326 has occurred - Logon failure: unknown user name or bad password
System error 1326 - Logon failure: unknown user name
System error 1326 has occurred when using net use in Vista
System error 1331 has occurred - Logon failure: account current disable
System error 1385 has occurred - Logon failure: the user has not been granted the requested logon type at this computer
System error 1396 has occurred - Logon Failure: The target account name is incorrect.
System error 6118 - The list of servers for this workgroup is not currently available
System error 1726 has occurred. The remote procedure call failed.


For consultants, refer to system error issue page.

System error 5 - Access is denied
This is a permission issue. If the net view command fails with a "System error 5 has occurred. Access is denied." message, 1) make sure you are logged on using an account that has permission to view the shares on the remote computer. 
2) Need to cache credential: logon the same username and password on both computers or use net net use \\computername /user:username command.
3) Make sure the Netlogon service is running.

System error 8 - Not enough storage is available to process this command
or System error 234 - More data is available.

Symptoms: If you attempt to start the server service manually, the following errors may be displayed: System error 234 has occurred. More data is available. Or system error 8 has occurred. Not enough storage is available to process this command. The event viewer shows "Event ID: 7023. Description: The Server service terminated with the following error: More data is available. Or Event ID: 7001. Description: The Net Logon service depends on the Server service which failed to start because of the following error: More data is available.

Resolutions: 1) apply (or reapply) the latest Windows NT 
2) remove any unnecessary entries from this value in the registry, HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\LanmanServer \Parameters\NullSessionPipes

System error 51 has occurred - The remote computer is not availableSymptoms: You may receive "System error 51 has occurred. The remote computer is not available" when using net use to map the computer drive.

Resolutions: 1. Make sure server service is running on the remote computer.

2. Enable file and printer sharing.




System error 52 - You were not connected because a duplicate name exists on the network.

Symptoms: you can ping a host but not net view it. When using net view \\hostname, you get system error 52 - a duplicate name exists on the network.

Resolutions: there are two host names or alias name (cname) are pointed to the same IP. 1) check the WINS records. 2) check DNS records. 3) Go to System in the Control Panel to change the computer name and try again.

System error 53 - The network path was not found.

Symptom: when using net view \\ip or \\computername, you get system error 53. 

Resolutions: 1) if it is domain environment, check your WINS; 
2) if it is peer-to-peer workgroup, enable NetBIOS overTCP/IP
3) make sure the machine is running; 
4) make sure file and Printer Share enabled on remote computer; 
5) make sure client for ms networks is enabled on local computer; 
6) make sure you type the correct name. 
7) Make sure no firewall running or any security setting.

VPN Case Study - Can ping VPN server but receive System error 53 using net use

Case Study - System Error 53 - The network path was not found.

System error 67 - The network name cannot be found

Symptom: When using net view \\computer or net use \\IP, you may receive above error message.

Resolution: 1. Make sure you type the correct computer name or shared name.

2. Make sure the Workstation service is running on the local computer while Server service is running on the remote computer.



System error 85 has occurred. The local device name is already in use

Cause: net use /persistent:yes is default settings for NT and win2000/XP. If you have mapped some network drives and check the reconnect at logon, or your network uses logon script to map network drives, the mapped network drives may show red Xs. If you enable echo and pause the logon script or if using net use to map the same drive manually, you may get "System error 85 has occurred. The local device name is already in use." One thing you may want to try is using net use /persistent:no, for example, net use i: \\servername\folder /persistent:no.

System error 1219 has occurred - The credentials supplied conflict with an existing set of credentials

Symptoms: 1) When you log on to a domain from w2k client; 2) when attempting to join a domain, you may receive the following error message: The credentials supplied conflict with an existing set of credentials.

Resolutions: This may cause because of attempting to make two or more connections to the same server using two or more sets of credentials
1. Go to windows explorer and disconnect all network drives. Then re-logon.
2. Delete the profile or copy another profile. Note: you may lost all settings and data in My Documents when deleting or copying profile.
3. If solution 1 and 2 doesn't work, try this: 1) Log on as an administrator at any workstation and run regedt32. 2) Select HKEY_USERS, but do not open. 3) From the Registry menu, click Load Hive. 4) This will bring up a Load Hive dialog box. Locate the Ntuser.dat file for the user with the errors. Select the Ntuser.dat and click Open. You may enter any string for the Key Name. Use TEST for ease of use pertaining to the remainder of this article. 5) Locate the Username value under the following key in the registry: HKEY_USERS\TEST\Network\Username. 6) Delete the string for Username (leaving it blank is sufficient). 7) Select the TEST hive that you previously loaded, click the Registry menu, and then click Unload Hive. 8) Quit Registry Editor.
4. If you get this message when joining the domain, make sure 1) you have delete the computer from AD; 2) delete it from DNS; 3) delete it from WINS.

System error 1231 has occurred. The network location cannot be reached.
Symptom: When using net view \\computername, you may receive System error 1231.

Resolutions: 1) make sure Client for MS Networks is enabled, 2) make sure you have permission to access it.

System Error 1240 - The account is not authorized to login from this station.

Symptoms: 1. You may get the system error 1240 when using net view \\remotecomputer'
2. “Workgroup_name is not accessible… Account is Not Authorized to Log In to this Station” when attempting to browse the workgroup from a networking computer.

Resolutions: 1. Use Regedit to enable unencrypted (plain text) passwords for the SMB client.
2. Enable Send Unencrypted Password to Connect to 3rd Party SMB Servers under Local Security Policy.
3. Set the following policies as showing:
Digitally sign client communications (always) - disabled
Digitally sign server communications (always)- disabled
Digitally sign server communications (when possible) - disabled
LAN Manager Authentication Level set to Send LM and NTLM - use NTLMv2 session security if negotiated - (default) send LM & NTLM responses
Secure channel: Digitally encrypt or sign secure channel data (always) - disabled
Secure channel: Require strong (Windows 2000 or later) session key - disabled
4. Contact the third-party SMB server manufacturer if you have a third-party SMB server, such as DEC Pathworks, Samba or Linux.
5. If you are running Windows 9x, you may want to re-configure windows authentication for network logons.



System error 1311 - There are currently no logon servers available to service the logon request

Symptoms: The primary purpose of logging on with cached credentials is to enable you to access the local workstation. However, if you have logged on by cached credentials, you may be unable to access network resources because you have not been authenticated. For example 1) after you log on to a w2k/xp laptop by using cached credentials, you may be unable to access the network resources. This issue is commonly experienced by laptop users whose computer resides in a Windows Server domain and who log on to the computer by using cached credentials prior to being able to establish a remote access connection. 2) You log on to a w2k/xp laptop with a domain logon option in a workgroup network. After you establish the connection and you try to map the network drives, the operation may be unsuccessful, and you may receive the following error message: "System Error: (1311) There are currently no logon servers available to service the logon request."
Resolutions: To authenticate the cached credentials, 1) if it is w2k/xp, use net command, for example, net use \\servername\sharename /user:username. 2) if xp, open Windows Explorer>Tools>Map Network Drive. Click Connect using a different user name, enter the username and password.

System error 1326 has occurred - Logon failure: unknown user name or bad password.

Symptom: when using net use to map a network drive, you may receive "System error 1326 has occurred. Logon failure: unknown user name or bad password." message.

Resolutions: 1) create a user account on remote computer; 2) need to enable the guest account; 3) make sure the remote computer doesn't use auto-logon and blank password; 4) make sure you have a folder or drive shared on the remote computer. 5) use net use \\servername /user:username command. Make sure you type correct command (e.g. use net use \\servername \user:username will get this error too)

System error 1331 has occurred - Logon failure: account current disableSymptom: When using net use \\computername command, you may receive above error message.

Resolutions: this is cache credentials issue. To fix this problem and cache the credentials, use net use \\computername /user:username command.

System error 1385 has occurred - Logon failure: the user has not been granted the requested logon type at this computer
Symptoms: When using net use \\remotecomouter\ahredname, you may receive above message.

Resolution: 1. The users do not have permission to connect to the remote computer. To resolve this problem: on the remote computer, select Administrative Tools>Local Security Settings>Local Policies>User Rights Assignment, right-click on Access this computer from the network>Properties>Add Users or Groups, add everyone or any users you want to be able to access the computer from the network.

2. refer to this case: Solved: System error 1385 - Logon failure 

System error 1396 has occurred - Logon Failure: The target account name is incorrect.

Symptoms: 1. when using net use, you may receive above message.
2. when using net view \\hostname, you may receive "System error 5 has occurred. Access is denied.". However, net view \\ip works fine.
3. You may receive above error while running logon script.

Causes: 1. SPN for the domain that is hosting the replica has not been propagated.
2. Incorrect target account name or the server is not online.
3. If you have DFS, make sure the DFSRoot is available.

Sunday, 25 July 2010

Hardware Troubleshooting Tips


Troubleshooting Tips to 50 Most Frequently asked Hardware Problems
Here are the simple troubleshooting tips to some of the most commonly encountered hardware problems. 

01. There is no power light, and you cannot hear any cooling fan. 
--> Check SMPS power, main power connection, and check connection on Motherboard from SMPS, check front panel connections.


02. There is no power light, but you hear the cooling fan running.
--> Check front panel connections.


03. The power light is on, but there is no apparent system activity.
-->Problem in Power good signal, video card, RAM slots.


04. The power light is on, but you hear two or more beeps.
--> CMOS checkup failure, RAM speed mismatch, RAM not inserted in its slot properly.


05. The power light is on, but the system hangs during initialization.
--> Check hardware settings, cables and bus.


06. You see no drive light activity.
--> Check power connection to that drive, front panel connections.


07. You see a message indicating ‘CMOS setup problem’.
--> Indicates CMOS memory has been failed so change CMOS battery.


08. The drive light remains on continuously.
--> Lens or head problem which indicates that Hard disk is in a bad condition.


09. You see normal system activity, but there is no video.
--> Check for monitor cable connection, monitor problem.


10. System fails to recognize the newly installed devices.
--> Check Power supply, cable connection, port, hardware. Enable settings in bios.


11. The system fails to boot, freezes during booting, or freezes during operation 
        for no apparent reasons.
-->problem in RAM, cache memory.


12. One or more applications fails to function as expected after an upgrade.
--> Check for hardware compatibility list for the newly installed software.


13. Windows 98/Me will not boot, and disk check reports bad clusters that it cannot        repair.
--> Perform high level formatting, zerofill.


14. During the windows boot, you get an “Invalid system disk” error.
--> Operating system failure, invalid BOOT.INI file, bad MBR.


15. Windows 98/Me will not install on a compressed drive.
--> 98 doesn’t support NTFS to install OS.


16. BIOS ROM checksum error—system halted.
--> Restore BIOS settings, set the jumpers, and check the battery voltage and change it if necessary.


17. C: or D: drive error.
--> Check MBR, Try repartitioning, Adjust cable, Run disk check to remove bad sectors. If the error still persists, format.


18. "Cache memory bad, don’t enable cache" error 
--> Change processor.


19. "CMOS battery failed" error 
--> Change CMOS (complimentary metal oxide semiconductor) battery.


20. "CMOS checksum error-defaults loaded" error 
--> Check jumpers.


21. CMOS memory size mismatch.
--> Change CMOS battery.


22. CPU at “nnn” error 
--> Cache memory fails.


23. DMA (or DMA#1 or DMA#2) error.
--> North Bridge fail, disable DMA controller


24. Hard disk configuration error.
--> Setup BIOS as auto detect.


25. Hard disk failure.
--> Cable, auto detect, check for BIOS settings


26. Insert bootable media.
--> Check O.S on hard drive, change boot priority.


27. Keyboard controller failure.
--> Change keyboard.


28. Primary input device not found.
--> Keyboard not connected.


29. Disk cannot be read.
--> Mainly Motor problem or lens problem. Better check out all the devices in that Hard drive


30. The disk does not turn.
--> Spindle motor problem, so check its mechanism and replace if necessary.


31. The computer locks up while reading a CD/DVD.
--> CD/DVD problem, laser beam intensity problem and cable connection.


32. You receive a “Buffer Underrun” error when you are writing in CD-R mode.
--> Increase buffer size.


33. You receive an “invalid media” error when trying to boot from the CD.
--> That is not a bootable disk.


34. The system boots from the hard drive even though there is a bootable disk in the    drive.
--> Check out setup BIOS and set first boot device to CD drive or floppy where you have inserted bootable disk.


35. When copying large files, the copy problem is eventually interrupted with a      “blue screen” error.
--> RAM problem.


36. You see drive activity, but the computer will not boot from the hard drive.
--> Cable problem, bad sectors on tracks so try disk check and scandisk.


37. Your IDE drive spins up when power is applied, then rapidly spins down again.
--> Required wattage is not available from SMPS (Switch Mode Power Supply)


38. You see an “Error reading from C:” error message.
--> File system or file allocation table (FAT) error so better to format, OS not loaded properly so try to repair.


39. You see "Disk Boot Failure", "non-system disk", or "No ROM Basic- SYSTEM HALTED"        error message.
--> General checkup, cable connections, bad sectors, insert bootable disk and change boot priority.


40. You find two keyboards listed in the Windows Device Manager.
--> When USB keyboard is connected it will show PS/2 also connected.


41. Your laptop doesn’t detect a PS/2 keyboard.
--> Change IRQ settings.


42. You are encountering a memory error with HIMEM.SYS under DOS.
--> Copy HIMEM.SYS from boot CD using command "extract" in base folder.


43. USB pointing device do not work in safe mode.
--> While in safe mode we will not get any other external devices


44. The modem will not pick up the phone line.
--> Busy, it’s already in use.



45. Secondary IDE controller resource conflict. 
--> Set IRQ in auto.


46. You receive an "erase chip failure" when trying to run a flash loader.
--> Write protect change to "disable" in integrated peripheral


47. After installing new BIOS, the system now asks for a password.
--> Clear the CMOS by jumpers and try again


48. Power management features are not available.
--> Check in BIOS setup.



49. PnP support is not available, or PnP devices don’t function properly.
--> Your BIOS doesn’t support PnP feature


50. The A: drive appears in My Computer even though no drive is installed.
--> Change BIOS settings for floppy from enabled or disabled

Thursday, 22 July 2010

Windows XP - Frequently Asked Questions and Solutions



1.    How do I open System Restore?
2.    How do I Start the System Restore from the command prompt?
3.    How do I access System Restore from Safe Mode?
4.    How do I use the Event Viewer to search for System Restore log’s?
5.    How do I reinstall System Restore? 
6.    How do I create an automatic restore point using Task Scheduler? 
7.    How do I test System Restore?
8.    How do I disable the Indexing Service?
9.    Can I use System Restore to uninstall applications?
10.  Can I use System Restore to reinstall deleted or uninstalled applications?
11.  Can I permanently save a restore point for later use?
12.  Can I delete individual restore points from the system volume information folder?
13.  Can I use System Restore to remove virus or malware infection?
14.  Should I purge all my restore point before removing virus & malware infection?
15.  Should I let System Restore monitor my external drive?
16.  What should I do before running System Restore?
17.  What should I do after restoring my system to an earlier date?
18.  What are the types of restore point I may see in the “Select a restore point” window?
19.  Where are the System Restore files located on the drive?
20.  What is the System Volume Information folder used for?
21.  Why is the System Volume Information folder so large?
22.  What happens to User Account in the restore process?
23.  After restoring there are programs listed in add/remove that can not be uninstalled
24.  In the restore process, what's restored and what's not!
25.  A drive letter(s) are missing or mismatched on the System Properties - Restore Tab?
26.  System Restore opens to a blank window?
27.  System Restore Setting link in Welcome to System Restore does not work
28.  Microsoft support is asking me to generate a .cab file to troubleshoot System Restore?




How do I open System Restore? Updated! 9/9/06
1. Go to Start - All Programs - Accessories - System Tools - System Restore.


2. Go to Start - Run and paste the following command then press enter.

%systemroot%\system32\restore\rstrui.exe

3. Go to Start - Run and type msconfig and press enter. Click on Launch System Restore.

4. Go to Start - Help and support, "Undo changes to your computer with System Restore"

5. Press Ctrl+Alt+Del to launch Task Manager. Click File - New Task (Run...) and enter the following command then click OK.

%systemroot%\system32\restore\rstrui.exe

6. From Safe Mode, and from the Command Prompt. See the next two FAQs.


How do I Start the System Restore from the command prompt?
1. Boot the system and start tapping the F8 key as BIOS information goes by.
At the Windows Advanced Options Menu select Safe Mode with a command prompt.

For additional information about the Safe mode with a command prompt, click the following article in the Microsoft Knowledge Base:

A description of the Safe mode boot options in Windows XP

2. Log on to your computer with an administrator account or with an account that has administrator credentials.

3. Type the following command at a command prompt, and then press ENTER:

%systemroot%\system32\restore\rstrui.exe

4. Follow the instructions to restore your computer to an earlier state, or undo the last restore if available.

Note: When restoring a system from the command prompt, a automatic “UNDO” restore point will NOT be created and will not allow a restoration to the current state.


How do I test System Restore?
Create a new restore point named TEST.
Create a new shortcut on the desktop and point it to My Computer or any other file of your choice and name it TEST.
Now restore to the Test restore point.
The system will now reboot, and you will receive a message if the restore was successful, and the Test shortcut on the desktop will be gone. If not, follow these troubleshooting tips.

Note: This should be conducted on a regular basis. Once a month should do. Or if the system has been subject to virus or malware/spyware infection but only after the system has been fully cleaned.


How do I disable the Indexing Service? New! 10/11/06
Go to Start - Run – and type the following command then press OK.

 services.msc

Scroll down to and double click: Indexing Service
Click the Stop button
In the Startup Type field select Manual of Disabled, then click Apply then OK
After you restart your machine it will stay disabled.

Can I use System Restore to uninstall applications?
NO! System Restore does not completely uninstall applications when restoring to a point prior to the applications installation. What happens is, System Restore only removes the monitored files for the installed applications and the remaining non-monitored files are left behind. Any registry entries made by the installation of the application will also be gone. This will cause the application not to function. And in some cases, cause the uninstall and reinstall process of the partially removed application to fail. This is why it is recommended to uninstall any applications installed after the restore point you will be restoring to. If the uninstall and reinstall fail, try to undo the restore point, uninstall the application in question, then perform the restore again. The only other option would be to manually remove (for advanced users) leftover files, folders, shortcuts, and registry entries.


Can I use System Restore to reinstall deleted or uninstalled applications?
For the most part, NO. System Restore will not restore uninstalled applications. It was not designed to do so. System Restore monitors a core set of system files and most of the registry. In a typical application installation there are file types that System Restore does not monitor, and therefore will not restore. This would cause the application to fail to run. An exception to this would be if an application consisted of only monitored file types. Such as just an EXE file.


Can I permanently save a restore point for later use?
By designed and under normal conditions System Restore will automatically create a new restore point every 24 hours.

When the allotted disk space is reached, the oldest restore point will be purged on a first in first out (FIFO) basis. Otherwise, restore points over 90 days are purged automatically by default.

Each one of these restore points are chained (or linked) together with previous restore points. When a restore point is chosen, all restore point created prior to that restore point are also required to complete the restoration.

While all of this is going on, in real time, a log is being created or updated that tracks the consistency between the files System Restore is monitoring, and the files that are actually backed up. If an inconsistency is found between the log file and the files located in the System Volume Information folder, restore point corruption can occur. In turn this causes the chain to become broken and any prior restore points to become useless, thus causing System Restore to fail at a restore. At this point all restore points would have to be purged to remove the corruption. So you can see, backing up and restoring restore points would cause an inconsistency in the restore log thus causing corruption and the loss of all restore points.

Note: Any changes made within the System Volume Information folder (where System Restore stores restore information) will almost certainly cause the same corruption.


Can I delete individual restore points from the system volume information folder?
No, and here why. Each restore points is chained (or linked) together with previous restore points. When you choose to restore a system all the previous restore point are required to complete the restore, thus if one is missing the chain will be broken and cause all existing restore points become corrupt. At this point all restore points will need to purged to correct the corruption. So the best advise is to NOT touch the contents of the System Volume Information folder.


Can I use System Restore to remove virus or malware infection?
NO. System Restore was not designed to be a virus or spyware removal tool and should not be depended on to do so. Click here for more information on virus and spyware removal.


Should I purge all my restore point BEFORE removing virus & malware infection?
No, and here’s why. If something goes wrong in the virus/malware removal process you will have no way to reverse your actions. Sometimes the removal process can be more damaging to the system than the infection. Two examples would be if the system became unbootable, or if the ability to connect to the internet to retrieve additional cleaning utilities is lost. So it is a good practice to leave System Restore restore points intact until the cleaning process is over and the system is otherwise clean of infection. Virus and malware infection residing within restore points are dormant, unless the system is restored to an infected restore point.

Warning: Just don't forget to purge all existing restore points after the cleaning is complete.


Should I let System Restore monitor my external drive? Updated! 7/22/07
It is a bad practice to let System Restore monitor an external drive. By design most external drives are monitored by System Restore. If any changes are made to the external drives files while it is not connected to the system, the next time it’s connected System Restore will find an inconsistency in the SR log and cause all existing restore points to become corrupt and require there deletion. The same can be true if the external drive is powered off while the system is running.


A possible work around is to assign a permanent drive letter (the higher in the alphabet the better) to the external drive via Disk Management. To access Disk Management, go to Start - Run and type diskmgmt.msc then press enter.


Right-click a partition, logical drive, or volume, and then click Change Drive Letter and Paths.

Do one of the following:

1. To assign a drive letter, click Add, click the drive letter you want to use, and then click OK.

2. To modify a drive letter, click it, click Change, click the drive letter you want to use, and then click OK.


Reboot the system. Open System Restore and stop monitoring that drive. This should keep System Restore from monitoring that drive, but not always.


Related article: USB drive letter manager - USBDLM



What should I do before running System Restore?
Any application installed after the restore point you are reverting to may not function. What happens is, System Restore only removes monitored files for the installed applications and the remaining files are left behind. This can cause the application not to function. And in some cases, can also cause the uninstall and reinstall process of the partially removed application to fail. It is recommended to uninstall any applications that were installed after the restore point you will be restoring to.


What should I do after restoring my system to an earlier date? Updated! 9/8/06
*       After restoring a system to an earlier date all monitored files and folders will be reverted back to that date.
*       Any type of application that requires regular updates, such as virus and spyware applications may need to have there definitions updated.
*       Run Windows Update and MS Office Update, if installed
*       Any application installed after the restore point you are reverting to may not function. What happens is, System Restore only removes monitored files for the installed applications and the rest are left behind. This can cause the application not to function. And in some cases, can also cause the uninstall and reinstall process of the partially removed application to fail. It is recommended to uninstall any applications that was installed after the restore point you will be restoring to.
*       Application that were uninstalled will not be fully reinstalled in the restore process because the installation may have contained unmonitored file types. Monitored files from that installation will be restored. To remove one of these partially installed application it may be necessary to reinstall it, then uninstall it via add/remove programs in Control Panel.

What are the types of restore point I may see in the “Select a restore point” window? Added 7/7/07
Initial System checkpoints: This restore point is created the first time you start your computer after you upgrade it to Windows XP or when you first start a new computer.


System checkpoints: System Restore creates restore points on a regular basis even if you have not made any changes to the system. System Restore automatically creates these restore points every 24 hours of calendar time, or every 24 hours your computer is turned on. If your computer is turned off for more than 24 hours, System Restore creates a restore point the next time you start the computer. The computer must be idle for a few minutes before System Restore creates a scheduled restore point.


Program name installation restore points: When you install a application and provided the application utilizes an installer that is System Restore compliant this restore point will be created. Selecting this restore point removes installed files and registry settings made to the system during and after the install process. Files not monitored by System Restore will remain.


Automatic update restore points: If you use Windows XP automatic updates to receive downloaded updates, System Restore creates a restore point before installing the updating software.


Software Distribution Service 2.0 restore points: When Windows Update installs updates this restore point will be created prior to installing.


Manually created restore points: You can manually create your own restore points in the System Restore Wizard. When a created restore point is listed in the Select a restore point screen, it includes the name you gave it and is prefaced with the day, date and time it was created. You can create a restore point when you like the way your computer is functioning or before you make changes on your computer, like installing programs, hardware, changing system or registry settings that might make your computer function in an unexpected way.


Restore operation restore points: Each time you perform a restoration, System Restore creates a restore points that will allow you to UNDO the restoration. On option to “Undo my last restoration” will be displayed when opening System Restore for a period of time.


Unsigned device driver restore points: System Restore immediately creates a restore point if it detects that you are installing a driver to your computer that has not been signed or certified by Windows Hardware Quality Labs (WHQL). If the installation of the driver makes undesirable changes to your computer, you can select these restore points in the System Restore Wizard to undo the changes and restore your computer to the state that existed before the driver was installed.


Microsoft Backup utility recovery restore points: When you perform a recovery using the Backup utility, System Restore immediately creates a restore point before the process starts. If the recovery puts your computer in an undesirable state, you can select these restore points in the Select a restore point screen in the System Restore Wizard to undo the changes and restore your computer to the state that existed before you performed the recovery.



Where are the System Restore files located on the drive? Updated! 10/17-06
System Restore holds it’s restore points in a in a Super Hidden folder named “System Volume Information” on root of every drive, partition or volume, including most external drives, and some USB flash drives. On drives or partitions that are not monitored by System Restore this folder will be very small in size or completely empty, unless Encrypting File System is in use or the Indexing Service is turned on. Note: If the System Volume Information folder is deleted, it will be recreated automatically.

For Windows XP using the NTFS File System on a Workgroup or Standalone Computer
1.    Click Start then My Computer.
2.    On the Tools menu Then Folder Options.
3.    On the View tab, click “Show hidden files and folders”.
4.    Clear the Hide protected operating system files (Recommended) check box. Click Yes when you are prompted to confirm the change.
5.    Uncheck to clear the “Use simple file sharing (Recommended)” check box. This option is not available in Windows XP Home Edition. Warning This may have negative effects on system connected to a network, and possibility the network itself.
6.    Click OK.
7.    Right-click the System Volume Information folder in the root folder, and then click Properties.
8.    Click the Security tab. Note: Windows XP Home users will have to boot into Safe Mode then logon to the default “Administrator” account to access the Security tab.
9.    Click Add, and then type the name of the user to whom you want to give access to the folder. Typically, this is the account with which you are logged on. Click OK, and then click OK again.
10.  Double-click the System Volume Information folder in the root folder to open it.
Warning: Remember to hide the hidden System Files when done.

More information:


Warning: Making changes to these files and folders can cause all restore points to become corrupt and useless, requiring them to be purged.

What is the System Volume Information folder used for? Updated! 10/17-06
The System Volume Information (SVI) folder is a super hidden system folder, and for good reason. There will be a SVI folder on each partition or volume that Windows sees. This includes external drives and some flash or thumb drives connected to the system. The SVI folder can not be permanently deleted, if so it will be recreated automatically. If a particular partition or volume is set to not be monitored by System Restore, the Indexing Service is turned off, and EFS is not in use, the SVI should be nearly empty or empty.

System Restore uses the SVI folder to store it’s information and hold restore points.

If the Indexing Service is turned on it will use the SVI folder to store files. This will be evident by the existence of a folder named catalog.wci or by typing cmd /k net start in the Start - Run box and looking for Indexing Service. Keep in mind that having the Indexing Service turned on can cause the SVI folder to grow very large. It's useful if you have a lot of Office documents or text files and want to do searches of them based on Content. Otherwise it's best turned off.



If Encrypting File System (EFS) is in use, it will use the SVI folder to store the log file that is generated during the encryption and decryption process.

Also see the warning below for Zone Alarm version 6.5 users.


Why is the System Volume Information folder so large?
The (SVI) System Volume Information folder is where System Restores holds it’s restore points and other information. There will be a SVI folder on every partition Windows sees. Normally the size of the SVI will be slightly larger than the of the amount of disk space allocated to hold restore points. Where are the System Restore files located on the drive?

Encrypting File System (EFS) also uses the System Volume Information folder on each partition to store the log file that is generated during the encryption and decryption process.


If the Indexing Service has been turned on it will store files in the SVI folders. The peasants of the catalog.wci within the SVI folder would indicate that the Indexing Service started. To avoid this, disable the Indexing Service, reboot, and delete the catalog.wci folder. The catalog.wci should not be recreated. To confirm that the “Indexing Service” is running, click Start, click Run, and then type cmd /k net start then press enter. If Indexing Service is present, then Indexing is turned on.

Encrypting File System (EFS) and the Indexing Service can cause the SVI folder to become very large.



Zone Alarm version 6.5 has a bug that creates very large .rdb files within the system. These .rdb files are monitored by System Restore and thus end up in the restore points located in the System Volume Information folder, along with other locations on the system. The best advise is to revert to an earlier version of Zone Alarm. Then disable System Restore which will purge all existing restore points, then turn it back on. For more information on this subject please visit the Zone Labs User Forum.


What happens to User Accounts in the restore process? New! 9/8/06
*       Restoring a system to a time before the user accounts were created, will remove those user accounts. The user account names will still persist under C:\Documents and Settings, which will contain the My Documents folder. Files and folder with the My Documents will be gone because the My Documents folder is not monitored by System Restore.
*       Restoring a system to a point before a user account was deleted will restore the user account. User files within the My Documents folder will not be restored because the My Documents folder is not monitored by System Restore.
After restoring there are programs listed in add/remove that can not be uninstalled
When a system is restored, all monitored files and registry settings of any program installed after that restore point was was created will be lost, and the non monitored files will be left behind. This will cause the application not to function. And in some cases, can also cause the uninstall and reinstall process of the partially removed application to fail. This is why it is recommended to uninstall any applications installed after the restore point you will be restoring to. Attempt to reinstall the program and then uninstall it via the add/remove programs utility, that is as long as that was not the program that prompted the restore. A restore point created before that program was installed could also be used, but this will depend on how long ago it was installed and what other programs and setting would be affected by the restore. Another option is to UNDO the restore, uninstall the program in question via add/remove programs then restore the system. Otherwise you would have to manually remove the files and registry settings. That is of course after creating another restore point in case the manual removal causes more problems.

To manually remove entries from the add/remove utility follow the instruction from Kelly's site.

Add and Remove -Removing Invalid Entries in the Add/Remove Programs Tool

A good practice is to create a restore point before installing any new hardware or software.


In the restore process, what's restored and what's not!
*       Restored
*   Registry (note: some current values will persist)
*   Profiles (local only—roaming user profiles not impacted by restore)
*   COM+ DB
*   WFP.dll cache
*   WMI DB
*   IIS Metabase
*   Files with extensions listed in the Monitored File Extensions list
*       Not Restored
*   DRM settings
*   SAM hives (does not restore passwords)
*   WPA settings (Windows authentication information is not restored)
*   Contents of the My Documents folder(s)
*   Specific directories/files listed in the Monitored File Extensions list
*   Any file with an extension not listed in the Monitored File Extensions list
*   Items listed in both Filesnottobackup and KeysnottoRestore (hklm->system->controlset001->control->backuprestore->filesnottobackup and keysnottorestore)
*   User-created data stored in the user profile
*   Contents of redirected folders

A drive letter(s) are missing or mismatched on the System Properties - Restore Tab?
This is often caused by, but not limited to the install of a new physical drive to the system. There are two known solutions to this problem. The available drive letters may look like THIS.


The first solutions was discovered by MVP Ramesh Srinivasan. This is the recommended, and least destructive method. Drive letter missing in System Restore settings page?


The second is to Reinstall System Restore.

Warning, all restore points will be lost in this process.



System Restore opens to a blank window?
Go to Start -> Run and type or paste each of the following commands, one at a time while pressing enter after each one.

regsvr32 jscript
regsvr32 vbscript
regsvr32 /i mshtml

Related articles and fixes:
Installing Windows security update KB896688 (MS05-052) can be responsible for a blank page

The System Restore window relies on Internet Explorer (IE) to display correctly. It may be necessary to reinstall or repair IE to repair the blank window.

How to reinstall or repair Internet Explorer and Outlook Express in Windows XP

If “AnalogX DLL Archive” was run recently to remove .DLL files, restore the .DLL files using DLL Archive and then open System Restore. A reboot may be required. Note: If you are not EXACTLY SURE what a particular .DLL file does, DO NOT REMOVE IT!


Microsoft support is asking me to generate a .cab file to troubleshoot System Restore?
To generate a system restore Cab file please use the following procedure:


1. Click Start, click Run.


2. Type or paste the following: "%windir%\system32\restore\srdiag.exe" (without the quotation marks) and either press Enter or click OK.


3. A CMD window will open while the Srdiag.exe runs. The CMD session will automatically close when complete, and the .CAB file will be created as desired in your 'Windows\system32\restore' directory. Please be patient as this could take several minutes.