Friday, November 16, 2018

How to make your dead pc memory work again

just wrap the pc memory with plastic
make sure there is no hole in the plastic
put the wrap memory on the refrigerator 
for 3 - 4 hours 
after 3 - 4 hours unwrap the plastic 

Monday, October 29, 2018

Everything You Need To Know About the Blue Screen of Death PC or Laptop

windows-8-blue-screen-header
The blue screen of death—or BSOD—is always an unwelcome sight. BSODs appear when Microsoft Windows encounters a critical error from which it can’t recover, usually the result of low-level software (or drivers) crashing or faulty hardware.

What Causes Blue Screens of Death

Blue screens are generally caused by problems with your computer’s hardware or issues with its hardware driver software. Sometimes, they can be caused by issues with low-level software running in the Windows kernel. Regular apps usually won’t be able to cause blue screens. If an app crashes, it will do so without taking the operating system out with it.
A blue screen occurs when Windows encounters a “STOP Error.” This critical failure causes Windows to crash and stop working. The only thing Windows can do at that point is restart the PC. This can lead to data loss, as programs don’t have a chance to save their open data.
When a blue screen occurs, Windows automatically creates a “minidump” file that contains information about the crash and saves it to your disk. You can view information about these minidumps to help identify the cause of the blue screen.
Blue screens also look a bit different, depending on what version of Windows you’re running. In Windows 7 and previous versions, the blue screen looked much like a terminal screen, displaying all manner of information.
5bsod
In Windows 8 and 10, blue screens are much simpler.
windows-8-blue-screen-header
That’s really not as big a deal as it sounds, though. Even in previous versions, blue screens tended to go by fast enough that reading that information was difficult, anyway. And there are easier ways to get all the details you need for troubleshooting.

Specify Whether Windows Restarts When a BSOD Appears

By default, Windows automatically restarts the computer whenever it encounters a blue screen of death.
If you would like more time to see the blue screen details (or just make sure that it’s a blue screen that’s happening), you can disable automatic restarts on BSODs from the Windows Control Panel.

Viewing BSOD Information

NirSoft’s free BlueScreenView application offers an easy way to view blue-screen information you might have missed. It works by displaying information contained in those minidump files that are created during BSODs.
This information is also available in the Windows Event Viewer, where blue screen messages are scattered among application crashes and other system log messages.

Troubleshooting BSODs

In Windows 7, 8, and 10, you can troubleshoot blue-screen information using the Action Center. In Windows 7, head to Control Panel > System and Security. In Windows 8 and 10, head to Control Panel > Security and Maintenance. In the “Maintenance” section, you’ll be able to check for solutions to existing problems.
action-center-check-for-solutions[4]
Windows 8 and 10 actually perform this troubleshooting step automatically when your PC restarts after a BSOD. However, it may still be worth paying a visit to the Action Center to see if there are more details or additional troubleshooting steps.
If Windows can’t fix the problem on it’s own, your best bet for troubleshooting the problem is to search the web for the solution. Scan the blue screen or the minidump file for the specific error.
You may see a “Stop Error” number that looks something like “0x00000024.” Or, you may see an error like “Driver_IRQL_not_less_or_equal.” Either way, a quick search for the exact error will likely yield good results. In fact, Windows 8 and 10 often recommend right on the blue screen that you perform a search for the error.
If you have trouble locating good advice for solving your problem, don’t worry. BSODs can have a variety of root causes. We do have some additional tips that might help you deal with many blue screens:
  • Use System Restore: If your system recently started blue-screening, use System Restoreto roll its system software back to a previous state. If this works, you’ll know that it’s likely a software problem.
  • Scan for Malware: Malware that digs deep into Windows and gets its hooks into the Windows kernel at a low level can cause system instability. Scan your computer for malware to ensure buggy malicious software isn’t causing it to crash.
  • Install Updated Drivers: An incorrectly installed or buggy driver can lead to crashes. Download the latest drivers for your computer’s hardware from your computer manufacturer’s website and install them — this may fix BSODs caused by driver problems.
  • Boot Into Safe Mode: If your computer is blue-screening every time you turn it on, try booting into safe mode. In safe mode, Windows loads only the essential drivers. If a driver you’ve installed is causing Windows to blue screen, it shouldn’t do so in safe mode. You can work on fixing the problem from safe mode.
  • Check for Hardware Problems: Blue screens can be caused by faulty hardware in your computer. Try testing your computer’s memory for errors and checking its temperature to ensure that it isn’t overheating. If that fails, you might need to test other hardware components—or hire a pro to do it for you.
  • Reinstall WindowsResetting Windows—or performing a clean install—is the nuclear option. It will blow away your existing system software, replacing it with a fresh Windows system. If your computer continues to blue screen after this, you likely have a hardware problem.

