PC tricks

Rahul Dutt avasthy




W
ell some of dese tricks are quite common now but still i would like to go ahead keeping in mind d NOVICE users

PLEASE DROP IN YOUR COMMENTS AT THE END OF THE PAGE






Scroll to the bottom




Related Article








shtcut to restarting xp..


You can restart a Windows XP Pro and Home machine easily by creating a shortcut with following path. (Assume you installed Windows XP on your C: Partition) "c:\windows\system32\shutdown.exe -r -f -t 00" -r is for restarting the computer. -f is to force close all programs without saving. -t 00 is used to restart in zero seconds. i.e. as soon as you D.Click on the shortcut. You can log off from a Windows XP Professional or Home edition by running "C:\windows\system32\shutdown.exe -l -f -t 00". Also you can shutdown a Windows XP Home or Professional edition by running "c:\windows\system32\shutdown.exe -s -f -t 00". You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run "c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00" This is used to turn off a server. Even though your computer will be
shutdown completely, this whole operation will take 30 seconds to finish. Even though you don't have networked computers attached to your computer, this works. 


1) Disabling Display of Drives in My Computer :

This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows: REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explore r] "NoDrives"=dword:03ffffff 


2) Pop a banner each time Windows Boots :



To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here." 

3) Great trick Lock ur PC yourself



lock ur pc.. open notepad copy and paste the script below and save it .VBS extention
This wil create a shortcut.. run(click) it

set WshShell = WScript.CreateObject("WScript.Shell")
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders("Desktop") & "\LockWorkstation.lnk")
oShellLink.TargetPath = "%windir%\system32\rundll32.exe"
oShellLink.Arguments = "user32.dll,LockWorkStation"
oShellLink.Save

first select a folder for example i'll use a folder name movies in D drive D:\movies\

in the same drive u create a text file and type

ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}

and save it as loc.bat

again u type in a notepad as

ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies

and save it as key.bat

now in D drive u can see two batch files loc and key.. when u double click loc the movie folder will change to control panel and whn u double click key the control panel will change to normal folder..

there are two more different tricks in dis site to lock ur pc down in a unique ways.. donno where i have typed it.. 
!!!

4) Deleting System Options from the Start menu :



You can actually remove the Find and Run options from the start menu by performing a simple registry hack. Again like always Launch the registry editor and scroll down to the below key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.) To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.

5) Cleaning Recent Docs Menu and the RUN MRU :



The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes. You can also clear the RUN MRU history. All the listings are stored in the key: HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMR U You can delete individual listings or the entire listing. To delete History of Find listings go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU and delete


6) Can u Delete Recycle Bin?


1 thing is 4 sure, delete option can be added 2 recycle bin...
the old registry thing will work out.....
* launch d registry...
* open HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder
* to add a rename and delete option, change the Dword attribute to 70 01 00 20
* refresh and reboot the system..... u r done.

PS: always backup ur data as well as registry b4 attempting 2 work on it if u r a newbie....



7) To change the icons used for specific drives in explorer


Open regedit by typing regedit into start->run

then navigate to 

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer 

now create a key(KEY not VALUE!!) called DriveIcons under Explorer...
now within DriveIcons, create another key with the drive letter you want to change (e.g.,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\K)...
create another key within the drive letter key called DefaultIcon...
now set the default String value equal to the icon you want to use. if you have a file that has more than one icon in it, such as a DLL file, use the standard
C:\full_path\icon_file.dll,n <
file:///C:/full_path/icon_file.dll,n>) where n is the number of the icon within the file icon_file.dll...


~ c h e e r s! ~


More



change drive icons.....

first of all copy a icon file to the root of the drive.
example: c:\icon.ico

then create a file called: autorun.inf in c:\autorun.inf
then open that file and type the following:

[autorun]
icon=icon.ico

save and close the file.

now open my computer and resfresh.. and woh! icon changed....
you can apply to other drives too.

be carefull:

