Saturday, 29 April 2017

How to access someone computr

All editions of Windows 7 enable users to access another PC using either a hostname -- an alphanumeric label assigned to a computer -- or an Internet protocol address -- a 32-bit numerical label used to identify a computer and describe its location -- via Remote Desktop. Business professionals can use Remote Desktop to access their work PCs while outside the office, while IT administrators can create a remote connection to employee workstations and assist in troubleshooting. To make a connection via Remote Desktop, you must first enable the feature on the target PC.

1. Sign on to the other workstation as an administrator. Click "Start," enter "remote" into the search field and then select "Allow Remote Access to Your Computer."

2. Choose "Allow Connections Only From Computers Running Remote Desktop With Network Level Authentication" from under Remote Desktop.

3. Click "OK" to enable Remote Desktop connections on the target computer.

4. Navigate to Google.com and search for the term "what is my ip" to find your machine's public IP address. The message "Your Public IP Address Is #.#.#.#" (in which each "#" is a number) will appear at the top of the search results.

5. Log in to the host computer -- the workstation you want to use to access the remote PC -- with administrative rights and then click "Start | All Programs | Accessories | Remote Desktop Connection."

6. Enter into the Computer field the public IP address of the target PC. Click "Connect" and then enter your username and password to sign in to the workstation.

Tips

Select "Allow Connections From Computers Running Any Version of Remote Desktop" to allow users on Windows Vista or earlier versions of the operating system to create a connection with the remote computer. Keep in mind, however, that this is less secure.
To allow standard users -- that is, users without administrative rights -- to connect to the remote computer, click "Select Users" on the Remote tab and then click "Add." Enter the name of the standard user, click "Check Names" to find the correct account and then click "OK."
Warning

You cannot use Remote Desktop to create a connection with computers running Windows 7 Starter, Windows 7 Home Basic, or Windows 7 Home Premium. You can use Remote Assistance instead to create a remote connection, but a user on the machine must invite you first.
-----YMY------

Friday, 24 February 2017

HOW TO MAKE BOOTABLE PENDRIVE

Make your Pendrive  Bootable by following few Steps.

Conditions....

->You must have plugged in the Pendrive in USB port.

->You must not have any important data in the Pendrive.

->You must have to check the disk part no. in the computer managment

Working...

Step 1.

(after pendrive plugged in the computer's USB port)

Go to search bar and search for "CMD"  like this

Right click on "Command Prompt" and click on run as administrator and a popup of User Accounts Control will display, confirm that by click on Yes button.

Now you will get a tab of CMD like this.

Step 2.

Now type 'CD\ ' and press Enter.

Type 'DISKPART' and press enter now you  can see two or more disk parts.

Step 3.

select any disk by using key word 'SELECT DISK 1' or whatever your "Removeable" is.

Step 4.

Now type 'CLEAN' and press Enter.

Step 5.

For creating partition you have to use a key word 'CREATE PARTITION PRIMARY' and press Enter.

Step 6.

Now type 'FORMAT FS=FAT32 QUICK' and press Enter.

Step 7.

Wait and for a while until complete formatting and then type 'ACTIVE' and press Enter.

Step 8.

Now type 'ASSIGN' and enjoy with your booted Pendrive.

Note:- don't forget to leave your comment of satisfaction.