Archive for 2016
How to deal with freeze laptop
By : UnknownI often encounter with this problem nowadays. Firstly, i try to shut down my laptop like usual but sadly it wont work.. so i force to shut it down by closed the laptop. and more surprisingly when i reopen the laptop and hell yeah it still freeze.. what to do then? instead, if the desktop computer was freeze, just turn off the power supply and it shut off... but what to do with freeze laptop?
step 1
press on the power button for about 10-15 second and your laptop will shut down.
done already.. as simple as ABC is it?
comment on the box below if you got questions and doubt..
step 1
power button |
press on the power button for about 10-15 second and your laptop will shut down.
done already.. as simple as ABC is it?
comment on the box below if you got questions and doubt..
Tag :
PC trick,
How to see password behind an Asterisk
By : Unknownhow to see password behind asterisk |
hi guys, i wanted to share trick on how to view password behind an asterisk. hope you guys enjoys..
STEP 1
Create Bookmark with the browser that you use
EX: asteriskpassword
STEP 2
fill in the URL bar with this java-script:
avascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "n"; } } if (s) alert("Password is:nn" + s); else alert("Cerita Farjannah did not find the password");})();
STEP 3
login your facebook account or whatever application that you eager to view the password, then click on the bookmark created previously and see the result. it will pop up the dialog with the password behind the asterisk