WELCOME TO BHATI TRICKS WRITE FOR US ADVERTISE YOUR BLOG/SITE HERE POST YOUR ARTICLE/TRICK HERE



Showing posts with label system. Show all posts
Showing posts with label system. Show all posts

Wednesday, 28 August 2013

REMOVE BIOS PASSWORD -BY SIMPLE TRICK

0 comments
RESET-BIOS-PASSWORD

REMOVE BIOS PASSWORD -A KILLER TRICK
IN that article I will tell you that how can you crack the bios password. As you already know that BIOS stands for "Basic Input Output System". BIOS is a system that is pre programmed, you have not permissions to change it. By BIOS controls you can customize your machinery. Features like fan temperature controller, fan speed can be controlled by BIOS unit. That's why, technical users keeps password on BIOS system. you can change priority of booting device by BIOS system. If you are forgetting your BIOS password, don't worry, by a simple trick you can reset it. It requires a little bit of knowledge of opening the cabinet box and mother board.

you may also like:-

METHOD 1:
For reset the password of BIOS please follow the steps carefully:-
Step 1:- Open the cabinet box (CPU), observe the mother board.
Step 2:- Then you will find a battery like coin, (it is BIOS battery which regulates the system clock for 24x7 hours, and regulates the booting process on start up.)


RESET-BIOS-PASSWORD

Step 3:-Remove the battery from it's slot, and wait for 45 seconds and place the battery back to the slot in mother board.
Step 4:- And restart your computer, and set the clock from BIOS features.
And the task is totally completed. you will see that the password from BIOS is removed.


METHOD 2:-
In that tricks you can reset the BIOS password from command prompt. By typing a set of commands you can remove the BIOS password.
NOTE:- But that tricks is not applicable for some BIOS versions.
Step 1:- Open command prompt ( Start> Accessories> command prompt )
Step 2:- Type the following command one by one:-
DEBUG
 -o 70 2e
 -o 71 ff
 -q
 exit
Step 3:- Now restart your computer, and you will see that password is removed from BIOS unit.
NOTE:- This trick is only for knowledge purpose.
please post your feedback about that post in comment box and join us at Facebook BHATI TRICKS, And subscribe us for latest updates via e-mail.

Wednesday, 7 August 2013

DISPLAY NOTICE ON STARTUP IN WINDOWS

0 comments
DISPLAY-NOTICE-ON-START-UP-IN-WINDOWS
IN THAT ARTICLE YOU WILL FOUND THAT HOW TO DISPLAY A NOTICE ON START-UP  ON THE DEMAND OF A READER OF OUR SITE.If your PC has multiple users then you can now display legal notice to every user before they login to your PC. This legal notice will be displayed at every startup just before the Desktop is loaded. Using this you can tell your friends about the do’s and dont’s in your computer when they login in your absence. Well you can do this pretty easily. For this there is one small registry hack. Here is the step-by-step instruction to do this. 

STEP 1. Go to Start->Run, type regedit and hit ENTER

STEP 2. Navigate to the following key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\policies\system
On the right side pane look for “legalnoticecaption“, double click on it and enter the desired Legal Notice Caption.

STEP 3. Next below this look for “legalnoticetext” and enter the desired Legal Notice Text. The legal notice text can be up to a page in it’s size so that it can include a set of do’s and dont’s for your computer.

STEP 4. After you do this just restart your computer and upon the next startup you can see the legal notice information for your computer. This trick works on both XP and Vista. You can also try it on Windows 7 and should work with no problems.
PLEASE FEEL FREE TO POST COMMENTS BELOW THE POST.

TEST YOUR ANTIVIRUS BY A SIMPLE TRICK

0 comments
TEST-YOUR-ANTIVIRUS

HI! friends, In this article, Today i am sharing a outstanding trick to test your anti-virus.
Have you ever wondered how to test your Antivirus software to ensure it’s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will work on any antivirus and was developed by European Institute of Computer Antivirus Research. This process can be used by people, companies and antivirus programmers to test the proper functioning of the antivirus/antimalware software without having to deal with the real computer virus which can cause damage to the computer. Here is a step-by-step procedure to test your antivirus.


 STEP 1. Open a notepad (New Text Document.TXT) and copy the following code exactly onto it, and save the notepad.

EICAR Test code
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
 
STEP 2. Rename the file from New Text Document.TXT to myfile.com

STEP 3. Now run the antivirus scan on this myfile.com file.

If the antivirus is functioning properly on your computer, then it should generate a warning and immediately delete the file upon scanning. Otherwise you may have to re-install your antivirus.

NOTE: Most antivirus will pop-out a warning message in the Step-1 itself
 
You can also place the myfile.com file in a ZIP or RAR file and run a scan on it so as to ensure whether your antivirus can detect the test string in the compressed archive. Any antivirus when scanning this file will respond exactly as it will do for a genuine virus/malicious code. This test will cause no damage to your computer even though the antivirus will flag it as a malicious script. Hence it is the safest method to test the proper functioning of any antivirus.
PLEASE SUBSCRIBE US, FOR MORE UPDATES.

Saturday, 27 July 2013

SHUT DOWN YOUR PC IN ACCURATE 10 SECONDS

0 comments
shut-down-computer-in-only-10-seconds

HI FRIENDS, In this article i will tell you that how to shutdown system in only 10 seconds. It is applicable for all windows system.
STEP1: Open run box (by pressing  win+R)
STEP2: Type REGEDIT in text box.
STEP3: Navigate to
 HKEY_LOACAL_MECHINE\SYSTEM\Cur rentControlSet\Contr ol\ContentIndex
STEP4: N ow there find the Key Called
“Startup Delay”
STEP5: Double Click On It,Now where its Base Click Decimal
STEP6: Now its Default Value Is 4800000 (75300:hexadecimal),Change The Value To 40000
Now close the Registery Editor and,Restart Your Computer,You’ll See The Result
NOTE: please subscribe us, for latest updates.

Wednesday, 24 July 2013

MAKE YOUR COMPUTER TALKS

0 comments
make-your-computer-talks

In this post I’m going to show you cool windows trick that will make your computer talks what you type . This would be fun to do on someone else’s computer as a joke.
1. Open Notepad
2. Paste the following code
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
make-your-computer-talks

3. Save the file, give it any name, but make sure you also type .VBS after the name. Also, for the Save as type box, choose All files instead of the default Text Documents.
make-your-computer-talks

4. Now double click the .vbs file and you should see the window as show below

make-your-computer-talks
5. Type what ever you want and click on OK . That’s it , your computer will speak what ever you typed in the default voice
If you want to make your computer repeat the words then add a loop. Here is the code :
Dim message, sapi

message=InputBox("Enter the text you want spoken","speak this")

set sapi=CreateObject("sapi.spvoice")
For i=1 to 10
sapi. Speak message

Next
It will repeat the same word a ten times.
PLEASE SUBSCRIBE US FOR LATEST UPDATES.
 

ABOUT THE AUTHOR

Founder & Author:I ABHISHEK BHATI student of COMPUTER SCIENCE by education a Blogger by profession. Exploring Technology is my passion.BHATI TRICKS is place for Tech Lovers. ABHISHEK BHATI launched his frist Marketing Site in 2013.
...Read More

GET FREE EMAIL UPDATES

Join us for free and get valuable content delivered right in your inbox.



recent comments

BHATI TRICKS Widget

| BHATI TRICKS © BHATI TRICKS. All Rights Reserved | | Back To Top |