Showing posts with label Computer Tricks. Show all posts
Showing posts with label Computer Tricks. Show all posts

Thursday, 7 August 2014

Boost System Performance Using Pendrive

      Well on this time we are going to see how to improve the system performance using the pendrive Ready Boost.
      Ready boost option is used to optimize the pendrive memory and used like the system Ram.
      Which is used for the gamers to play while lagging.It improves the system performance while using the multiple tasks in your system.To activate the readyboost first you need to plug in the pendrive in your system.Once its appears right click the pendrive then go to the properties.Once you selected the properties it will open the new window,select the ready boost tab then it will show the list of option.
      Select the option "use this device" from the ready boost option then apply that after that give OK.Once you did that your pendrive is ready boost mode.
      You can able to see that your pendrive is fully optimized and you dont have any space to store the data.If you don't need the ready boost most again right click the pendrive then go to the properties.Then select the ready boost tab,now click the option "don't use this device" then click the apply button and click the ok button.
      Once you completed the your ready boost mode has been disabled on your pendrive.Thats it you know how to enable the Ready Boost mode.

Wednesday, 6 August 2014

How to Create Pendrive Bootable

    Well on this time we are going to see how to make a pendrive as bootable in windows 7.First you need to insert the pendrive and then open the command prompt.To do that goto start,program files and then accessories,then select the cmd.
      After it opens type the following command to make pendrive bootable.Type "Diskpart"in the command prompt ,then type List disk in the command prompt and then it will show the list of disk in the command prompt.
     Now you need to select the disk for that type the following command "Select Disk 2"(respected pendrive disk)after that it will show that you have been selected the respected disk in the command prompt.
     Now you need to clean the disk to do that type the following command "Clean" it will clean the entire disk.After that you need to create the partition in the pendrive as primarity for storing the respected data.To do that type the following command "create primary partition",after created the partition you need to select the partition using the following command "select partition primary".
     After selecting the partition you need to active the partition for perform the following task "Active".Once you did active you need to format the disk,to do that type the following command.
Diskpart>format FS=NTFS
    Once you typed this command it will take few minutes to complete the task.After finishing format now you need to assign the particular disk using the following command "Assign".After that type "exit".
      Next you need to copy the boot folder of your windows 7 OS for make it as bootable.Go to the windows setup then copy boot folder path then paste it in the command prompt.
     To do that copy the path then type in command prompt "cd d:\boot" now the code will place in the command prompt.If it is not done means then then type the respective folder in the command prompt then type the path(d: then hit enter then type the path command "cd d:\boot").
     Now type the following command in the command prompt.
d:\boot>Bootsect.exe /NT60 E:
     Bootsect.exe is used to load as bootable pendrive,E: is the destination directory of your pendrive.After this close the command prompt once its completed,now copy the entire Os files to your pendrive .Thats it your pendrive is bootable.

Tuesday, 5 August 2014

How to Change Mac Address for Network Adapters

     Well on this time we are going to change the mac address of your system network adapter.Mac in the sense media access control it is used to find the system in the network.It contain 12 digits of alpha numeric characters and it is used to find the system whenever lost.
     The DNS contain the Mac address and the ip in the server,DNS is nothing to name to ip and ip to name.To change the Mac address of your system.open the command prompt and type the following command.
c://>getmac
     This command is used to display the Mac address of your system.It contain the 12 digits with in between "-"(hyphen).
Now you need to right click the mycomputer and then select the manage option now you need to go the device manger in the left side of the window.
     After selecting you can see the list of option in the right side of your window now goto the network adapters and select the network adapter you want.Now right click the network adapter and select the properties after that goto the advance tab.
     Now there are list of option in that window,from the properties you need to select the network address.After selecting that on right side it will ask the values,you need to type the twelve digit alpha numeric letters then click ok.
      That it you have been changed the mac address of your system adapter.

Sunday, 3 August 2014

How to change Ip address of system

     Well on this time we are going to see how to change the ip address of the system.Ip address is used to identify the system in the network,Ip in the sense Internet Protocol.There are two types of version it contain they are IPV4&IPV6.
     Most of them are using the IPV4 for their communication in the network because it is 32 bit and IPV4 is 128 bit.The IPV6 is not yet fully implemented because most of the people dint know the advantage of IPV6.
     It is used to switch the network in the mobile communication.IPV4 address has been overlapped the address is going to end soon.These both address are used in the Tcp/ip protocol.
     Now we are going to change the ip address of ipv4,before that check your previous ip address in the command prompt.Open the command prompt and type the following command.
c://>ipconfig
     Now you get your system ip address and to change the ip address on windows.In the right corner of your system task bar Internet icon select that and open the network and sharing center.
     When you selected that the new window will appear on that open the local area connection  it will prompt you to the next page after that select the properties.
     It will open the another window from the following items select internet protocol version 4(tcp/ip) and select the properties again.Now you will see the new window with two option one is DHCP and another one is use the following ip address.DHCP is the dynamic host configuration protocol which is used to set the ip address dynamically which means automatically.
     Now check the another option and type the ip address you want like "192.168.1.3" and need to give subnet mask because it is class C "255.255.255.0".Then you need to select the default gateway like "192.168.1.1" then select ok and again ok.
     Thats it you have been set the ip address of your system.now open the command prompt and type the following command.