"autorun.inf" and "ico.ico" must be in the root of the drive.
example: c:\autorun.inf and c:\icon.ico.
same on the root.

ENJOY, this works on 98 too!!!!!!!!!!!!!!!!!!



8) Hacking windows SEND TO MENU


I know this is a very simple thing but the problem, as like many other issues, is the ignorance about it.

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU. 

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.

go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.

5. DONE

~ c h e e r s! ~


9) How to remove the shortcut arrow from the desktop ?



Open Regedit and navigate to the following key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons
Backup the key. More information.

In the right-pane, create a new String value named "29"
Double-click 29 and set its data to:
C:\Windows\System32\shell32.dll,50 (an empty icon)
Close Registry Editor.
Now,

Right-click Desktop, choose Properties
Click the Appearance Tab.

Click Advanced button.

Choose Icon from the drop-down list

Set it's size to 31 and press OK, OK.
The changes will be applied now. Repeat the above steps and then set the Icon size back to 32 (defaults). The above steps are required to force Windows to redraw the icons


10) The Complete list ! Can u Do it!


Try to create a folder in Windows with either of these names--
"con" or "nul" or "Aux" or "Lpt1".
Windows will not let u create ....

This s coz these refer 2 some well known ports....
-con corresponds to the console
-Lpt1 corresponds to printer and so on....

well dat was common but hw bt this ? Try these more

CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.


TURN NUMLOCK ON AT LOGON.!!



NumLock does not toggle on by default (system-wide), even if you have it set in your PC's BIOS, because of XP's multi-user functionality. Guess Microsoft doesn't know everyone actually turns it on, which should be reason enough for what acts as "default"...
Anyway, you can hack the Windows Registry to change this behavior, or run a script at logon to turn NumLock on.
1. To enable NumLock through the Registry:
* Open Windows' Registry Editor (START > RUN, type "REGEDIT").
*. Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
*. Change the value for InitialKeyboardIndicators from 0 to 2.
2. To enable NumLock using a script, see this MS Knowledgebase article for complete instructions:
CODEhttp://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q262625
Option 1 is the quicker method, but if you have more than one user on your system and one or more don't want NumLock on (stranger things have been known of), then option 2 is the way to go since it allows you to only attach the script to specific users.

REMOVING SERVICES DEPENDENCIES.!!


This will allow you to disable a service or uninstall it from your system without effecting another service that depends on it. Here's how you do it
1. After you have set your services the way you want them and you have disabled/uninstalled something that another services depends on, run "regedit"
2. Under HKEY_LOCAL_MACHINE\System\find the service that will not function, do to another service being disabled/uninstall (found in ControlSet001\Services, ControlSet002\Services, and CurrentControlSet\Services)
3. Once you have found the service right-click on the string value, "DependOnService,"and modify
4. You should now see a list of services that it is dependent on. Simply delete the service that you have disabled/uninstalled
5. Restart your computer and your ready to go Disclaimer REMEMBER TO BACKUP YOU REGISTRY FIRST I'm not totaly sure if this will have any negative effects on your system. I used this method after uninstalling "Netbios over Tcpip" from my system completely, so that my Dhcp service would function and I have had NO negative effects on my system.

TURN ON UR PC IN JUST 10 SECONDS


Aight so u wanna know how to turn the pc on in 10 seconds (may vary)Aight heres what u have to do to turn ur pc on in 10 seconds

Aite Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
 
-----------------------------------------------------------------------------------------------------------------------------------











-----------------------------------------------------------------------------------------------------------------------------------



Recently when I tried to copy some files to my mmc using card reader it showed me some error saying the disk is write-protected. Remove the write protection or use another disk.
It was working fine before. I have used this card many times before but it never gave any error and suddenly it started showing this error. After going through some forums I came to know that it happens because of write protection notch but there was no such notch or switch on my card.I kept on searching on more forums and after some time I found one solution to this problem. Follow the steps given below if you are also facing the same problem.
  1. Run Registry Editor (regedit).
  2. Navigate to the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  3. Right click on control and create new key.
  4. Name it as StorageDevicePolicies . (Copy and paste it from here if possible)
  5. Now click on StorageDevicePolicies and in right side pan right click and select create new dword and name it as WriteProtect.
  6. Double click on it and set its value to 0.
