User Tools

Site Tools


computing:windows:windows_core

Differences

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

Link to this comparison view

Next revision
Previous revision
computing:windows:windows_core [2013/07/15 12:11]
gcooper created
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://www.sonoracomm.com/wiki/doku.php?do=search&id=hyper-v|more Hyper-V pages]]** 
 + 
 +===== List Volumes (Drive Letters) ===== 
 + 
 +http://www.computerhope.com/issues/ch000854.htm 
 + 
 +<file> 
 +vol 
 + 
 +wmic logicaldisk get name 
 +</file> 
 + 
 +===== Dismount a USB Flash Drive ===== 
 + 
 +==== fsutil ==== 
 + 
 +<file> 
 +fsutil volume dismount VolumePathname 
 +</file> 
 + 
 +==== diskpart ==== 
 + 
 +Safely remove a USB disk from a windows server core installation: 
 + 
 +  - On command prompt type ''diskpart'' 
 +  - At the ''diskpart'' prompt, type ''list volume'' noting the number of your desired volume 
 +  - Type ''select volume x'' where 'x' is your USB storage device number 
 +  - Then type ''remove all dismount'' and press 'enter' 
 +  - Type ''exit'' to leave ''diskpart''
  
 ===== GUI Configuration Tools for Windows Core Installations ===== ===== GUI Configuration Tools for Windows Core Installations =====
Line 7: Line 37:
 Windows 2012: http://corefig.codeplex.com/ Windows 2012: http://corefig.codeplex.com/
  
 +:!: 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:
 +    * ''CD /D C:\Corefig''
 +  - For the first run, run:
 +    * ''CSCRIPT Start_corefig.wsf''
 +  - You may use the ''Start_corefig'' script on each run, but on successive runs you could use the following instead:
 +    * ''POWERSHELL .\COREFIG.PS1'' 
computing/windows/windows_core.1373911893.txt.gz · Last modified: 2013/07/15 12:11 by gcooper