Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts

Thursday, August 16, 2012

Simple Trick To Lock Your Computer

 This is the simple, easy trick to lock your computer.It is very important to lock your computer when you have to leave your computer for some time, especially when you are in company or college.
Generally, to lock your computer you have to do following procedure every time: Go to "Start--> Shut Down --> Lock". As shown below :

    But today i am going to show the easier way than this. In this trick we are going to create a shortcut on desktop or you can also lock your computer by pressing "Window Key+L" only.
Let's Start : 
1) Right Click on desktop-->choose "new"-->"shortcut". The shortcut wizard will open.
 2) Type the following text in TextBox :
%windir%\\System32\\rundll32.exe user32.dll,LockWorkStation
 3) Click Next. Then Type the name for shortcut e.g. lock.
 4) Click "Finish". A shortcut icon will appear on your desktop. Now to lock your computer just double click on "lock" shortcut.
5) Another simple and best way to lock your computer is "WindowsKey+L".
Please share your comments in CommentBox ! 

Sunday, August 12, 2012

Create Locked Password Protected Folder Without Using Any Software

Yes, you can create a locked password protected folder without using any third party software. While surfing on internet i found a .BAT script that creates a folder with password protection. You have to only copy & paste this script, put your password and you are done!

Here are the steps :
1) Open notepad. Copy and paste below script and save file as lock.bat
cls
@ECHO OFF
title technoyz.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 Secure Folder
set/p "pass=>"
if NOT %pass%== Your_password_goes_here 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

2) Now when you double click on lock.bat, it will create a new folder named "MyFolder". You can put your private data into this folder.
3) After that again double click on lock.bat, it will hide the MyFolder. To show this folder click on lock.bat and enter your password.

 4) In this type, there is one type of drawback that anyone can see your password. You have to just right click on lock.bat-->choose "edit" and you can see source for file lock.bat.
5) The solution is to convert this .bat file to .exe file. By doing this nobody can view source for lock.exe. But you have to download "Bat to Exe converter" for this.
6) Download Link for : "Bat to Exe converter"
7) Open converter and select path of your .bat file and click on compile.





8) Done ! Delete the lock.bat file and Enjoy your locked password protected folder.

Wednesday, August 8, 2012

Shrink Or Extend Volumes In Windows 7 Without Formatting

Shrink or Extend Volumes Using Disk Management Utility :
Disk Management Utility is a built-in tool in Windows 7. It can be used to shrink or extend volumes, create or delete hard disk partition, format partition, change drive letter and so on without formatting your windows 7.
Let's Start :
1) Go to "start" and type "disk management", and hit enter.
2) Window like shown below opens, it is Disk Management Utility.

3) Now select the volume you want to shrink and right click on it-->choose shrink volume.
 4) After calculating space available, it shows details.
5) After shrinking process a new column "free space" will be appear.
6) The process of shrinking is done. Now you can create new partition(volume) of this free space or you can extend it to its previous volume(in this case "G:").
7) To extend the volume right click on G: -->choose extend volume and follow the wizard. It will immediately extend the volume.

  8) To create new volume, right click on "free space"-->choose "new simple volume" and follow the wizard.
9) IT'S DONE !
Please, share your comments, queries in comment Box. 

Wednesday, August 1, 2012

Restore Accidentally Deleted Files with Recuva


It can be the worst feeling in the world when you accidentally delete a very important file you have been working on for days.  Today we look at Recuva, a free tool that helps you restore accidentally deleted files.
 What is Recuva ?
Recuva is a freeware Windows utility to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses!
After using Recuva for a couple of days, I have ended up being very impressed with it. It is very fast with finding recoverable files and when you click on what you want brought back, it restores the file and sends it back to your hard drive within seconds.
Let's Begin :
1) Download Recuva from here... and install it.
2) When you first start up Recuva it brings up an easy to follow wizard which guides you through the recovery process.  There is an option to disable this from starting up if you don’t care to use it.
 3) Now choose the type of file your trying to recover.  If you’re not sure click on Other to show all files
 4) Select the location of where the file was located.  You can choose removable media, certain directories, or search everywhere on the computer.
5) Wait while Recuva scans your system for deleted files.
6) When you get the results it will show the file(s) and the green or red dot next to them lets you know how likely they will be restored without any damage.

 7) Now say I want to want to recover those 3 files? I just need to tick them and click the “recover” button. Recuva will ask me to specify where on the computer they should go.
8) Just remember to untick those files in Recuva before you close the program because Recuva remembers those files next time and will keep on downloading them over and over again! So untick them once you have recovered them.
Note : But as with any deleted file that you want to bring back, the older it is, the harder it will be to bring back. Plus if you are able to bring it back, the older it is, the more corrupted the file will be. So if you want to bring a deleted file back, you need to do it as fast as possible. The more you delay, the less chance there is of recovering it.
Do you use Recuva? If so, what have been your experiences with it?  What do you think about recuva? Is there any better software than recuva? please share your views in comments.