Now restart your machine and try copying some files to your card.


Increase the life of ur dvd rom.

This is an interesting one!!!

This is for those who watch movies on their computer's dvd rom drive!!!
There is a software called dvd idle pro which can really increase the life of your dvd drive. By using the Smart Read-ahead Cache,
DVDIdle saves DVD data which will be played soon onto the hard disk cache or RAM cache, and
then feeds it to DVD player.
This allows the DVD drive to rest.

For example:
a 6X-speed DVD drive will only work for 15 minutes when you are watching a 90 minutes DVD
movie.
here is the link: http://www.dvdidle.com/download/DVDIdlePro59.exe

SPEED UP UR "RAM".. PLAY BETTER GAMES...

1. To speed up your windows or to increase RAM virtually,
Right click on My Computer
>> Properties
>> Advanced
>> Performance - Settings
>> Advanced
>> Virtual Memory - Change
Keep the initial size same as recommended and maximum size double of it then restart your system.
It will improve speed of windows and you can play some games which require higher RAM.


2. When a window is active, press the F11 key of the keyboard to get the biggest window possible and press F11 again to restore it.

FOLDER OPTIONS ARE MISSING

Many times we find that the folder options missing in windows explorer

Here is the solution for that
Open Run and then type "gpedit.msc".
Now goto
User Configuration > Administrative templates > Windows Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of screen
"Removes the Folder Option menu item from the Tools menu"

Just check it,

if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured


it will work......

Hardware troubleshooting : part 2

