Tips and Tricks

Tips and Tricks

Get to know everything you will ever need to optimize your system and enhance your web experience. The tips and tricks will let you explore the tech world in a new way

Read More
Impedit quo minus id

Social Networking

Know more about the social sites you visit everyday. Things you should know with these sites

Read More
Tech News

Tech News

At hacking duo we keep you updated with the recent turnouts in the techno world. The space contains all the new advancement in the Tech world, new releases, reviews etc

Read More
Operating System

Operating system

You own Window, Linux or Mac, we will always have something for you. All tips and hacks that you will need to play with your system

Read More
  • Quas molestias excepturi
  • Impedit quo minus id
  • Tech News
  • Mauris euismod rhoncus tortor
Showing posts with label command prompt. Show all posts
Showing posts with label command prompt. Show all posts

Tuesday, 1 November 2011



You can install windows on any system through USB also. It has several advantages, like you would be able to install windows7 on devices that don't have dvd drives like netbooks and overall speed of the installation is also increased significantly. 
In this post I will discuss on the ways to make a bootable windows installer in an USB.

Tuesday, 16 August 2011

Here what I am going to teach you is the method to hide your entire hard drive, like you hide your folders. Only difference you will not get the content even in a search. By using this method you can hide all of your entire secret data, just keep them together in a drive and hide it. 
Now here's how to do this:

Wednesday, 8 June 2011

Do you have some data which you want to hide from everyone? Some confidential stuffs or list of your passwords? In this post I am going to tell you about a simple method to hide all your data in a notepad or .txt file.
Here is how to do this:
  • Open command prompt, (write cmd.exe in search box and hit enter)
  • now type cd desktop ( as I am using my desktop for creating that file, you can use any drive depending upon your choice, it should better have a NTFS file system for this trick to work properly )
  • Now let us choose the file name as abc.
  • Write notepad abc.txt: hidden exactly in the command prompt. ( abc is the name of the file, you can choose any name of your choice )
 


  • A window will appear asking you if you want to create a notepad file with name abc.txt click yes.
  • Now the notepad file will open up, just put in all your data and save the file by either file>save or ctrl + s.
  • Now, if you go to the specified directory and will open the file you will find nothing written inside it. So, then how to view the content.
  • Just open the cmd.exe type the exact previous command notepad abc.txt: hidden. Now the notepad will open up with all your data.