Today's Popular Articles and Posts:
Computer Technician
Updated on:
To Copy data from currupted Disk
To copy data files or media files [Audio, Video, pics etc] not EXE filesMethod # 1: Copy data using DOS, it will copy all possible data and when error occurs it wll stop copying but will not delete the file which is half or partly copied.
Method # 2: Use the software to copy data like BAD COPY, BURST COPY etc
Method # 3: In Windows Copy and Paste the file at desired location, when REMAINING TIME starts increasing and it don't copy further [before error comes], turn your computer off directly (not by Shutting down but by Turning it off from Supply) and then back on your file till that position(partly data) will be copied.
Computer Automatically Restarts itself
If Computer restarts after some fixed time then1. Right Click on your Desktop
2. Click PROPERTIES
3. Click SCREEN SAVER
4. Click POWER
5. Click POWER SCHEMES
6. Change the settings as Follows:
- Turn off Monitor: NEVER
- Turn off Hard disks: NEVER
- System Hibernates(if available): Never
If Computer Restarts Accedently, or without fixed time
1. Restart your computer
2. Press F8 immediatelly after Bios / Setup / Main Screen/starting Black Screen
3. Selecting DISABLE AUTOMATIC RESTART ON SYSTEM FAILURE
4. Select WINDOWS XP PROFESSIONAL or your current windows Installed.
If Both Methods Fails to solve your problem then
1. Check your heat sink [Fan on Microprocessor]
when processor gets hot then computer restarts usually, it means your Fan [Heat Sink] is not working properly. Check it and change it.
REGISTRY EDITOR DISABLED
1. Click Start Menu2. Click Run
3. Type "gpedit.msc"
4. Goto User Configuration --> Administrative Templates ---> System
5. After Selecting System, Look on right side you will se some options there
6. Double click PREVENT ACCESS TO REGISTRY EDITING TOOLS
7. Select DISABLED
8. Click APPLY and then OK
Note: If Virus is present this may not work, First you need to Install Antivirus and Remove Virusses then Apply the above Process.
TASK MANAGER DISABLED?
1. Click Start Menu2. Click Run
3. Type "gpedit.msc"
4. Goto User Configuration --> Administrative Templates ---> System --> Ctrl+Alt+Del Options
5. After Selecting System, Look on right side you will se some options there
6. Double click REMOVE TASK MANAGER
7. Select DISABLED
8. Click APPLY and then OK
Note: If Virus is present this may not work, First you need to Install Antivirus and Remove Virusses then Apply the above Process.
ONE OPERATING SYSTEM INSTALLED BUT TWO ON THE LIST...
If you have installed one operating system, or you have installed two operating systems but deleted one, and it still shows two operating systems while booting and one is not working then its better to delete the option of second operating system, that is not working.1. Goto Windows Installed Drive [The Drive where you have installed windows thats Primary Drive i.e. C:\]
2. In ADDRESS Bar write: "c:\boot.ini" - You can replace c:\ with your primary drive letter.
3. Now it wil be opened in Notepad, make its backup by saving it with "Boot.in2" or Some other Name.
4. Now you have two options either del one operating system line that is not working or decrease TIMEOUT from 30 to 1 second
A VIEW [Boot.ini]
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
-----------------------------------------------------------------------------------------------------------------
- DEFAULT shows your default windows to boot, it simple the left of equal sign of the path of your properly working Windows
LETs have an Example of two Windows on the List [Boot.ini]
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Setup" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------------------------------------
Here you have two windows in the boot list, The Windows named "Microsoft Windows XP Setup" is not working but its default in the [BOOT LOADER], now delete
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Setup" /noexecute=optin /fastdetect
and change the path of default windows to your working windows path i.e.
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
and it will looks like same
as first example