1) The flash loader utility refuses to run.
It is not supporting your BIOS version.
2) You receive an “erase chip failure” when trying to run a flash loader.
Write protect change to “disable” in integrated peripheral.
3) After installing new BIOS, the system now asks for a password.
Clear the CMOS by jumpers and try again.
4) The PC doesn’t boot after upgrading the BIOS.
That BIOS version is not supporting your hardware.
5) The drive has trouble accepting or rejecting a CD/DVD.
Check the mechanism of that CD/DVD drive.
6) Disk cannot be read.
Motor problem, lens problem, and check out all the devices in that drive.
7) The disk does not turn.
Spindle motor problem, so check its mechanism and replace if necessary.
8) The optical head cannot focus its laser beam.
Checkout cable connection, increase laser beam intensity, clean lens surface using propyl alchohol.
9) The computer locks up while reading a CD/DVD.
CD/DVD problem, laser beam intensity problem and cable connection.
10) You cannot access a CD-ROM drive under windows 9x/Me.
Try uninstalling the drive and reinstalling it.
11) The drive will not read a CD properly.
CD problem, lens intensity problem.
12) You cannot “see” a second session reading a CD-RW disc from a
CD-ROM drive.
Check drive compatibility, disk information.
13) You receive a “Buffer Underrun” error when you are writing in
CD-R mode.
Increase buffer size.
14) The CD-RW doesn’t show up in My computer or Windows explorer.
Check up installation, try to uninstall and reinstall it again.
15) You receive an error message while double clicking on CD-RW drive.
General checkup for the drive.
16) You receive an “invalid media” error when trying to boot from the
CD-RW.
That is not a bootable disk.
17) You cannot copy directly from a CD-ROM drive to the CD-RW drive.
DMA, cables.
18) Changes to CMOS are not saved after rebooting the PC.
Battery problem, jumper settings.
19) Some drives are not detected during booting.
Cables, power connectors, jumpers, check out hardware.
20) The system boots from the hard drive even though there is a bootable floppy disk in the drive.
Check out setup BIOS and set first boot device to floppy.
21) Power management features are not available.
Check in BIOS setup.
22) PnP support is not available, or PnP devices don’t function properly.
Your BIOS doesn’t support PnP feature.
23) COM ports do not work.
Check IRQ, port, check in BIOS setup whether the device is enabled or disabled.
24)The RTC doesn’t keep proper time over a month.
CMOS battery problem.
25)The RTC doesn’t keep time while system power is off.
Battery problem, so better to insert new battery.
26)You encounter “CMOS checksum” error after updating flash BIOS.
27) You get a beep code or I/O POST code indicating a possible CPU fault.
Jumpers, CPU clock setup in CMOS settings.
28) The system boots with no problem, but crashes or freezes when certain applications are run.
RAM mismatches speed.
29) The system boots with no problem, but crashes or freezes after several minutes of operation.
RAM problem, fan settings, due to bad hardware.
30) The CPU refuses to boot after a drive adapter is installed.
Insertion problem.
31) The fan is producing an unusual amount of noise, but it seems to be working properly.
Check out whether the fan is inserted correctly or not and also check its surroundings.
32) The fan has stopped running.
Check fan connections.
33) The CPU freezes intermittently.
RAM, cable, general checkup.
34) You are experiencing frequent CPU failures.
Check SMPS, fan, RAM, SMPS cable to motherboard.
35) You are experiencing frequent drive failures.
Check SMPS connection for HDD.
36) The floppy drive is completely dead.
Change the floppy drive and check.
37) The floppy drive rotates a disk but, but will not seek to the desired location or track.
Stepper motor problem, general checkup.
38) The drive will not read from/write to the disk.
Read/write head problem, clean head.
39) The A: drive appears in My Computer even though no drive is installed.
BIOS settings either enabled or disabled.
40) When copying large files, the copy problem is eventually interrupted with a “blue screen” error.
RAM problem.
41) The hard drive is completely dead.
Logic board, cable, power supply.
42) You see drive activity, but the computer will not boot from the hard drive.
Cable problem, bad sectors on tracks so try chkdsk and scandisk.
43) Your IDE drive spins up when power is applied, then rapidly spins down again.
Required wattage is not available from SMPS.
44) You see an “Error reading from C:” error message.
File system or file allocation table (FAT) error so better to format, O.S not loaded properly so try to repair.
45) You see “track 0 not found” error message.
Fix MBR, Fdisk, repartition the disk.
46) You see a “Hard drive controller failure” or a large number of defects in last logical partition.
Bad sectors, scandisk, zerofill if it’s a worst case scenario.
47) 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.
48) The drive will not as primary device, but not as a secondary (or vice versa).
BIOS setup enable/disable.
49) When booting from a floppy disk, you cannot access your FAT32 hard drive partition(s).
The O.S in floppy in not supported by FAT32.
50) You see an “Invalid Media” error message when formatting a FAT32 partition.
Cable problem, media problem or the utility doesn’t support FAT32.
51) Opening a folder seems to take a very long time.
Virus, bad sectors, virtual and cache memory.
52) You find two keyboards listed in the Windows Device Manager.
When USB keyboard is connected it will show PS/2 also connected.
53) Your laptop doesn’t detect a PS/2 keyboard.
IRQ settings.
54) You see a “ROM error” message displayed on the monitor.
Clear CMOS memory.
55) You are encountering a memory error with HIMEM.SYS under DOS.
Copy HIMEM.SYS from boot CD using command “extract” in base folder.
56) You see a memory error such as “Unable to control A20 line” (PII/PI).
Set the A20 line in slow in BIOS setup.
57) The mouse pointer moves very vertically.
Horizontal rollers not working, windows of rollers, sensors.
58) The new serial mouse is not detected by windows.
IRQ, BIOS settings Disabled/enabled, pins, port header, and mouse is not working.
59) USB pointing device do not work in safe mode.
While in safe mode we will not get any other external devices.
60) The serial mouse is not listed in the Device Manager under windows Me.
Normal check, enable BIOS settings.
61) The mouse pointer moves erratically when pointer speed is set high.
Setting to changes in device manager.
62) Your modem diagnostics feature cannot access the modem under Windows98.
Check out the normal settings if not it was damaged.
63) Your modem properties are not available through the modems icon in your control panel.
Modem is not detected, try scanning for new hardware.
64) The modem is connected and turned on, but there is no response from the modem.
Serial port, cable (or) problem with modem.
65) The modem will not pick up the phone line.
Busy, it’s already in use.
66) The image is saturated with red or appears greenish-blue (cyan).
Cable problem, port, and settings in monitor color.
67) You see a “Invalid BOOT.INI file
Booting from c:\windows” error message during booting.

