Tweet TECHNICIZE483

Thursday, September 5

Download Battery Booster v 5.1 APK.





Battery Booster - Boost Your Battery's Running Time and Max Battery life !




Battery Booster (Full) v5.1
Based on system Specification, Battery Booster provides the most accurate information on your battery charge, which includes an auto-updating live chart visually tracking your battery usage, and the real-time battery capacity, temperature, voltage, etc. Battery Tweak, including Smart bettery Saver and convenient settings for managing Wifi & Bluetooth, can help to squeeze out the peak performance from your phone

Tuesday, September 3

LAPTOP CREATE BEEP SOUND ON START UP.




Lets look at some of the common reasons why such beeps or sound comes from a laptop:-

RAM Error:-
This problem typically arrives when you replace the RAM or RAM goes bad. When you put a new RAM module on the PC, it may fit loose or may not be properly compatible ram because of different memory specifications. If you have added new module, remove the new module and re-start the computer. This way you can identify if this is related to RAM troubles. In case the RAM has gone bad (happens with some old computers), you need to replace the RAM.

Motherboard Problem:
Multiple beeps in a row or a pattern are an indication of some problem related to motherboard related power on self test failure. You should check which BIOS is installed and then look for the error codes of that BIOS with the number of beeps which you hear when you start the computer.

Processor Problem:
Many times, the processor itself may go bad because of over-heating or bad thermal components. In such case, you will hear multiple beeps at startup. For such case, you should take it to a service center or a trained computer technician.
Other Errors:
There can be many other miscellaneous errors like battery failure error, charger voltage error, display error, expansion slot error etc. Refer to the BIOS error code for the BIOS installed on your computer for details. It will help you diagnose and check what is causing the error.

Monday, September 2

GET BACK GOOGLE INPUT TOOLS IN SYSTEM TRAY.


Hello friends. I know it is one of the awesome tool provided by google. But suppose that if you disabled that toolbar from your system tray then how to get back in system tray. Is there any way to get back that toolbar into system tray? If yes then what? Many people are facing this problem so this post of mine will help them to get back that toolbar again in system tray. The method which I am going to explain today only works with windows os. So what are you waiting for, Lets start. I have arranged this post into simple screenshots and a video. Just check it out.

TEXT TUTORIAL:-

1. Open CONTROL PANEL.

2. Change VIEW BY: CATEGORY to VIEW BY: LARGE ICON.

3. Click On REGION & LANGUAGE


4. Now click on KEYBOARDS & LANGUAGES.

5. Click on CHANGE KEYBOARD.

6. Now click on LANGUAGE BAR.

7. Choose DOCKED IN TASKBAR & click on OK.


SCREENSHOT TUTORIAL:-



Sunday, August 25

TROUBLE WITH DUAL RAM MODULE.

Problem With Dual RAMs
I want to use two rams of 2GB combine in my pc. when I put both rams system show only one ram memory that put first in pc. I also check the system ports and Rams one by one that works but when I use combine only one ram memory show that put first. Please suggest me what I can do for solve the problem.

Upgrading RAM on a PC is a more complex procedure than it seems. First of all, you must ensure that both the RAMs that you are using are using same frequency, are or same type and same specification. The best case scenario is to use RAM modules of same brand, same make and same model which will ensure that there in no incompatibility at all.
In case you are using different modules of same capacity, if they don’t match properly on the frequency and other specs like the speed, latency etc., then there are high chances of crashes, random restating of PC and in some cases, one module not being detected at all (which is reported above).
In our opinion, you should use only one module if the two you have are not of same brand and make. Else you can buy a new one matching one of the two older modules and the install it together with the older modules, which is most appropriate way of upgrade.

Saturday, August 17

EnableRegEdit.vbs

'Enable Registry Editing'
'© Veegertx - 4/7/2004
'This code may be freely distributed/modified
On Error Resume Next
'Prevents errors from values that don't exist
Set WshShell = WScript.CreateObject("WScript.Shell")
'Delete DisableRegistryTools registry values
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
'display message
Message = "You should have access to Regedit now"
X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Set fso = Nothing