A computer in proper working state shouldn’t blue-screen at all, but no software or hardware is perfect. Even a properly functioning computer may blue screen on rare occasions for no apparent reason—possibly as the result of rare driver bugs or hardware issues. If your computer is regularly blue-screening, you have a problem. If you encounter a blue screen once every two years, don’t worry about it.

Sunday, October 9, 2016

DOTA 2 Launch Options

Launch Options

Finding the Launch Options within Steam.
Launch Options are command lines that change the Dota 2 client.

Access[edit | edit source]

How to access Dota 2's Launch Options:
  1. Open the Steam client
  2. Navigate to Library tab
  3. Right click Dota 2
  4. Select Properties
  5. Navigate to General tab
  6. Click Set Launch Options...

Command lines[edit | edit source]

  • Multiple command lines should be separated by a space.
  • Console commands can also be added to the launch options in order to activate it on startup. To do so, add a plus sign (+) before the command and include the parameters(if they exist) after a whitespace.
    • Example:To set the attribute r_lod to 0, input +r_lod 0 in the launch options.
Power Cogs icon.png“Not my best work!”
This article or section is a work in progress. It may be incomplete or missing large chunks of information.
You can help. The discussion page may contain suggestions.
CommandEffect
+con_enable 1Enables the console in-game.
-consoleEnables the console in-game and opens the console at start up.
-highGives Dota 2 priority CPU usage.
-useforcedmparmsAllows the use of -noforcemspd and -noforcemaccel.
-noforcemaccelUse the Windows mouse acceleration settings. Only works if -useforcedmparms is set.
-noforcemspdUse the Windows mouse speed settings. Only works if -useforcedmparms is set.
-fullscreenStart on full screen mode.
-h <height>Forces the engine to start with resolution set to <height> value in pixels. Ex: -h 768
-w <width>Forces the engine to start with resolution set to <width> value in pixels. Ex: -w 1024
-x <position horizontal>Place the borderless window along the horizontal axis. Useful for multiple monitor desktops. Ex:-x 1921 (With three monitors, it will place it on the middle screen.)
-y <position vertical>Place the borderless window along the vertical axis. Useful for multiple monitor desktops. Ex: -y 0 (Places game window at the top of the monitor, over the taskbar.)
-autoconfigRestores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.
-override_vpkForces the engine to search for custom game content placed inside the game's installation directory instead of using the default game content packed inside VPK files. Cannot be used inmatchmaking games.
-enable_addonsForces the engine to search for white-listed (by Valve) custom game content placed inside the game's installation directory instead of using the default game content packed inside the VPK files. Can be used in matchmaking games. Current white-list: MinimapHUD, icons, custom cursor images, all sound directories, flash videos.
-nomousegrabEnables alt-tab function in some Linux desktop environments (such as XFCE) where Dota 2 is running fullscreen and grabbing the mouse wouldn't allow users to alt-tab out of the game. [1]
-language <code>Changes the language of the game strings and menu, e.g. "-language italian".
-nod3d9exDisables Windows Aero DirectX extensions; may improve performance in certain cases.
-nomicsettingsStops Dota 2 from changing microphone output values upon launching the game. May help people with issues in third party communication software, such as Skype, in which their microphone volume would get maxed upon launching the game.
-nosoundTurn off in-game sound.
-nexonAdds the South Korean server to your search options if you have a Korean Nexon account.
-perfectworldAllows you to play on Chinese Perfect World servers.
-map dotaLoads the Dota 2 map right when you launch the game. Helps load times after you find a game since you no longer have to load the map then.
-dx9Force run on DirectX 9.
-dx11Force run on DirectX 11. Default on 64-bit systems.
-glForces Dota to run on OpenGL. On Windows, the OpenGL DLC is necessary to run this.
-vulkanApply Vulkan support.
-nogammarampForces Dota to use desktop color profile. This also applies to other source games (ex. F.lux will be applied in Fullscreen)
-32bitForce run on 32bit client. (default 64bit)
-antiaddiction_testAdds an uptime clock.
-cursor_scale_percent #Able to change cursor size. Default 100. Overrides the setting in the in-game options if used.

