Windows 10: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Windows =Configuration= * Windows 10 Change the Machine Name")
 
 
(2 intermediate revisions 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=
==cmd Window==
"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