Hardware troubleshooting PART 1

TROUBLE SHOOTING
1) 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.
2) There is no power light, but you hear the cooling fan running.
Check front panel connections.
3) The power light is on, but there is no apparent system activity.
Power good signal, video card, RAM slots.
4) 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.
5) The power light is on, but the system hangs during initialization.
Check hardware settings, cables and bus.
6) You see no drive light activity.
Check power connection to that drive, front panel connections.
7) You see a message indicating ‘CMOS setup problem’.
Indicates CMOS memory has been failed so change CMOS battery.
8) The drive light remains on continuously.
Lens or head problem which indicates that disk is bad.
9) 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.
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.
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 scandisk reports bad clusters that it cannot repair.
Scandisk, high level formatting, zerofill.
16) Windows 98/Me registry files are missing.
Scan Reg.
17) During the windows 98/Me boot, you get an “Invalid system disk” error.
Operating system failure, invalid BOOT.INI file, bad MBR.
18) Windows 98/Me will not install on a compressed drive.
98 don’t support NTFS to install OS.
19) Windows 98/Me does not recognize a new device.
Restart the operating system, scan for new hardware, hardware settings in BIOS.
20) BIOS ROM checksum error—system halted.
Restore BIOS settings, set the jumpers, and check the battery voltage and change it if necessary.
21) C :( or D :) drive error.
MBR, repartitioning, cable, bad sectors, formatting.
22) Cache memory bad, don’t enable cache.
Change processor.
23) CMOS battery failed.
Change CMOS (complimentary metal oxide semiconductor) battery.
24) CMOS checksum error-defaults loaded.
Check jumpers.
25) CMOS memory size mismatch.
Change CMOS.
26) CPU at “nnn”
Cache memory fails.
27) Diskette read failure.
Lens or head problem, check cable and power connector.
28) DMA (or DMA#1 or DMA#2) error.
North Bridge fail, disable DMA controller.
29) Drive not ready.
Lens, empty disk, cable, power connector, insert OS disk.
30) Hard disk configuration error.
Setup BIOS as auto detect.
31) Hard disk controller failure.
Check for BIOS settings either enable or disable.
32) Hard disk failure.
Cable, auto detect, check for BIOS settings.
33) Hard disk drive read failure.
Drive not formatted, cable problem, jumpers, logic board, bad sectors.
34) Insert bootable media.
O.S checking on hard drive, change boot priority.
35) I/O card parity error at xxxx.
36) Keyboard controller failure.
Change keyboard.
37) Primary boot device not found.
Hard disk auto detect, jumpers, cable.
38) Primary input device not found.
Keyboard not connected.
39) Secondary IDE controller resource conflict.
Set IRQ in auto.
40) The parallel port fails diagnostics when in the bidirectional mode.
Change the setup in BIOS integrated peripheral.


PC Errors and Solution

1. MONITOR LED IS BLINKING
Check all the connections like Monitor Cable, Data cables,RAM, Display Card , CPU connections.

2. CONTINUOUS THREE BEEPS
Problem in RAM Connection.

3. THREE BEEPS ( 1 Long 2 Short)
Problem in Display Card Connection

4. THREE LONG BEEPS PERIOD WISE
Problem in BIOS or RAM (Basic Input Output System)

5. CONTINUOUS NON-STOP BEEPING
Key Board Problem (I.e.; Some Key is pressed for Longer time)

6. FDD LED IS GLOWING CONTINUOUSLY
Data cable to be connected properly (twisted cable).