c://>ipconfig
     Now you can able to see your ip address have been changed.

Command Prompt Commands

     Well on this time we are going to see the various commands of the command prompt.We can do most of the task using our command prompt itself.For that first you need to open the command prompt,to do that go to the start menu,program files then goto accessories,after that open the command prompt.
      After opening the command prompt type the following command
c://>tasklist
     It will show the list of task in the command prompt now if you want to close any task using the command prompt means,select one of the task process id like 1322(in my pc notepad).then type the following command.
c://>taskkill /pid 1322
     After this it will close the respective process in your computer.To create the new directory in the pc type the following command.
c://>mkdir hai
     It will create the new directory in the c folder,to remove the folder type the following command 
c://rmdir hai
     For change the directory in the command prompt use the "cd" command it is used to change the directory.
c://>cd programfiles
     Now you need to see the list of directory in the directory means you need to type the "dir"command.To copy the file from one directory to another directory type the following command 
c://>copy new.txt hai
      In this new.txt is the source file and then hai is the destination directory.To rename the file then type the following command .
c://>rename hai bye
     In this hai is the source directory and bye is the destination directory.To see the system information then type the following command "Systeminfo".Now to see the system ip address type the following command prompt.
c://>ipconfig or ipconfig/all
     ipconfig shows only the ip address but ipconfig/all show all the  network adapter ipaddress.Now to get the Mac address of your system type the following command.
c://>getmac
     this command is used to see the directory in tree structure 
c://>tree
    I hope this will help you for your easy use 

Saturday, 2 August 2014

Shutdown System Automatically

     Well on this time we are going to see some kind of technical information which is useful for you when you operate your computer.The concept is when you are going out and system will shutdown in a particular time automatically.
     Its possible by using the command prompt,to do that open the command prompt.goto to the start menu and go to program files then select accessories and select the command prompt.
     Once its done first you need to obtain your system name or get your ip address from the system.In the command prompt type the following command to get your system name.
c://>systeminfo
     After entering the following command you can able to see list of information about your system.Now you need to make a note of your system name.Or you need to get the ip address of the system.To do that type the following command in the command prompt.
c://>ipconfig
     It is used to show the ip address of your pc,make a note of your ipv4 address.It looks like "192.168.1.2" and now its all done we are going to begin the session.
     Now in the command prompt type the following command to shutdown your computer automatically.
c://>shutdown -i
     you type the command hit enter it leads you to prompt to the new window on there you need to select add button and another popup will open.You need to place the system name or the ip address.After typing any one of this select ok,Then you can also set the reason which you wish to show in the system.Then finally type the comment to enable the ok button.
     That it you created the shutdown of your pc,after selecting on the particular time it will shutdown.If it shows access denied then you need to apply administrator previllage,to do that before selecting command prompt right click that and run as administrator.

Saturday, 28 June 2014

Windows 7 Formatting

Whether your PC performance goes down because of lot of dump files! are you decided to format your pc?then you are on a write place to know the protocols for formatting.

Three major principles for formatting.
Backup
First of all,you need to backup all the important files from your PC to some other Hard disk or Disk drive.If you decide to format all the disk then simply skip this process and read the Bootable mechanism.

Well you decide to format only the C-Drive, then try to backup all your important files and software's.  

Bootable Pen drive or Disk
For formatting,you need  to convert all the windows files into an .ISO file and convert into an Bootable file.For converting the OS files into Bootable just go through this method.

Formatting Methodology 
Formatting seems to be a big process,"until you din't tried before". But you can able to format your PC with very simple mechanism,For formatting the particular disk in your hard drive.

First backup all your data's in the separate disk by storing all your contents into a separate disk such as new hard drive,CD,DVD or USB. And next you need to install the new OS.Next step is to create the Bootable OS in any DVD or USB from your pc or borrow it from any of your friends.

Now its time to restart your pc,press the F2 boot screen option button from your keyboard .Once you have been entered to the BIOS setup,Change the boot priority option in the BIOS.If your OS is in the USB then make the drive as 1st priority in Bootable order option and then press F10 to "Save and Exit".

Once you completed the process it automatically reboot your,at this stage press DEL or SPACE or ENTER.Now! it will enter into the Bootable disk(USB or DVD) that contain the OS,so automatically your  OS will boot.

In your display your can able to see the option "Install the OS", Once you click the option then it will enter into another window.The Newly prompted window will show the list of option, you have to select the particular disk that you want to format.

Select the drive and at the bottom of the screen it will ask format,if it is not present means press the advance option.At this point your pc might be formatted,Now it will show the simple on screen options for formatting by clicking the next button.Hope you get some idea for formatting!.

Friday, 28 February 2014

Disk Cleanup


The advantage of using the Disk Cleanup is used to speed up your PC performance.

Disk Cleanup is the process to clear or reduce the number of unnecessary files on your hard disk,by free up your disk space and these help your PC to run faster. It removes all the temporary files from your PC, clear all the Recycle Bin data's, and removes a variety of system files and other items that you have been no longer need.

