This post will show you how to reset Windows administrator password at times when you forget it or when you want to gain access to a computer for which you do not know the password.Most of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to log in to the … [Read more...]
How to Make An Invisible Password Protected Folder?
Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by other users of your PC? Well, here is a way to do that.In this post, I will show you how to make an invisible password protected folder in Windows without using any additional software.How to Create a Password Protected Folder?Here is is step-by-step procedure to do this:Step-1: Create a … [Read more...]
How to Bypass Right Click Block on Any Website?
You might remember an experience where you tried to right-click on a web page but got a pop-up message saying that the “right-click functionality has been disabled”. Sometimes you may be trying to copy an image or view the source of a web page but when the right-click is disabled, these things would seem impossible. Bank websites and other sites that require a secure transaction such as a payment … [Read more...]
A Program to Disable USB Ports?
In this post, I will show how to create a simple program that disables the USB ports on the computer (PC). As usual, I am using my favorite C programming language to create this program . Anyone with a basic knowledge of C language should be able to understand the working of this program.Once this program is executed it will immediately disable all the USB ports on the computer. As a result you’ll … [Read more...]
How to Compile C Programs?
Most of my programming tutorials are all written i c++. If you’re new to C programming and find it difficult to compile the C source codes then this post is for you.Here is a step-by-step procedure to install Borland C++ compiler 5.5 on your PC and compile the C programs.How to Install Borland C++ compiler?Follow the below steps to install Borland C++ compiler 5.5 on your PC: Download Borland C++ … [Read more...]
Block or Redirect Unwanted Websites Using HOSTS File?
The hosts file is one of the interesting and useful feature of both Windows and Linux operating systems that provides many handy options in addressing network nodes. For instance, you can use the hosts file to block annoying ads, pop-ups, banners, porn sites, or even redirect one website to another.In this post I will show you how to play around with the hosts file to accomplish some of the above … [Read more...]
How to Create a Program to Block Websites?
Most of us are familiar with the virus that used to block Orkut and Youtube websites. If you are curious about creating such a virus on your own, here is how it can be done.As usual I am using my favorite programming language ‘C’ to create this website blocking virus. I will give a brief introduction about this virus before I jump into the technical jargon.This virus has been exclusively created … [Read more...]
How to Change the ICON of an EXECUTABLE file?
Some times it becomes necessary to change the icon of an executable file so that the file gets a new appearance. Many of the tools such as TuneUP Winstyler does this job by adjusting the Windows to display a custom icon to the user. But, in reality if the file is carried to a different computer, then it shows its original icon itself.This means that in order to permanently change the icon, it is … [Read more...]
- « Previous Page
- 1
- …
- 65
- 66
- 67
- 68
- 69
- …
- 123
- Next Page »