Friday 19 July 2013

Open Blocked Website

Thursday 4 July 2013

Windows 7 In USB

 Windows 7 USB Installation


You’ll need:
  • A working Windows 7 system with a DVD drive and administrator rights.
  • A Windows 7 installation DVD.
  • 4GB USB drive or larger.

Open An Elevated Command Prompt:-

Click Start -> All Programs -> Accessories and right-click on Command Prompt. Select Run As Administrator. Of course, you need to be able to authenticate as the administrator on the PC you’re using.

Partitioning The Disk

Type:DISKPART

This will open up the partitioning application. Next, type:
LIST DISK

Figure out which of the drives listed is your USB drive, and note the number. It’s crucial you get this right, or you’re going to end up losing data on other drives.

Next, type the following series of commands, but replace the DISK number in the first line with the appropriate number from the above list. Here, my disk is number 1. Don’t confuse this with PARTITION 1. That number should not change, even if your disk is 3.
 
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT

 

Make It Bootable!

The format step may take a little while (it actually took about 30 minutes on my machine). When you’re done, put in your installation DVD if you haven’t already. Note down which drive letter your USB disk and Windows installation DVD are located at.



Go back to your command prompt and type – assuming D: is your DVD drive with the install DVD, and U: is your USB drive:
              D:/BOOT/BOOTSECT.EXE /NT60 U:
For Example   D:/BOOT/BOOTSECT.EXE /NT60 E: 
This will basically make your USB drive bootable.

Copy Everything

The final step can be done from My Computer. Just open up the installation DVD, highlight everything, and drag it over to your USB drive.



 This will also take a while.

Now you should be all set – just insert the USB disk into your new PC, and enter the BIOS to adjust the boot order, or choose the option during start up which says Choose Boot Device.
Let’s hear it for computers with no noisy and clunky DVD drives! Death to physical media! Or not – what do you think? Are you ready to go DVD-less?
Contact Me Any Help About This Or other 00923004096980
Reguard
..............Vela Jutt.................

ISO Method See Here

Monday 29 April 2013

VLC Tricks

See Amazing Infinity Effect in VLC Player : Fun Trick

Hi,
 Today I am posting funny trick. Its not useful but you can try this on friends PC only for prank. I don't know why VLC made this, but you can make fun with this. This is the inbuilt feature of VLC Player, Follow below steps and get the result, I got amazing ladder effect.

Steps To Do:
  1. First of all open your VLC Media Player.
  2. Now simply press Ctrl + N
  3. Here in the text input bar type Screen://
  4. Now simple Press Enter or you can click on Play Button
Now see infinity effect in VLC, it shows screen inside screen, open any thing it will take it as screen shot and display ladder pattern.

Sunday 28 April 2013

open two or more skype ids

Running two Skype sessions simultaneously
Here's a little command that will allow you to have two (active) Skype accounts running at the same time on your PC:

 
  • Windows 7 32-bit: 
    Click on Start> Run > enter the following command (including the quotes): 


  • "C:\Program Files\Skype\Phone\Skype.exe" /secondary 
  • Press the Enter key
  • A new Skype window will appear> login with your other account

  • Windows 7 64-bit:
    • Click on Start> Run > enter the following command (including the quotes):
    • "C:\Program Files ( x86 )\Skype\Phone\Skype.exe"/secondary
    • A new Skype window will appear> login with your other account credentials


    Note that: the command may change according to the default installation path of Skype.