Windows 10: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


* [[Windows 10 Change the Machine Name]]
* [[Windows 10 Change the Machine Name]]
* [[Windows 10 Apply Updates|Apply Updates]]


=Operations=
=Operations=
Line 12: Line 13:


"Cortana" -> cmd
"Cortana" -> cmd
==Mapping a Shared File System==
<pre>
net use d: \\vboxsvr\<folder-name> -p
</pre>

Latest revision as of 20:04, 29 April 2018

Internal

Configuration

Operations

cmd Window

"Cortana" -> cmd

Mapping a Shared File System

net use d: \\vboxsvr\<folder-name> -p