In Windows temporary file is created under the following three circumstances!

  • Windows Desktop applications, such as Write, and multiple document interface (MID) applications, such as Excel, create temporary files to handle necessary user editing. Because a Desktop application cannot have multiple documents open at once, it must immediately create a temporary file that allows you to undo any editing. MDI applications create temporary files only when necessary (for related editing), rather than for every worksheet that is open. 
  • When you run an MS-DOS-based standard application with Windows/286, Windows/286 creates a temporary file (for example, ~PIFCHFA.TMP) so that it can swap to disk to make room for other applications to use memory. 
  • When you print from Windows or any Windows-based application with the spooler enabled, Windows creates temporary files on the hard disk. Windows spools the print job to the temporary file and then sends it to the appropriate printer as a background operation.
To clear this kind of files you need to use the Disk cleanup process, follow the procedure to clean up the unused memory.

goto-> start -> allprograms -> accesories and then select system tools.

From the  system tools, select the Disk clean Up,while selecting the disk cleanup it automatically prompt you to another window.On that window it have an option select the drive! after selecting the drive it will open  another window and it have two slides (disk cleanup and more option).

In disk cleanup slides select the recycle bin and and you can able to see the files.By selecting  more option it contain program and features.

Once you have been completed now its time to click the Ok button,it will open another window and ask the user "Whether the files are permanently want to remove". Now the cleaning process has been Completed! your temp files is removed.Hope its useful to improve your PC Performance.

Thursday, 27 February 2014

Disk Defragmentor

Every technical person have the hands on working experience with most of the predefined windows tools.YES! it is possible to simplify all your work with the help of windows tools and you can gain more simple access  to those tools.

Whether your PC performance is too poor?this is the major problem all are facing, because whenever you are storing and deleting your file in your PC,It will not re-clear all the used memory's until manually clear by the user.

Most of them are thinking after formatting the PC's performance will be better than older.But do you know something? there is no need to do such things it is very easy to clear those memories with the help of simple tool Disk Defragmentor.

The major advantage of Disk Defragmentor is boost your system performance by clearing all the unused memory. Disk Defragmentation is the process of consolidating the fragmented data on the volume.Defragmented-volume works more efficiently in the hard disk.

Fragmentation happens to a volume over time as you save, change, or delete files. The changes that you save to a file are often stored in a different place on the volume than the original file. This doesn't change where the file appears in Windows only where the bits of information that make up the file are stored on the actual volume. 

When your booting  your PC,the processor reads the OS from the  hard drive as the primary memory and read all the OS related file.It read the file from the beginning  towards the end.Sometimes! it took  Over time because the processor read all the uncleared(stored and deleted memory location) memory spaces also so its been waste of time to read all the uncleared spaces, both the file and the volume itself become fragmented, and your computer slows down as it has to look in different places to open a single file.

Windows team itself suggesting to defragment the partition once in a weak to get better performance.You can also set a schedule to defragment your volume .

This tools will arrange the larger files in the beginning and the smaller files followed by the larger files so while reading,the processor can easily identify the files and it allocated in a sequence manner in hard disk.It leads the system to give the better performance because the RAM will not reads the deleted file location .The deleted file has been rearranged in the sequence order.

It's been very simple to defragment your PC for this you need to
goto start->all programs ->accessories ->system tools ->disk defragmentor.

Now you can able to see the new window in your desktop.In the newly prompted window you can see the current status of the volume ,and it also show how many percent it has been  defragmented.If it is 0% you can analyse the disk in the bottom.After analyse the disk ,it take some times based on your system.

If you have not defragmented before,then it take 4 to 5 hours to complete the process.You can also configure the schedule, by selecting the button in the top.

After selecting! the new window will open and  it contain the following options such as frequency,day,time,disk.Once you complete filling the details then its time to click  Ok.Now your  system can automatically defragment your disk based on your configuration.Hope its been usefully!

How to Shutdown your Computer using command prompt

It's always been  proud to work in command pompt to show people that he is more Tech'y than others.Most of them din't get a proper chance to work on command prompt.Do you know something?
The top most technical person is always been working on this command prompt to directly communicate with the kernel file.It gives higher priority to work by their own without any restriction.Here we are going to see how to shutdown the pc using command prompt,with simple windows commands.
For this purpose,first you need command prompt.You can get your command prompt with the following location.

goto-->Start->run ->cmd 


Once you get your command prompt,then you need to type the following command to enter into the shutdown prompt. 
 
c:\>shutdown -i


 After the command the remote dialog box will open, after this it is very simple to complete the task within few minutes.Now you need to click the "Add" button in the right side of the prompt.

Now its time to enter your ip address of your pc.How to get Your IP?
It's very simple,just type the following command in your command prompt.


c:\>ipconfig


Now you need to select the ipv4 address and then paste it into your remote dialog prompt.

After this you need to specify the time period to shutdown your pc.Select the reason for shutdown whether its a physical or hardware failure etc.Then Don't forgot to mention your comment that is what more interesting.



After few seconds your system going to shutdown with prompt message that you have been mentioned.Hope you enjoy.