Mount SD card to "C:\Program Files" in Windows 10

The following are the steps on how to mount SD card to "C:\Program Files" in Windows 10 without using softlink:

  1. Create "C:\sdcard" folder.

  2. Go to "Administrative Tools" > "Computer Management" > "Disk Management".

  3. Right click on SD card drive, select "Change Drive Letters and Paths…", click "Remove".

  4. Right click on SD card drive, select "Change Drive Letters and Paths…", click "Add..", type "C:\sdcard" and click "OK".

    Mount SD card in Windows 10

  5. Restart your Windows in safe mode by selecting "Restart" while pressing "Shift" key.

  6. Select "Troubleshoot" > "Advanced options" > "Command Prompt".

  7. Execute the following commands on your "Command Prompt":

          
    robocopy  "C:\Program Files"  "C:\SDcard" /move /copyall /sec /e
    rmdir "C:\Program Files" /s /q
    ren "C:\SDcard"  "C:\Program Files"
    exit
          
        
Tags

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.