Wednesday 5 December 2012

How To Find A Matching Driver For Your Computer; Quick Guide (Part I)



There are many possible ways to find the driver that match for your computer. These are some examples to do it without spending any cost.
  
1.  Locate Your Notebook Model Number



There should be a sticker label at the bottom of your laptop with your model number and serial number information on it. The model number should be near the top of the label. 





  • [*Ignore any sticker or model information on top of your laptop. Example: ACER Aspire 4935 (on top), Acer Aspire 4935 series (at the bottom)]



If the label at the bottom of your laptop is missing or unreadable, you may be able to find your model number inside the battery compartment (usually HP Mini). 



If you're PC desktop user, there should be a sticker label on top or at the side of your PC.You also may be able to find the driver for your PC by taking some of the data written on the motherboard (such as board name, their manufacturer, chipset, audio etc.)






The easiest way to find the information by clicking on the software http://www.filehippo.com/download_cpuz/ and http://www.filehippo.com/download_gpuz/ .




2Then go to google page and search for it or go to their own manufacturer's website. If


etc. [*Download and Install It At Your Own Risk]

Thursday 29 November 2012

Plugin Admin Exec: start game error, last error: 14001 :Quick Guide [Solved]

Installing a new file always suck even you're update it from old version or installing a new one (GarenaHoN_2062800).



If you're running Windows XP (I'm running it on Windows 7 and its work great but when I installing that file in Windows XP it gets this error), then follow my instruction;

1) I download and install the old version (GarenaHoN_2061401 or GarenaPlus_Install_2_141).
2) Don't update it! because at the very last file, you'll get this error back. Just installing a new file (GarenaHoN_2062800). 




I think some of the old files that are not available in the new file and can not be combined with the latest file. Just my prediction of the mistakes that I face because after installing a new file, the error has been resolved.

Let's Get It On :)

Monday 26 November 2012

Protect Your Privacy in Windows 8 with Local Group Policy Editor:Quick Guide


1) Move your mouse cursor into any right corner. Choose "search" menu and type "gpedit.msc".




2) In Local Group Policy Editor windows, choose User Configuration > Administrative Templates > Windows Components > File Explorer .




3) On the right pane, you'll see many setting there. Now, set this things Enable and Apply:
  1. Do not allow Folder Options to be opened from the Options button on the View tab of the ribbon. ~ Disable Folder Options in my computer and control panel to prevent strangers to search your hidden files. (see Picture 1.1, 1.2, 1.3)
  2. Remove File Explorer's default context menu. ~ To prevent strangers stole your file by copy, cut and paste with right click menu. Still leak coz strangers can copy, cut and paste by using key combinations (keyboard shortcut such as CTRL+C, CTRL+X, CTRL+V, etc.). (see Picture 2.1)
  3. Hide these specified drives in My Computer. ~ To prevent strangers seeing inside the drives by using normal click. (see Picture 3.1, 3.2)
  4. Prevent access to drives from My Computer. ~ To prevent strangers entering any drives in any way whatsoever. (see Picture 4.1, 4.2)

Pic 1.1


Pic 1.2


Pic 1.3


Pic 2.1


Pic 3.1


Pic 3.2


Pic 4.1


Pic 4.2

Sunday 25 November 2012

Windows 8 Installation:Quick Guide

1) Boot your installation cd or usb windows 8.



2) Choose your OS versions. *x64 = 64-bit, x86 = 32-bit.
3) Choose where you want the installation to be located. Double check before you click the next button.




4) Your pc will restart twice. Wait until it's done automatically. And the next boot page, it will prompt you to enter your product key. Skip it or enter this NG4HW-VH26C-733KW-K6F98-J8CK4.



5) After a simple requirement setting, your page will soon be like this




6) Simple setting to show my computer on desktop. Right-click on desktop > choose Personalize, or you can move your mouse cursor to any right corner, choose Setting > Personalization > Change desktop icons


Friday 23 November 2012

How to remove password windows 8

1) boot your cd/usb windows 8 installation.
2) click next and repair computer.
3) click troubleshoot menu > Advanced Option > Automatic Repair ~ this just a trick to define where your windows installation located.
4) click troubleshoot menu > Advanced Option > Command Prompt. ~ use a simple trick windows 7.

E.g;
copy e:\windows\system32\sethc.exe e:\ <----- backup old password
copy e:\windows\system32\cmd.exe e:\windows\system32\sethc.exe <----- configure your own new password
exit

5) remove cd/usb windows 8 installation.
6) on logon screen, hit shift key 5 times. it will appear a command prompt box.

type;
net user <----- to define your user account rename by system
net user <username> <new password>
exit and logon your user account with new password.

How to configure Apache to work on Windows 8

1) Left click on wampserver tray icon > Apache > httpd.conf or c:\wamp\bin\apache\apache2.2.22\conf\httpd.conf
2) Find 127.0.0.1 line and you will find "Allow from 127.0.0.1" ~ this configuration file is design for local computer that running ipv4, the system for assigning IP addresses for previous version of windows.
3) Choose command prompt by m
ove your cursor to lower left corner and right click. type "ping localhost" and you'll get this "::1" ~ check your ipv6
4) Then under "Allow from 127.0.0.1", add code "Allow from ::1". Save and close. ~ this is to fix your localhost error 403 forbidden.
5) Next, c:\wamp\alias\phpmyadmin.conf . Under "Allow from 127.0.0.1", add code "Allow from ::1". Save and close ~ this if to fix your phpmyadmin error 403 forbidden.
6) Left click on wampserver tray icon > Restart All Services (wait till green) > Put Online.

That's all. Gudluck :)
*Sorry, my bad english.*
http://www.youtube.com/watch?v=ETbF1CVYnmk