Friday, 31 July 2015

How to hide files behind image?

Hello guys, Today i am  gonna show you how to hide sensitive files in your windows computer.This post is amazing, you can hide video behind image,or you can also hide any picture behind another picture.It is a simply method to hide files behind an image or hide files in windows.

MUST CHECK : How to remove temporary files

 Follow the steps to hide the file:-

   Step 1: click on start button.
   Step 2: click on run Or press Window Button+r.
   Step 3: type cmd and click OK Or hit enter.
   Step 4: now go to the directory on which you want to merge the files.
   Step 5: select those file which you want to hide behind an image and 
              add them to archive
   Step 6: now the command for copy the .rar file behind the image is :
                 copy /b  imagefile.jpg+archiveFile.rar  newfile.jpg
   

 To access the hidden files:-

  1. Open winrar
  2. navigate to the location where your combined or merged new file is located Or drag the new/merged file into the winrar.
  3. extract the merged file.
 

How to remove temporary files from system ?

Hello guys i am writing this post to let you know about how to remove unused files or temporary files from your computer.Before showing how to remove temporary files from computer i would like to tell you that, whenever a program (any program) runs on your system it leaves various files in your system, These files consumes a lots of disk space , when number of files increase it may lead your PC to crash or slow down the PC speed.follow the below easy steps to make it work.

MUST CHECK : How to hide sensitive files ?

  • click on start
    • type run
    • type “%temp%” and click OK. without quotes.
    • Select all the temporary files
    • delete it by shift+Del

How to Boost up your system speed ?

    Hello guys today i am gonna show you how to increase the speed of your system or PC without using any third party software or tool.The below given steps will help you to increase or boost up your system speed..
    MUST CHECK :How to remove viruses manually ?


    BY USING msconfig

  1. click on start button. 
  2. click on run Or press WindowButton+r.
  3. type msconfig and hit enter.
  4. now click on services. uncheck those services which you don't want to run in your PC.
  5. now click on startup uncheck those application which you don't want to run when window starts up
  6. now click apply button.
  7. now hit OK button.
     

How to remove autorun virus from windows ?

Hello guys today i am gonna show you how to remove viruses from your PC without using any third third party software or tools. Just follow the simple steps written below to remove virus from your system manually.

MUST CHECK : How to boost up your system speed ?


Step 1: click on start button.
Step 2: click on run Or press WindowButton+r.
Step 3: type cmd and click ok Or hit enter.
Step 4: now navigate to the directory cd command on which you want to 
remove the autorun virus
Step 5: now type ( attrib -h -r -s autorun.inf) without brackets .
Step 6: now hit the enter button.
Step 7: now type del autorun.inf and hit the enter button.
    Follow same for other drives......

Thursday, 30 July 2015

How to create con folder in windows

 Hello guys today i will tell you that how to create 'con' folder in windows PC.It is very simple to create con folder in system by using command prompt. follow the below written steps.

MUST CHECK : How to speed up your PC ?


  •  click on start button.
  •  click on run Or press Window-button+r.
  •  type cmd and click OK Or hit enter.
To create con Folder:
 md\\.\drive:\con

EXAMPLE==> md\\.\c:\con 

To delete con folder:
 rd\\.\driver:\con

EXAMPLE==> rd\\.\c:\con