PDA

View Full Version : Windows XP Reboots



garyewright
2006-09-23, 18:44
After one of the updates for Spybot, windows XP started rebooting after every attempt to check for problems. My computer has been blown clean. Spybot does work under safe mode, but it has worked for years without havinf to go to safe mode.
Help,
Gary

Tom.K
2006-09-23, 19:33
Have you checked in Spybot-Search & Destroy>Advanced mode>Settings>Settings>Automation ?
Is there something checked?

garyewright
2006-09-23, 19:39
Under system start, no automation is checked.

Tom.K
2006-09-24, 19:15
Have you checked in Spybot-Search & Destroy>Advanced mode>Settings>Settings>(look picture Automation.jpg)
And in Spybot-Search & Destroy>Advanced mode>Tools>System Startup> (picture System Startup.PNG)?
If in Spybot-Search & Destroy>Advanced mode>Settings>Settings>(picture Automation.jpg) is something checked,clear that checkbox

garyewright
2006-09-26, 01:31
Tom,
Nothing is checked under automation as you directed and there is no SpyBot key under startup.
Gary

Tom.K
2006-09-26, 19:39
Is something in Spybot-Search & Destroy>Advanced mode>Settings>Schedule?

garyewright
2006-09-28, 02:57
No, nothing is scheduled.
Gary

spybotsandra
2006-09-28, 10:11
Hello,

Spybot is quite CPU intensive. It is possible that the CPU overheating and the system is shutting down to protect the processor. Make sure that the fans are running and that dust is cleared from any ventilation ports in the case.

The problem can happen in both desktops and laptops, although the problem is more prevalent in laptops.

If you have a laptop with one of the one of the following processors:

- Mobile Pentium III-M
- Mobile Pentium 4-M
- Mobile Pentium 4
- Mobile Pentium M / Centrino
- Mobile AMD

Take a look at following suggestion by 100mill:

- Notebook CPU running hot during Spybot scan
http://forums.spybot.info/showthread.php?t=1816

If you have a desktop consider opening the case and checking to make sure the CPU heat sink is not too dusty. Doubt that this can be a problem, read the following threads:
- Spybot causes shut down
http://forums.spybot.info/showthread.php?t=2163
- PC crashes while Spybot is running
http://forums.spybot.info/showthread.php?t=2230

Best regards
Sandra
Team Spybot

md usa spybot fan
2006-09-30, 17:18
garyewright:

The problem may not be with Spybot itself but some condition being encountered while Spybot is scanning. Although it is long shot, I suggest you try running CHKDSK on your primary drive to make sure there are no file system errors that may be causing the problem.

Open a command prompt. Click Start then select Run… Type "command" or "cmd" (no quotes). Click "OK" Type "chkdsk x: /f /r" (type the command with no quotes and substituting the drive letter of the drive you want to scan for the "x:"). Note: Option /f : Fixes errors on the disk. Option /r : Locates bad sectors and recovers readable information.
If the following message appears:
Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N) Type "Y" (no quotes). Type "EXIT" (no quotes). Reboot your system. If you did not get the message indicating that a reboot was required (3. above), type "EXIT" (no quotes) when Chkdsk completes. Note: CHKDSK may run for quite a while so just be patient.For more information on CHKDSK see:
Chkdsk
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/chkdsk.mspx

noel-pr7
2006-10-06, 01:39
Open a command prompt.[list=a] Click Start then select Run… Type "command" or "cmd" (no quotes). Click "OK" Type "chkdsk x: /f /r" (type the command with no quotes and substituting the drive letter of the drive you want to scan for the "x:"). Note: Option /f : Fixes errors on the disk. Option /r : Locates bad sectors and recovers readable information.


there's NO need to use the /f and /r switches at the same time, md usa spybot fan.

just specify the /R switch when using CHKDSK and it will automatically fix file system and physical errors on the disk; [ex. CHKDSK C: /R]

you can also type "CHKDSK /?" for help. description on the /R switch when using CHKDSK /?
------------------------------------------------------------------
/R Locates bad sectors and recovers readable information
(implies /F).
------------------------------------------------------------------

md usa spybot fan
2006-10-06, 19:55
noel-pr7:

:oops:

Thanks :bigthumb: