meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:windows10 [2020/05/12 13:15] niziakwindows:windows10 [2023/12/13 16:39] (current) niziak
Line 1: Line 1:
 ====== Windows 10 ====== ====== Windows 10 ======
 +
 +===== Activate Administrator account =====
 +<code bash>
 +net user Administrator /active:yes
 +</code>
 +
 ===== Enable F8 boot menu ===== ===== Enable F8 boot menu =====
 <code bash> <code bash>
Line 27: Line 33:
 Reason: [[https://support.microsoft.com/en-nz/help/4034314/smbv1-is-not-installed-windows-10-and-windows-server-version-1709|SMBv1 is not installed by default in Windows 10 Fall Creators Update and Windows Server, version 1709]] Reason: [[https://support.microsoft.com/en-nz/help/4034314/smbv1-is-not-installed-windows-10-and-windows-server-version-1709|SMBv1 is not installed by default in Windows 10 Fall Creators Update and Windows Server, version 1709]]
  
-Solution: Run commandline and type "**OptionalFeatures.exe**" and sdd "**SMB 1.0/CIFS File Sharing Support**"+Solution: Run commandline and type "**OptionalFeatures.exe**" and add "**SMB 1.0/CIFS File Sharing Support**"