Tuesday, July 24, 2012

How to Hide Secret Documents inside JPG Images

Turn out that it is actually very easy to hide (or embed) other file inside a JPEG image. You can place video clips, pdf, mp3, Office documents, zipped files, webpage or any other file format inside a JPEG image.
Let's say you want to hide a confidential PDF document. What you can do is convert that file into a regular jpg image so even if anyone double-clicks this file, all he will see is a preview of the image and nothing else. And when you want to work on the actual PDF, just rename the extension from jpg to pdf.
Step 1: You will need two files - the file you want to hide and one jpg image - it can be of any size or dimensions. [If you want to hide multiple files in one jpeg image, just zip them into one file]

Step 2: Copy the above two files to the C: folder and open the command prompt window.

Step 3: Move to the c: root by typing cd\ [enter][if the files are in another folder, you'll have to change the prompt to that folder]

Step 4: The most important step - type the following command:
copy /b myimage.jpg + filetohide.txt my_new_image.jpg

Step 5: To see the original TXT file, just right click--> my_new_image.jpg and open with notepad-->go to end of file you will see your secret message.
Here we illustrated with an .TXT file. If you want to apply this technique to other file formats like XLS, DOC, PPT, AVI, WMV, WAV, SWF, etc, you may have to first compress them in RAR format before executing the copy /b DOS command.
To restore the original file, just open file with winRAR or 7-zip.

Friday, June 29, 2012

How to crack IDM to Full version

Here are the steps to convert trial version IDM to full version : 


  • Download and Run KeyPatch from here...
  • Click "Clear Previous registration data". 
  • Choose "Patch Server Check" -> Search File "IDMan.exe" in Installation directory. Usually directory at C:\Program Files\Internet Download Manager
  • Click on "Generate". This is your Serial Key.
  • Then, Run IDM.
  • Click on Registration and choose registration...(don't select order online)

  • Fill Form :
        First Name : Up to You
        Last Name  : Up to You   
        Email       : Up to You
        Serial     : Copy Serial from KEY PATCH IDM.exe
  • Finished...Enjoy full version IDM.
  • Do it Same if happen Fake Serial Number because you update your idm.
  • I have used and tested it on my IDM v 6.05. It works!
  • Please, Share your views in comments.

Monday, June 25, 2012

How to edit your comments on facebook

You Can Now Edit Your Comments on Facebook. If you've ever made a horrible comment on Facebook or dropped an embarrassing typo on a friend's status update, then you'll be happy to hear that you can now fully edit comments on Facebook posts.
You could edit comments before if you did so within the first minute of making a comment, but now you can do it any time you like.

How to edit comments :

  • To edit a comment, click the small pen symbol next to your comment.
  • click "Edit" and change the text to your liking.

Before you go rewriting your entire history you should know that when you edit a comment it will have an "Edited" link below it so people can look back on anything you change.

Tuesday, April 17, 2012

How to Install and configure PHP on windows xp with apache and MySql



1)    creat a dir named PHP in C: as C:\php
2)    Locate php.ini-production in php folder and renamed it to php.ini
3)    Open php.ini and locate extension_dir directives, uncomment and change the value into:-  extension_dir = "C:\php\ext"
4)    Still with php.ini, next you need to find output_buffering and change it to
output_buffering = Off
5)    Locate php_bz2.dll, php_mbstring.dll, php_mysql.dll, and php_mysqli.dll and uncomment it.
6)    Now we are done with the php.ini configuration, the next step would be locating Apache httpd.conf (if you didn’t change the default Apache installation directory it can be found at C:\Program Files\Apache Software Foundation\Apache2.2\conf)
7) Open httpd.conf and uncomment expires_module, headers_module, rewrite_module and then add
LoadModule php5_module "c:/php/php5apache2_2.dll"
8)    Still in httpd.conf, inside
<IfModule mime_module>
 
Add:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
 
9)    Still in httpd.conf once again, locate
 
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
 
And replace with:
 
                        <IfModule dir_module>
                        DirectoryIndex index.html index.htm index.php
                        </IfModule>
10)   Now we’re done with httpd.conf the next step is opening 
        System Properties (Windows Key + Pause/Break or by right
       clicking My Computer and then choose Properties) and then
       choose Advanced tab and finally click on Environment Variables
 
Locate Path and then double click on it then add
              
C:\php
 
11)   Still in Environment Variables, next you need to click New System
      Variables  and then add
 
Variable name: PHPRC
Variable value: C:\php
 
12)   We’re finished with adding and editing System Variables, 
      now go to  
     C:\Program Files\Apache Software Foundation\Apache2.2\htdocs 
     and then create a new text file inside that directory named 
     test.php and open it with notepad then add this
 
<?php phpinfo() ?>
 
13)   Now we’re done with the PHP Apache integration.
      Save your work and then restart your computer
 
14)   Open your browser and type http://localhost/test.php 
      if you see the info about php in your browser then you are 
      done with apache php integration.