Showing posts with label repair. Show all posts
Showing posts with label repair. Show all posts

Network Connection Always Shows Access Denied

If you are always getting Access Denied errors when trying to connect to a XP computer,
and you know you have the correct user names and passwords on the computer,
the solution may be a simple registry edit.
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control / Lsa
3. Change the value of a key called "restrictanonymous" to 0 instead of 1
4. Don't change "restrictanonymoussam" value.
5. Reboot Read More!

Windows Help and Support Error

If you get an error Windows cannot find HELPCTR.EXE, it may be that a registry entry has gotten corrupted.
1. Start Regedit
2. Go to
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\HELPCTR.EXE

3. If the key isn't there, right click and create a new key HELPCTR.EXE
4. It should have a value of
Code:
C:\WINDOWS\PCHealth\HelpCtr\Binaries\HelpCtr.exe

5. Reboot Read More!

Running CHKDSK_fix errors

One way to run a chkdsk (this is like Scandisk that was with Win9X), is to
1. Double click on My Computer
2. Right click on the drive you want to check
3. Select Properties
4. Click on the Tools tab
5. Click on the Check Now button
6. Check to Automatically fix file system errors - This is the same as running chkdsk /f
7. If you want to Scan for and attempt recovery of bad sectors, check that box - This is the same as running chkdsk /R. It can also add a lot of time to the scan
8. Reboot if necessary
You can also run chkdsk from the command line with will give you more options.
The following switches are available:
Code:
/F - fix any errors
/R - identifies bad sectors
/V - with FAT32, displays a verbose output
With NTFS Volumes:
/I - Performs simpler check (stage 2)
/C - Skips the checking of cycles within folder structures
/X - Forces the volume to dismount if necessary. Intended for server administrators and should be avoided for normal use Read More!

Removing Thumbs.db Files

When viewing a folder with the Thumbnail view, WindowsXP creates a thumbs.db file.
This is a cache of the current pictures in that directory.
If you want to turn this feature off and save a little disk space
1.Start the Windows Explorer
2.Go to Tools / Folder Options / View
3.In the first section under Files and Folders, check Do not cache thumbnails
4.Now you can search for the thumbs.db file on your computer and remove them. No more should be created. Read More!

Disabling Error Reporting

By default, WindowsXP will request to report application errors to Microsoft.
To turn this off:
1.Right click on the My Computer icon on the desktop
2.Select Properties / Advanced
3.Click on the Error Reporting tab
4.Check Disable error reporting Read More!

Changing the Internet Explorer Title

1.Start Regedit
2.Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
3.Enter what you want appear in the title bar
click ok
that's it. Read More!

NTOSKRNL Missing or Corrupt

If you get an error that NTOSKRNL not found:
1.Insert and boot from your WindowsXP CD.
2.At the first R=Repair option, press the R key
3.Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
4.Change to the drive that has the CD ROM.
5.CD i386
6.expand ntkrnlmp.ex_ C:\Windows\System32\ntoskrnl.exe
7.If WindowsXP is installed in a different location, just make the necessary change to C:\Windows
8.Take out the CD ROM and type exit Read More!

Corrupted or Missing \WINDOWS\SYSTEM32\CONFIG

If you get the error:
Windows could not start because the following files is missing or corrupt
\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE
1. Insert and boot from your WindowsXP CD.
2. At the first R=Repair option, press the R key
3. Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
4. Enter in the administrator password when requested
5. cd \windows\system32\config
6. Depending on which section was corrupted:
ren software software.bad or ren system system.bad
7. Depending on which section was corrupted
copy \windows\repair\system
copy \windows\repair\software
8. Take out the CD ROM and type exit Read More!