Troubleshooting computer no beep , no display

Make sure you plug the CPU power cable in. The system will not boot without it.

I always breadboard a new build. It takes only a few minutes, and you know you are putting good parts in the case once you are finished.


You can turn on the PC by momentarily shorting the two pins that the case power switch goes to. You should hear a series of long, single beeps indicating memory problems. Silence indicates a problem with (in most likely order) the PSU, motherboard, or CPU. Remember, at this time, you do not have a graphics card installed so the load on your PSU will be reduced.


If no beeps:

Running fans and drives and motherboard LED's do not necessarily indicate a good PSU. In the absence of a single short beep, they also do not indicate that the system is booting.

At this point, you can sort of check the PSU. Try to borrow a known good PSU of around 550 - 600 watts. That will power just about any system with a single GPU. If you cannot do that, use a DMM to measure the voltages. Measure between the colored wires and either chassis ground or the black wires. Yellow wires should be 12 volts. Red wires: +5 volts, orange wires: +3.3 volts, blue wire : -12 volts, violet wire (standby power supply): 5 volts always on. The green wire should also have 5 volts on it. It should go to 0 volts when you press the case power button (this is also a good way to test the power switch and the associated wiring), then back to 5 volts when you release the case power switch. Tolerances are +/- 5% except for the -12 volts which is +/- 10%.


The green wire should be 5 volts whenever the PSU is plugged in and the PSU switch is on. It will drop to about 0 volts when the case switch is pressed and go back to 5 volts after it is released.


The gray wire is really important. It should go from 0 to +5 volts when you turn the PSU on with the case switch. CPU needs this signal to boot.


You can turn on the PSU by completely disconnecting the PSU and using a paperclip or jumper wire to short the green wire to one of the neighboring black wires.

http://www.youtube.com/watch?v=5FWXgQSokF4&feature=yout...

A way that might be easier is to use the main power plug. Working from the back of the plug where the wires come out, use a bare paperclip to short between the green wire and one of the neighboring black wires. That will do the same thing with an installed PSU. It is also an easy way to bypass a questionable case power switch.


This checks the PSU under no load conditions, so it is not completely reliable. But if it can not pass this, it is dead. Then repeat the checks with the PSU plugged into the computer to put a load on the PSU.


If the system beeps:

If it looks like the PSU is good, install a memory stick. Boot. Beep pattern should change to one long and several short beeps indicating a missing graphics card (unless you have on board graphics available). In that case, remove any card and connect the monitor cable to the motherboard connector.
Silence, long single beeps, or series of short beeps indicate a problem with the memory. If you get short beeps verify that the memory is in the appropriate motherboard slots.

Insert the video card and connect any necessary PCIe power connectors. Boot. At this point, the system should POST successfully (a single short beep). Notice that you do not need keyboard, mouse, monitor, or drives to successfully POST.

At this point, if the system doesn't work, it's either the video card or an inadequate PSU. Or rarely - the motherboard's PCIe interface.

Now start connecting the rest of the devices starting with the monitor, then keyboard and mouse, then the rest of the devices, testing after each step. It's possible that you can pass the POST with a defective video card. The POST routines can only check the video interface. It cannot check the internal parts of the video card.

Friday, August 29, 2014

Pure Point Golf ( Full Instructional Videos )


Personalized Golf Instruction - FOR FREE

Just take our quick golf instruction quiz
to find out where you should start 
improving your game.

Guaranteed Golf Instruction
That is our mission and we take it very seriously 
here at PurePoint Golf. We are dedicated to helping 
you improve your golf game. We will help you take 
your game to the next level. We will help you hit 
the ball farther and more consistently than you ever 
have before. 

