Skip to main content

Posts

Showing posts from October, 2014

How to Encrypt Computer Files using True crypt in windows 7.

Now a days its mandatory that we keep our files secure from others when we are carrying out a business whether it is small or big.In order to secure the data that is related to our business we try to use lot of software i.e paid and full versions.Some of them may work or may not work and some time you try to encrypt a file manual and again try to decrypt it using some tools(Manually).But it takes lots of time and experience to do it.But in this post i am gonna show you how to secure your files using True crypt.True crypt is  free software which is available for all platforms.So lets see how to do this. Steps to encrypt files using True crypt: Video tutorial: 1.Requirements: True crypt( click here ). Administrative Rights. 2.Now open the True crypt and click on create volume(This volume act as Encrypted file container). 3.As we are going to create a completely new volume we gonna choose " Create an encrypted file container " and click next. 4.Now you can ch

How to Save a Host file in windows 7

Hi friends welcome back to worldtech360. In this tutorial i am gonna show you how to save a host file in windows 7,you can follow the same procedure in windows 8.Normally most of the people find difficult in saving the host files because when ever they try to save it,a window will pop up showing " Access denied "  even though you opened the file using a Full fledged Administrative account (The host file is normally used to bypass the DNS server or  to redirect a particular domain or to block a particular website).So lets see how to save it. Steps to save a host file: 1.Click on start button and type " Notepad " in the search box.Open it using Administrative rights (Recommended).                                 You can also check :Energy Diagnostic report in windows 2.Now click on File > Open in notepad.Now browse to the host file .The path for the Host file is : C:\Windows\System32\drivers\etc 3.Now enter your desired Host name and the IP address

How to get a list of software's that are installed on your PC.

Every day we spend our time by chatting or talking with our friends. During that conversation between you and your friend,your friend may ask you about the list of different types of software's that are installed on your computer.At that time you can you can give him the List of software that are residing on your PC by running a single command in Windows powershell. So lets see how to do this. Steps: 1.Click on start button and type " windows powershell " or " powershell " and Run it with Administrative rights. 2.Enter the below command in it and hit enter and wait for few seconds to see the list of software's on your computer as shown below.  Get-WmiObject -Class Win32_Product | Select-Object -Property Name 3. In order to export the list of software enter the below code in the powershell. Get-WmiObject -Class Win32_Product | Select-Object -Property Name > C:/FFmpeg/a.txt NOTE :In the above code change " C://FFmpeg/a.txt