7. NO DISPLAY ON THE SCREEN AT ALL
Hard Disk cable connected wrongly. Connect rightly seeing the Red mark (Faces power supply) and then Restart.

8. POWER LED IS OFF
a. Check main power cord
b. Check S.M.P.S.
c. Check Mother Board connection

9. SHOWING CMOS ERROR
Replace 3 Volt battery of Mother Board . Set Original Settings Manually.(Refer CMOS Setup chart)
Enter your search termsSubmit search form

10. SHOWING FDD ERROR OR FLOPPY DRIVE IS NOT WORKING PROPERLY
Check Power cord of FDD , Data Cables , set CMOS & Finally the Check drive.

11. SHOWING HDD ERROR OR HARD DISK FAILURE
a. Check Power Cord
b. Check connection of HDD
c. Check Data cable
d. Check Hard Disk parameters in CMOS or Auto detecting Setting Partitions by Fdisk Command, then format it to set track 0.

12. MOTHER BOARD HANGS DUE TO UNSTABILIZED POWER SUPPLY
a. Check S.M.P.S
b. RAM not functioning properly.
c. Software problem (due to using pirated software)
d. CPU fan not functioning properly.

13. DANCING SCREEN
a. Check Display card connection
b. Virus Problem
c. Video Memory Problem

14. SHAKING SCREEN
a. Earthing problem
b. Magnetic waves comes around.

15. CPU CABINET SHOCK
a. Check Earthing
b. Check main power cord.

16. NON-SYSTEM DISK ERROR
a. Floppy Drive having different disk (Non-Bootable Disk) OR CMOS Parameters for Hard Disk may not be set properly.
b. Hard Disk Partitions may not be created.
c. Hard Disk may not be formatted.

7. MISSING OPERATING SYSTEM
The System files missing namely Ie; command.com} - User File IO.SYS & MS_DOS.SYS } - Hidden Files. These above three files required for Start up of the system that can be transferred by using SYS C: Command OR While the time of formatting by using Format c:/u/s

18. MISSING COMMAND INTERPRETOR
May the file Command.com is corrupted OR Infected by Virus OR Some one has Erased it.

19. SHOWING I/O ERROR
a. The type of Hard Disk in CMOS may not be set properly.
b. Operating system used for formatting is not valid

20. SHOWING DIVIDE OVER- FLOW MESSAGE
a. May some Directories or Files crash with other files.
b. Use CHKDSK/F or SCANDISK Command to correct it.

21. HARD DISK MAKING NOISE WHILE PROCESSING
a. Unstabilized power supply.
b. Check for Loose Contact.
c. Do not use Y Connectors for Hard Disk.
d. It may create Bad Sector OR Weak Hard Disk.

22. HARD DISK HANGS WHILE PROCESSING
Check for Bad Sector by using CHKDSK or SCANDISK Command. If found format the Hard Disk and set Partition before that area.(This is the only procedure to use Hard Disk with Bad Sector) OR (To avoid Bad Sectors use Standard Power Supply)

23. HARD DISK NOT DETECTED
a. Check Power Connector
b. Check Data Cables
c. Check Jumpers

24. PARTITION NOT SHOWN
Operating System where the Hard Disk formatted is not supported with present Mother Board. For Eg: Hard Disk formatted with Pentium System will hide their partitions for 486 System.

25. MMX/DLL FILE MISSING
May the above files may be corrupted due to power failure or Virus. Make available above files from other Computer. OR Reinstall Windows 98 Operating System. (This procedure will not make any effect on existing Data).

26. WINDOWS REGISTRY ERROR
This will happen due to sudden ON/OFF of the system. Final solution is to Reinstall Operating System.

27. DISPLAY COLOUR DOES NOT MATCH
a. Configure Display Card properly with their CD.
b. The Standard setting for Windows is set it to 800x600 for better performance.

28. UNKNOWN DEVICE FOUND
May the Driver utility is not provided with operating system . Insert Driver CD and install software for the above Device. (Every Device requires driver utility to set active