Monday, December 26, 2011

How to set up a network between two computers?

Connect the crossover Ethernet cable to the LAN (RJ45) ports of both the PCs.

PC - 1

  • Go to My Computer > Properties > Computer Name.

  • Change the Computer Name to A and Workgroup name to ABC and click OK to save changes.

  • Go to Control Panel > Network Connections.

  • Right click on your LAN connection and select Properties.

  • Select Internet Protocol (TCP/IP) > Properties.

  • Enter these values:

    • IP Address - 192.168.0.1

    • Subnet Mask - 255.255.255.0



  • Leave the other fields blank and click OK to save changes.


Lost your Windows password?

Due to the security features built into Windows XP, it is virtually impossible to get back into the system without the password.

You have several options to try and get around this problem.

If you have access to another user account with administrator rights, you can use that account to change the password of the account that is locked out. You can also use the default Administrator account that is built into Windows XP.

First you need to boot the system into Safe Mode.

Lock Files and Folders without any Software

Here is step-by-step guide to achieve that.

1. Copy the following text file which contains the program code:-
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

Hide Any Drive on Windows 7, Vista & XP

If you have been wondering how to hide a drive completely on your system,

then here we provide you with an easy, step by step guide for doing it…and yes that is without the use of any software!!

Steps to hide your drive:

Step 1.

Go to Start–>Run or use Windows+R keys and type: diskpart

Method 1: Password Protect any folder in windows xp(without any software).

Requirement: Your hard drive must be formatted using NTFS.

1. Right-click on the folder go to “Properties“.

2. Click the “Sharing” tab and check the box which says “Make this folder private“. 3. When you click on the apply button and your account is not protected with a password then a new window will pop up asking for the password to protect that folder.

4. That’s it done.

Method 2: Lock folders and Drives without any Software

[Work on windows] There are plenty of software which locks drives and folder to protect your confidential data. Why waste money on such tools when you can do it with a simple registry tweak? Here's how:

Caution: Before you attempt these tweaks, please make sure that you have a backup of your registry, just incase something goes wrong in the middle.

Locking Folders:
Consider you want to lock a folder named XXXX in your E:\, whose path is E:\XXXX.
Now open the Notepad and type the following

Code:
ren xxxx xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Where xxxx is your folder name. Save the text file as loc.bat in the same drive.
Open another new notepad text file and type the following

Code:

ren xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D} xxxx


Save the text file as key.bat in the same drive.

Use Pendrive or Memory card as RAM in Win 7

Connect your pendrive to ypur computer and go to pendrive Properties. Click the "ReadyBoost". You will see three option-

1. Do not use this device.
2. Dedicate this device to ReadyBoost.
3. Use this device.

Select "Use this device" and select memory space to use ram mamory. Now click Appply to complete the process.