Monday, August 3, 2015

How to format USB - use same commands if you don't see full capacity of your USB or flash drive

When re-formatting the "drive" you're actually only formatting a partition on the drive. You need to use the diskpart utility to remove the partitions and create 1 single partition covering the full volume.
diskpart can be a bit dangerous, because if you pick the wrong disk or partition, you can remove data or partitions that are extremely, EXTREMELY important and lose all data on your machine.
Proceed with extreme caution!
Open up a command prompt as administrator (open the start menu, type cmd and press Enter.)
Type diskpart and press Enter. You'll end up with a new prompt that looks like this:
DISKPART>
Type
list disk <ENTER>
and you'll get a listing of all drives on your machine.
Type
select disk # <ENTER>
to select a disk, where # is the number of the disk Windows screw-balled. Usually, the device is disk 1, but it's always best to make sure.
Then type
list partition <ENTER>
to get a listing of all partitions on the disk.
If you're sure you have the right disk/partition, you can then repeat typing
select partition # <ENTER>
delete partition <ENTER>
until all partitions are removed from that drive.
Once the drive is empty, exit diskpart and remove the drive. Wait at least 5 minutes, then re-insert the drive. DO NOT CLICK FORMAT – this will most likely re-create the problem. Instead, enter diskpart again, and select the disk. Then type
create partition primary <ENTER>
Once you have created the partition, exit diskpart and, in the command promt, type
diskmgmt.msc <ENTER>
This will provide a reliable way to create a FAT32 partition. On the drive you would like to format (NEVER TOUCH DISK 0!), right click and select format. The allocation unit size option should be default, and the File System option should be set to FAT32. The format may take a while, depending on the disk size, be patient.
This should fix partition troubles on any readable USB flash drive.
Source: http://superuser.com/questions/382242/how-do-i-fix-my-usb-drive-to-get-its-original-8gb-size-back

Saturday, August 1, 2015

Download Windows 10

If you need to install or reinstall Windows 10, you can use the tools on this page to create your own installation
 media using either a USB flash drive or a DVD.

Before you begin

  • Make sure you have:
    • An internet connection (internet service provider fees may apply).
    • Sufficient data storage available on a computer, USB or external drive for the download.
    • A blank USB or DVD (and DVD burner) with at least 4 GB of space if you want to create media. 
    • We recommend using a blank USB or blank DVD, because any content on it will be deleted.
  • Read the System Requirements.
  • If you will be installing the operating system for the first time, you will need your Windows product key 
(xxxxx-xxxxx-xxxxx-xxxxx-xxxxx). For more information about product keys and when they are required, visit the
 FAQ page.   
Use the media creation tool to download Windows. This tool provides the best download experience for customers 
running Windows 7, 8.1 and 10. To learn how to use the tool, go to the Installing Windows 10 using the media 
creation tool page. Tool includes:
  • File formats optimized for download speed.
  • Built in media creation options for USBs and DVDs.
  • Optional conversion to ISO file format.
If you’re on an Enterprise edition, the media creation tool won’t work for an upgrade. Please see the
 Volume Licensing Service Center for more information.

Thursday, July 16, 2015

How to transfer files from one pc to onther windows 7 or 8

Transferring Files

If your new Windows 8.1 computer is the latest in a line of computers you’ve used at home or at work, it’s likely that you have files you’d like to transfer from one computer to another. How do you move the things you most need to be able to carry on your work? You have a few options:
  • Use Windows Easy Transfer.
  • Save the files to Microsoft SkyDrive or another online storage space.
  • Add both computers to your home network and transfer files from one to the other.
You’ll learn about saving files to Microsoft SkyDrive, setting up a home network, and establishing a Homegroup in Chapter 12, “Working in the Clouds,” so this section focuses on using Windows Easy Transfer to move files and folders from your old computer to your new one.

Using Windows Easy Transfer

Windows Easy Transfer transfers files, settings, Internet favorites, email, and more from your old computer to your new one. Before you begin using the utility, log in to both computers as an administrator and make sure both have Windows Easy Transfer installed. (If not, you can download the tool from the Microsoft Downloads site.)
Begin by using Windows Easy Transfer on your old computer to prepare a transfer file that you can then install on your new Windows 8.1 PC. Then, when you have saved the transfer file (you can use these steps for both computers), add the transferred files to your computer by following these steps:
  1. On your existing computer, search for Windows Easy Transfer.
  2. Tap or click it in the results list.
  3. Skip past the Welcome to Windows Easy Transfer screen by clicking Next; on the next screen, choose Yes to tell Windows 8.1 you have the files from your old computer ready to transfer. The Open an Easy Transfer File dialog box appears.
  4. Choose the drive where your file is stored.
  5. Select the folder containing the file.
  6. Tap or click the file and click Open. Windows. This makes the connection and begins copying the files from one system to another (if you elected to transfer files over your network). When the transfer process is complete, your files will be installed and ready to use on your Windows 8.1 PC.

Wednesday, July 8, 2015

How to find movies/series download links

A lot of people find it very hard to find movie series from the internet. now you don't have to worry about it, i am showing you a very easy method.

Just open your internet browser and type google.com


after that copy and paste "parent directory /transporter series/ -xxx -html -htm -php -ftp -shtml -opendivx -md5 -md5sums"


Now change the name /transporter series/ path to any other series or movie that you are looking for and then hit enter.


You will see the results and start downloading....



Creating and managing scheduled tasks from the Command Line

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

Creating and managing scheduled tasks from the Command Line

In addition to using Task Scheduler, you can use the at and schtasks command-line utilities to create and manage scheduled tasks.
For more information about the at command, including all available parameters, see At. For more information about the schtasks command, including all available parameters, see Schtasks. For information about other command-line utilities, see Command-line reference A-Z.
Source: https://technet.microsoft.com/en-us/library/cc738335(v=ws.10).aspx