Skip to main content

Ask the Expert: How to Downgrade a Surface Pro and Create a Bootable USB by Eric Ortega

Before you start this process you should download a copy of the drivers from the Microsoft Surface Pro to a different computer or USB drive. Windows will NOT automatically install drivers and you will be left with a computer that cannot reach out to the Internet or network.

You will also need a Windows license key for the version of Windows you are downgrading to if your computer did not come from the manufacturer with Windows 8. (Windows 8 has windows license key hard-coded into the computer.)


First you will need to properly format the USB drive.

  1. Open a “Disk Partition” by holding the windows key on your keyboard than pressing the “r” button and let go of both keys.

    You should get a little window that looks like this called the "run" window
  1. Then start the diskpart utility by typing "diskpart.exe" and hitting the ok button
  1. List all the disks and identify your USB stick: "list disk"
  1. Select the disk number that is your USB stick, e.g.,: "select disk 4"
  1. Remove all existing partitions: "clean"
  1. Create a new partition, make it active and format as FAT32, then assign a drive letter:
    "create partition primary"
    "select partition 1"
    "active"
    "format quick fs=fat32"
    "assign"
  1. Exit diskpart: "exit"



Example of Diskpart Output in Response to Commands Above


The final step is to copy all the files from the Windows install media to the USB device--for example, where d: is my .ISO (International Standards Organization) mount of Windows media and f: is my USB stick:

xcopy d:\* f:\ /s /e

Secondly you need properly boot into the usb device for the surface pro you’re working on

  1. Make sure the Surface Pro device is turned off.
  2. Attach a bootable USB storage device.
  3. Hold the volume-down button.
  4. Press and release the power button.
  5. When the Surface logo appears, release the volume-down button.
  6. The Surface Pro should boot from the attached USB device.
  7. Depending on the windows version you are downgrading to depends on the next steps for the windows install.

Comments

Popular posts from this blog

Four Key Components of a Robust Security Plan Every SMB Must Know

Four Key Components of a Robust Security Plan Every SMB Must Know Most businesses are now technology dependent. This means security concerns aren’t just worrisome to large corporate enterprises anymore, but also the neighborhood sandwich shop, the main street tax advisor, and the local non-profit. Regardless of size or type, practically any organization has valuable digital assets and data that should not be breached under any circumstances. This makes it the responsibility of every business, especially those collecting and storing customer/client information, to implement a multipronged approach to safeguard such information. Yes, we’re looking at you, Mr. Pizza Shop Owner who has our names, addresses, phone numbers, and credit card information stored to make future ordering easier and hassle free. Today’s SMB Needs a Robust Security Plan Protecting your business and its reputation comes down to developing, implementing, and monitoring a robust security p...

3 Things to Consider Before Jumping Into BYOD

3 Things to Consider Before Jumping Into BYOD You’ve read it time and time again. “Bring Your Own Device” isn’t a trend, it’s the future. Workplaces where companies let workers use their own devices for work purposes are the new normal. BYOD attracts new hires and lifts employee morale and productivity. But this doesn’t mean a small business owner should recklessly jump right into BYOD just because everyone else is doing it.  Data and network security concerns have to be thought out, defined, and addressed in a comprehensive BYOD policy. Here are three things to consider. Cost of Support Most businesses salivate at the thought of the money saved by having employees participate in a BYOD program. With employees using their own devices for work, there is no need to shell out thousands of dollars for desktop PCs, smartphones, tablets, and laptops. While that’s undoubtedly a huge incentive, extra support costs must also be factored in. Chances are your employ...

4 Essential Pieces to Any Small Business BYOD Strategy

4 Essential Pieces of Any Small Business BYOD Strategy Believe it or not, once upon a time, kids at the bus stop didn’t have cell phones and the mobile device strategy of many businesses was typically "you’ll take what you’re given, refrain from using it for any personal use, and the data may be scrubbed clean whenever we please." We’ve come a long way.  Today, businesses really have no choice but to let employees use personal devices for work purposes.  Blurred lines now make it difficult to differentiate between what is professional and what is personal.  A company or organization may partially pay for an employee’s tablet computer or smartphone, but that same device is used to upload photos to Facebook or download torrents of this season of Game of Thrones. Naturally, security and privacy issues are a concern since these devices sync to the company network.  Larger corporations may be able to hire IT support or produce sophis...