We guarantee our golf instruction.

Just Click This Link to View >>>>> http://www.purepointgolf.com/affiliates/idevaffiliate.php?id=1007974


Just Click This Link to View >>>>> http://www.purepointgolf.com/affiliates/idevaffiliate.php?id=1007974

Tuesday, April 22, 2014

DISK BOOT FAILURE


DISK BOOT FAILURE
whether when you turn on your computer ... computer will not boot? continues to exist a message "DISK BOOT failure, INSERT SYSTEM DISK AND PRESS ENTER". okay .. I would love know how:
  1. IDE cable with the hard drive and motherboard are not installed correctly
  2.  Or system files on HDD has corupt
All you have to do is as follows :

  1. Check The IDE cable, make sure it is plugged into the motherboard and hard drive properly.
  2. Corupt if the system is experiencing, the only way the computer should reinstall the hard drive records read properly by the motherboard. 
May be useful................

Computer will not turn on


Computer will not turn on
Have you ever experienced something like this? maybe when you really want to require your PC suddenly can not live? same can not be used? oke .. Do not panic, try to follow the steps below:

  1. Check the cable connection from the AC electricity into your computer, chances are loose or not installed at all.
  2. Check the monitor power cable and video cable that connects to a computer VGA connector is connected properly or not.
  3. Check the connector pins of a VGA monitor cable, is there any pins are bent or not, If there are bent try the alignment again and plug it into the VGA slot CPU card and turn on your computer.
  4. Check the cable connections from the power supply to the motherboard, may be loose or not installed.  
When the connection cables are connected properly, but your computer still will not turn on then next time you can do the hardware inside your CPU.
  1.  Check your computer monitor, if the light turns power on or not, if the monitor power light does not light means there is a problem of your monitor or damaged, you should fix it.
  2. Check your power supply, connect the cable to check the color green with a black cable, if the fan is still a good living, then power on.
  3. Check the Power Supply voltage, there are two power supply voltages of 12 volts and 5 volts, check the red wire with black cable with a multi tester, when the voltage was less than 12 and 5 volt power supply means have to be replaced.
  4. If it turns out its still good power supply, computer turned on when the power supply fan and processor cooling fan works but the computer will not turn on, turn off your computer, unplug the processor fan, then turn it back on for 1 minute, trying to hold the processor, if the processor was warm mean processor is still good, but if the processor does not mean the heat has broken your processor needs to be replaced.
  5. Porcesor If you are still good, but the computer does not want to flame, check your memory, do you have two computers that use similar memory try to plug into the computer, if the computer is not alive after using the memory, means the memory is damaged, you must replace the memory
  6. When his memory was still good but the computer does not want a flame, check your VGA card (When using a VGA card), try to test your VGA card to another computer, if the computer does not want to flame, then you should replace your VGA card for VGA card is damaged.
  7. When the VGA card is still good but your computer will not turn on, try Clear Bios, by way of pin jumper Normal position to the position of Clear, after you jumper to the Clear position, turn on your computer for a few seconds, then turn off your computer and unplug the electrical power from the CPU, return the jumper to the position Normal position, reconnect the power cable to your CPU and turn on your computer.
  8. If after doing the Clear CMOS turns your computer does not also want to live, maybe one of your computer components such as, CD Room, the hard drive is damaged or shorted out in the mechanical or electric. try to disconnect the component. Once you unplug the connected components in the computer and then you turn on the computer and the computer you want to live means any one of these components is damaged. Turn off your computer and try connecting to the computer components one by one until you find where the faulty component. And if the components meet the damaged, immediately replace your parts or take place of service.
  9. If it turns out all the computer components in good condition, but your computer still will not turn mean chipset your computer or your motherboard is damaged, please replace your motherboard, or take it to the place of service distributor of the motherboard.
  10. Check the Driver Installation of computer components, especially the VGA Card Driver, Driver vga card if you do not fit with its VGA system there will be conflict, so your computer will not work or Hang.
  11. When you update the Bios, but that you update the bios does not match the computer system motherboard then you will not live, you must replace the bios update to the position standardnya. Be careful in updating the bios, if it turns out the bios does not match then the computer will not be able to read your computer components including hard drives and usb, so you have to replace the chipset bios when there is a sale, if nothing is selling then you're forced to replace your motherboard. 
