User Tools

Site Tools


wiki:copy_files_windows_encrypted_disk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:copy_files_windows_encrypted_disk [2023/04/29 13:51] – created antisawiki:copy_files_windows_encrypted_disk [2023/05/01 12:45] (current) – [See also] add Windows installation Load driver message antisa
Line 5: Line 5:
   - Boot the computer and input the Bitlocker key however many times needed (probably 2?)   - Boot the computer and input the Bitlocker key however many times needed (probably 2?)
   - Get to the windows recovery options, go to //Advanced troubleshooting// and select the //Command Prompt//   - Get to the windows recovery options, go to //Advanced troubleshooting// and select the //Command Prompt//
-  - Select the C drive and copy the folders using xcopy and files with copy  +  - Check which drive letter is assigned to USB disk with <code> 
 +diskpart 
 +list disk 
 +select disk <yourdiskname> 
 +list vol</code> 
 +  - Select the C drive and copy the folders using xcopy and files with copy, here assuming the USB drive is assigned letter "D"
  
   c:   c:
Line 13: Line 18:
  
 ====== See also ====== ====== See also ======
-  +    * [[wiki:windows_installation_load_driver_message|Windows installation Load driver message]]
 ====== References ====== ====== References ======
   * https://www.makeuseof.com/bootrec-fixboot-access-denied-windows/   * https://www.makeuseof.com/bootrec-fixboot-access-denied-windows/
   * https://www.windows-commandline.com/copy-directory-command-line/   * https://www.windows-commandline.com/copy-directory-command-line/
wiki/copy_files_windows_encrypted_disk.1682769097.txt.gz · Last modified: 2023/04/29 13:51 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki