Microsd Slot On Surface Pro 3

  1. Micro Sd Slot On Surface Pro 3
  2. Surface Pro 6 Sd Card Slot
  3. Micro Sd Slot On Surface Pro 5
-->

I bought a 64GB Samsung Micro SD card for my Surface Pro 3 around 2 months ago and used it for all my static files, cloud drives and etc. Around 2 weeks ago I encountered this issue that the micro sd card was being ejected and reinserted into the machine randomly.

This article describes how to install and configure the v3.11.760.0 UEFI update to enable additional security options for Surface Pro 3 devices.

To address more granular control over the security of Surface devices, the v3.11.760.0 UEFI update provides additional security options that allow you to disable specific hardware devices or to prevent starting from those devices. After the UEFI update is installed on a device, you can configure it manually or automatically by running a script.

Shop Microsoft Surface Pro 12.3' Touch-Screen Intel Core i5 8GB Memory 128GB SSD with Platinum Type Cover (Latest Model) Silver at Best Buy. Find low everyday prices and buy online for delivery or in-store pick-up. Price Match Guarantee. I have a Surface Pro 3 and just bought a 64GB Samsung Micro SD. The Surface doesn't seem to recognize the card! I've installed all the latest windows updates, tried restarting with Micro SD on but nothing seems to work!

Manually install the UEFI update

Before you can configure the advanced security features of your Surface device, you must first install the v3.11.760.0 UEFI update. This update is installed automatically if you receive your updates from Windows Update. For more information about how to configure Windows to update automatically by using Windows Update, see How to configure and use Automatic Updates in Windows.

To update the UEFI on Surface Pro 3, you can download and install the Surface UEFI updates as part of the Surface Pro 3 Firmware and Driver Pack. These firmware and driver packs are available from the Surface Pro 3 page on the Microsoft Download Center. You can find out more about the firmware and driver packs at Download the latest firmware and drivers for Surface devices. The firmware and driver packs are available as both self-contained Windows Installer (.msi) and archive (.zip) formats. You can find out more about these two formats and how you can use them to update your drivers at Manage Surface driver and firmware updates.

Manually configure additional security settings

Note

Micro Sd Slot On Surface Pro 3

To enter firmware setup on a Surface device, begin with the device powered off, press and hold the Volume Up button, then press and release the Power button, then release the Volume Up button after the device has begun to boot.

After the v3.11.760.0 UEFI update is installed on a Surface device, an additional UEFI menu named Advanced Device Security becomes available. If you click this menu, the following options are displayed:

OptionDescriptionAvailable settings (default listed in bold)
Network BootEnables or disables the ability of your Surface device to boot from the network (also known as PXE boot).Enabled, Not Bootable
Side USBEnables or disables the USB port on the side of the Surface device. Additionally, the USB port can be enabled, but not allow booting.Enabled, Not Bootable, Disabled
Docking PortEnables or disables the ports on the Surface docking station. Additionally, the docking port can be enabled, but block booting from any USB or Ethernet port in the docking station.Enabled, Not Bootable, Disabled
Front CameraEnables or disables the camera on the front of the Surface device.Enabled, Disabled
Rear CameraEnables or disables the camera on the rear of the Surface device.Enabled, Disabled
On Board AudioEnables or disables audio on the Surface device.Enabled, Disabled
microSDEnables or disables the microSD slot on the Surface device.Enabled, Disabled
WiFiEnables or disables the built-in Wi-Fi transceiver in the Surface device. This also disables Bluetooth.Enabled, Disabled
BluetoothEnables or disables the built-in Bluetooth transceiver in the Surface device.Enabled, Disabled

Automate additional security settings

As an IT professional with administrative privileges, you can automate the configuration of UEFI settings by leveraging Surface Pro 3 Firmware Tools (476 KB) available from the Microsoft Download Center. These tools install a .NET assembly that can be called from any custom application or script.

Prerequisites

Surface Pro 6 Sd Card Slot

  • The sample scripts below leverage the previously mentioned extension and therefore assume that the tool has been installed on the device being managed.
  • The scripts must be run with administrative privilege.
  • The Windows PowerShell command Set-ExecutionPolicy Unrestricted must be called prior to running sample scripts if they are not digitally signed.

Sample scripts

Note: The UEFI password used in the sample scripts below is presented in clear text. We strongly recommend saving the scripts in a protected location and running them in a controlled environment.

Show all configurable options:

Microsd Slot On Surface Pro 3

Set or change UEFI password:

Check status of proposed changes:

Revert UEFI to default values:

Status code interpretation

Micro Sd Slot On Surface Pro 5

  • 00 - The proposed update was a success
  • 02 - One of the proposed values had an invalid value
  • 03 - There was a proposed value set that was not recognized
  • 0F - The unlock password did not match currently set password