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



Showing posts with label PROGRAMMING. Show all posts
Showing posts with label PROGRAMMING. 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.

Friday, 19 July 2013

LOCK ANY FOLDER WITHOUT SOFTWARE

0 comments
LOCK-FOLDER-WITHOUT-SOFTWARE
HI FRIENDS, IN THAT POST I AM SHARING A TRICK IN WHICH YOU CAN LOCK FOLDER WITHOUT ANY SOFTWARE. In that folder you can put your personal files and documents. That folder become a password protected folder without any software. This trick will work on all windows system like(XP/7/8). To lock a folder follow the steps:-
STEP1:- Open notepad(start> accessories> notepad), paste the following highlighted code in it.
cls
@ECHO OFF
title www.cyber-sol.blogspot.in
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo want to lock the folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock your folder
set/p "pass=>"
if NOT %pass%== cybersolution goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

LOCK-FOLDER-WITHOUT-SOFTWARE


STEP2:- Now save it as abc.bat.
STEP3:- Now double click on abc.bat. Then a new folder will be created with name myfolder.
LOCK-FOLDER-WITHOUT-SOFTWARE

STEP4:- Now open abc.bat then press y and press enter.
STEP5:- Now myfolder will be hidden from desktop, to access that double click on it.
STEP6:- it will ask for password, enter your default password(cybersolution). You can change it in above code.
STEP7:- Now my folder will be hidden from desktop.
NOTE:- NOW YOU CAN PUT YOUR PERSONAL FILES IN MYFOLDER. FOR THE SECURITY PURPOSES KEEP ABC.BAT IN YOUR PEN DRIVE OR AT SECURE PLACE.

IF YOU HAVE STUCK AT ANY STEP, PLEASE LEAVE A COMMENT BELOW THE POST.

Wednesday, 19 June 2013

C PROGRAMMING E-BOOK (K&R VERSION)

0 comments
C-PROGRAMMING-EBOOK

C LANGUAGE IS BASIC AND ESSENTIAL LANGUAGE. IT IS VERY EASY AND INTERESTING
Every program is limited by the language which is used to write it.
 C is a programmer’s language. Unlike BASIC or Pascal, C was not written as a teaching aid, but as an implementation language.
 C is a computer language and a programming tool which has grown popular because programmers like it! It is a tricky language but a masterful one. Sceptics have said that it is a language in which everything which can go wrong does go wrong.
 True, it does not do much hand holding, but also it does not hold anything back. If you have come to C in the hope of finding a powerful language for writing everyday computer programs, then you will not be disappointed.
 C is ideally suited to modern computers and modern programming.
This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by.
 It presumes that you have some previous acquaintance with programming — you need to know what a variable is and what a function is — but you do not need much experience. It is not essential to follow the order of the chapters rigorously, but if you are a beginner to C it is recommended.
YOU CAN DIRECT DOWNLOAD IT FROM HERE:-
 

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 |