This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:windows_core [2013/07/15 12:22] gcooper |
computing:windows:windows_core [2013/08/08 10:01] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Windows Core Configuration | + | ====== Windows Core (No GUI) ====== |
See also **[[https:// | See also **[[https:// | ||
+ | |||
+ | ===== List Volumes (Drive Letters) ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | < | ||
+ | vol | ||
+ | |||
+ | wmic logicaldisk get name | ||
+ | </ | ||
+ | |||
+ | ===== Dismount a USB Flash Drive ===== | ||
+ | |||
+ | ==== fsutil ==== | ||
+ | |||
+ | < | ||
+ | fsutil volume dismount VolumePathname | ||
+ | </ | ||
+ | |||
+ | ==== diskpart ==== | ||
+ | |||
+ | Safely remove a USB disk from a windows server core installation: | ||
+ | |||
+ | - On command prompt type '' | ||
+ | - At the '' | ||
+ | - Type '' | ||
+ | - Then type '' | ||
+ | - Type '' | ||
===== GUI Configuration Tools for Windows Core Installations ===== | ===== GUI Configuration Tools for Windows Core Installations ===== | ||
Line 11: | Line 39: | ||
:!: This tool can only be run from the console of the system to be managed. | :!: This tool can only be run from the console of the system to be managed. | ||
- | - At a command prompt, switch to the folder that you created in step 3 of the installation instructions | + | - At a command prompt, switch to the folder that you created in step 3 of the installation instructions: |
- | * Example: | + | * '' |
- For the first run, run: | - For the first run, run: | ||
* '' | * '' | ||
- You may use the '' | - You may use the '' | ||
* '' | * '' |