May be useful ...................

Computer Restarts Itself

Have you ever experienced a computer restart itself? .. Certainly quite annoying, especially as we're using that computer. For example, if you perform tasks such as typing a Microsoft program and you do not forget to save the data, then restart own computer .. you have to start over from scratch .. really annoying right? ..

Computer restarts Itself is the post this time to continue posting yesterday about how to fix a broken computer memory. Computer restarts Itself many causes. And this time I will explain some of the causes of restarts Computer Itself.


Computer Restarts Itself



  1. Damaged Program. This damage most commonly occurs because of the many viruses on your computer. Damage to the program can also be due to the loss of deleted files or programs due to electric shock or it could be due to incomplete installation program.
  2.  Processor heat is generally caused by your processor fan and heatsink does not work optimally, or even die.
  3. Memory (RAM) often does not work optimally due to dirt, rust and dirty memory slots.
  4. Elcho Motherboard leak or sag caused by the hot temperature in the casing.
  5. Hard drive is full, causing a crash on the program.
  6. May be useful

Computer VGA Card not Detected

Computer VGA Card not Detected - Maybe any of you who are experiencing damage to a computer on the VGA card, which monitors only display the message Not Signal only when lit or in other words there is no display at all on the monitor. Then how to fix them step? The first time that you have to test the VGA card is to let go of the place and use the Onboard VGA if there is, it is to ensure that the VGA card that is the problem for sure, okay, let's start.
Computer VGA Card not Detected

How to Solve Computer VGA Card not Detected

1. Remove the VGA card on the motherboard, then try cleaning VGA legs with rubber eraser (like RAM Memory), Clean Slot PCI / AGP VGA card you used to, after this step was taken, but not getting results then we try the second
2. Try to Clear CMOS method, a way to position Jumper Jump off and remove Cmos Battery 5 minutes, and then plug it again.
2. Remove the VGA, then reset the BIOS
4. Four ways to using other PC, it is used to perform test damage to the PCI / AGP VGA Card, if VGA can be used on other PCs, then the damage is in Slot PCI / AGP you, so take it to the case of Builders Services or replace your motherboard.
Some of the tricks I used to do to deal with problemsComputer VGA Card not Detected so there is no display on the monitor which is caused by damage to the VGA card, hopefully this short tutorial can be useful for those of you who are having problems like this.

HOW TO FIX BROKEN COMPUTER MEMORY

This post I share tips on HOW TO FIX BROKEN COMPUTER MEMORY . Is the PC's memory (SDRAM, DDRAM) that is thought to be dead (as long as it did not experience severe physical damage, such as burnt or crushed / broken).

Tips HOW TO FIX BROKEN COMPUTER MEMORY, I can wrestle the world based on experience during the hardware, with an accuracy above 70%, so for example you have 10 pieces of memory dies then there is the possibility of 7 pieces can still be used.

HOW TO FIX BROKEN COMPUTER MEMORY
The trick is as follows:

1. Clean the memory with a pencil eraser on the pin-pin memory until shiny.

2. Enter in the refrigerator for 24 hours Frezer

3. Dry in the sun until dry total

4. Prepare Avometer, point scale Avometer on Ohm (scale to measure barriers), can freely at position 1K, 10K, 100K ...

5. Take the needle negative (-) Avometer (black cable) then put on a pin / leg memory, and the needle positive (red wire) on the collection of grit at the foot IC / chipset memory, when memory has 8 pieces of IC such as the grit needle (+) into the legs of 8 IC.

6. Done .... Please try to plug the memory in their slots on the mainboard ....!

notes:

This process is to harness the flow of electric current from the batteries Avometer which circulate in the circuit circuit IC / Chipset memory.

The workings of this process is just like the Clear CMOS process on a mainboard if you have a crash and did not want to live, namely the disruption or blockage of the trip so that the flow of electric current needed for the activation of a system are not met, or as illustrations of people fainting or coma and then we try to wake up in the fishing line by means of nerve nerve to active and conscious way in the flush water.

7. May be useful.