Blog Widget by LinkWithin
Showing posts with label tips and tweaks. Show all posts
Showing posts with label tips and tweaks. Show all posts

Friday, May 15, 2009

Lock your Executable Files

Share



To protect and to keep away from others to work on your system, keep passwords to your executable files. Try this!!!! Download Exe Password!!!





download http://www.salfeld.com/prg/exepw04.exe

revela the passwords behind the "********"!!

Share




Reveal the passwords behind the "****" !!

Follow the steps given below-

1) Open the Login Page of any website.

Code:
 (eg. http://orkut.com)
2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

Code:
javascript: alert(document.getElementById('Passwd').value);


Or Install this GreaseMonkey.... No need to run script juz put mouse on textbox it will convert password to text

Code:
// ==UserScript==
// @name Shows the Password on MouseOver
// @namespace Mr Nobody
// @include *
// @description shows password when mouse is moved over password field
(function() {
var inputs, input;
inputs = document.evaluate(
'//input[@type="password"]',
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
if(!inputs.snapshotLength) return;
for(var i = 0; i < inputs.snapshotLength; i++) {
input = inputs.snapshotItem(i);
input.addEventListener('mouseover', function(event) {
this.type = 'text';
}, false);
input.addEventListener('mouseout', function(event) {
this.type = 'password';
}, false);
}
})();





If you like my post, don't forget to say thank you.

how to lock folder without software

Share



code...

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "ch"
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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

steps to do it........
1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything u want. ( In place of password in the code given type your desired password.)
2) A batch file will be created where you hav saved. Now double click on it , it will make a folder with the name locker at the same place where the batch file is save.
3) Now add the files you want to be locked in that folder.
4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.
5) To unlock,double click on batch file again and enter the password in the new window opened.

Multiple Login in Google TALK

Share



Multiple Login in Google TALK
1. Create a gtalk shortcut on the desktop.
2. Right click that icon and select properties and then in the target place u will see something like this. “”C:\Program Files\Google\Google Talk\googletalk.exe” /startmenu”
3. Rename it as”"C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex”
4. click apply and OK.

How to recharage mobile without Electricity

Share








1- Open your mobile cover
2- Take out your battery
3- Take two to three fresh leaves of peepal/pipal/ashwattha tree
4- Touch the stub of these leaves on your mobile battery terminal for a
minute
5- Clean the mobile battery terminal with the soft cloth
6- Put your battery again in your mobile and switch it on
7- Now you can see the result
8- If required repeat the process with fresh leaves

Fasten your BroadBand Speed up to 20%

Share





If you are using a BroadBand connection at your home and using Windows Xp as your Operating System, and you feel that your BB speed is a bit less, then in that case you have the option to increase your Broadband speed upto 20%.



1. First of all make sure you are logged in as Administrator.
2. Go to Start -> Run -> gpedit.msc, press OK.
3. Then go to Computer Configuration -> Administrative Templates -> Network -> QOS packet Scheduler.
4. On the right it will give you the option of Limit Reservable bandwidth, open and and select Enabled, and change the value to 0.

ad brite

Your Ad Here
 
back to top