Download and Install Windows Seven 7-Installation Help and Guide

desktop-with-start

Wanna have the new and glitzy operating system from Microsoft installed on your machine?

Get on the bandwagon and download the Windows Seven 7 Operating System from here and do follow the step by step detailed instructions along with screenshots over how to install without wasting a DVD to burn the downloaded ISO.

The process is a simple 10 uncomplicated step activity.

Go on and get it from here.

Change or Delete Windows XP and Vista Admin Passwords Instantly

No need to vex over how to change the previously set administrator passwords for Windows XP and Windows Vista. Now, you can do it with just a single click and rest without thinking about it.

A minimal settings file rendered to be used on newer(mostly) machines. Just copy this ISO file into the USB and set the USB as the primary boot device in the BIOS and replace the drive letter of your USB drive. Voila!

You can download the file from Here.

Share with us if you have any similar kind of tools.

Remove MSN Messenger Tray Icon in XP – Second Method

A General and Mandatory advice when editing the registry: Do Make a Backup of the Registry First.

Three Steps:

1. Open Registry by going to Start->Run->Regedit

2. Browse to the “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\"

3. Delete the “MSMSGS” registry key. Press F5. Thats it. We are done.

Another way to Remove the MSN Messenger Tray Icon is mentioned here.

Folder Lock in XP Without Software

Using this piece of code you can lock and unlock any number of folders in XP.

Whats the beauty of this code is, no software installations are required. So, no virus problems or spyware or malware problems.

The steps on how to make this work is specified at the bottom of this code. So, go thru it once. And, follow it to secure your files.

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker “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 folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

* Now paste it in notepad.

* Change the “type your password here” with your password (Marked as bold in the above posted matter).

* Save it as batch file(with extension .bat).Any name will do.

* Now you see a batch file. Double click it to create a folder locker.

* A new folder named Locker would be formed at the same location.

* Now brings all the files you want to hide in the locker folder.

* Now double click the batch file to lock the folder namely Locker.

* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

The credit for this code goes to its original developer. This is not my creation. And, the original programmer is unknown to Me.

Just provide a comment whether this tip had been useful to you and I would welcome if you can share tip up your sleeve. Thanks.

The History of Ctrl+Alt+Del

Ever thought there would be a lot of thought into implementing the most used key combination on windows Platform.

Priorly it was Ctrl + Alt + Esc being used to instigate a reboot, but the Inventor of this combination, David Bradley, who used to work as a Designer of the Early IBM PC, found out that there are a number of chances that you may accidentally do the reboot. So, in order to keep a total check over this, he re-designed it to our now Ctrl + Alt + Del, which compels you to use both of your hands in order to use it.

Checkout the video of David Bradley and get to know it in his own words.