Posts

FFHide batch program for windows

Image
  Hide you r File/Folder using batch program Using this batch program you can hide/unhide your file/folder in windows OS and also you can modify it as per your need if you know batch programming. you will get following options ***************************** >> Hide/Un hide your F ile/ F older >> Log history  >> Contact U s >> you can give your feedback f or this program  You can create this program by the following steps or you can download it from here( Download FFHide ), Unzip it and double click on batch (.bat) file to run it... Let's Start... Step 1 :   Open notepad. [start > Program > accessories > notepad] Step 2 :   Copy the following code in notepad which is in text area. REM Code started from here @echo off call :setWindowProperty call :creteFolder goto :main :setWindowProperty title File/Folder Hide-Unhide App mode con: cols=65 lines=22 color 2f goto :eof :creteFolder set messageC...

Collection of Computer Tricks for windows

Image
Computer tricks collection Here, we are going to show you different old/new computer tricks for your windows computer. Lets start. Trick 1: Keyboard Dancing Lights   use the lights of your keyboard to do dance. >> Open your notepad. >> Type the following code it notepad. Set WEBCHILLER =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 WEBCHILLER.sendkeys "{CAPSLOCK}" WEBCHILLER.sendkeys "{NUMLOCK}" WEBCHILLER.sendkeys "{SCROLLLOCK}" loop >> Save it as ledlight.vbs >> Now Double click on that file. >> See your keyboard's LED lights. How to stop it. >> Press ctrl + alt+ delete to open task manager >> Click on processes tab >> Click on wscript.exe >> Click on End Process Trick 2: Hack user account paasword of XP You can hack your user account password. Click here to learns. We posted on our blog. Click here to check. Trick 3: Funny VLC Trick ======...

Create your own run command in windows by easy steps

Image
Easy steps to create run command shortcut   Here i will show How you can create your own run command in windows OS. Actually this feature in windows is great which is useful to open your application window instantly. So Now you can also create your command to open any application by entering command in RUN. Lets Start. Step 1: Creating Shortcut Here you have to create shortcut of your application. Right click on desktop click on new then click on shortcut Then you will see one window. Here you have to paste full path of your application file (it should be .exe file or .lnk file or may be other shortcut). You can also browse that file by the browse button. Step 2: Choose your application   Here i am creating shortcut of DOSBox-0.74 You can paste your application path which you want to run using Run command. after selecting path click on next button. Step 3: Set Run command Now This is important to set run command. Here you have to type comma...

Store your message inside Image

Image
Hide your Message behind the Image Hello, i am going to show you how to store your secret message inside the image. Follow my instruction. Step 1 : Open Notepad [Start >> Run >> Type "notepad" >> Enter] Type your message which you want to hide in image and save it on deaktop. Here i am saving my message in msg.txt file. Step 2 : Copy one image on desktop. [Here i am copying 401.jpg image] Step 3 : Now Open Command prompt [Start >> Run >> Type "cmd" >> Enter] Now type cd desktop then hit Enter. Then Type copy /b 401.jpg + msg.txt hiddenmsg.jpg [Note : Here hiddenmsg.jpg is new image file which contain your message. 401.jpg is your image and msg.txt is text file you have to change this file name in command as per your file name] Thats it...!!! Now you can delete your old file [ 401.jpg and msg.txt ] Now you can see one new image file on your desktop name with hiddenmsg,jpg   How t...

Make your computer speak what you type using notepad

Image
Create Application using notepad to make computer speak what you type Here is one interesting code created by us to make your computer speak what you type. Let's Start. Step 1 : Open your notepad. [start >> run >> Type "notepad" >> Enter] Step 2 : Copy the following code in notepad then save it with .hta extension [e.g MSG-Speaker.hta] < html><head><title>Message Speaker - TKF</title><HTA:APPLICATION APPLICATIONNAME="Message Speaker - TKF" ID="Mesage Speaker - TKF" VERSION="1.0" MAXIMIZEBUTTON="no" SCROLL="no"/></head> <style> td { color: Black; } caption { color: Black; }

Create Simple Message Encrypter/Decrypter Using Notepad

Image
HTML Application for message Encrypter/Decrypter Hello with this Simple HTML Application you can Encrypt and Decrypt your message by password. First of all I will show you how to create it and then I will show you how to use it. Let’s Start. Step 1 : First if all open your notepad. [Start >> Run >> Type “Notepad” >> Enter] S tep 2 :   Copy the following code in notepad which is starting from <html> to </html> <html><head><title>Message Encrypter/Decrypter - TheKnowledgeFactory.in</title><HTA:APPLICATION APPLICATIONNAME="Message Encrypter/Decrypter -  TheKnowledgeFactory.in " ID="Message Encrypter/Decrypter -  TheKnowledgeFactory.in " VERSION="1.0" MAXIMIZEBUTTON="no" SCROLL="no"/></head> <style> td { color: Black; } caption { color: Black; } body { font-family: Arial; background-color: #708090; color: #808080; } input { background...

Tip for ATM security

Image
Every one know that if you are forced by robbers to withdraw money from an ATM, you can secretly alert police by entering your PIN in reverse. If your PIN is 1111 or 5665 then what Happen??  When your PIN and Reverse of PIN both are Same Then You can't get benefit of this security that means you are not Safe. TIP :   Every time select that type PIN [Like 6324 ] for Your Safety.