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/11/30 18:03] niziakwindows:windows10 [2026/03/18 12:31] (current) – [Remove Win10upgrade] niziak
Line 33: 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**"
  
 +Power shell:
 +<code powershell>
 +Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
 +Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
 +Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
 +</code>
 ====== Performance Tips ====== ====== Performance Tips ======
  
 ===== Remove Win10upgrade ===== ===== Remove Win10upgrade =====
  
-  * Press Windows key + R then type: cleanmgr.exe (Disk Cleanup)+  * Press Windows key + R then type: ''cleanmgr.exe'' (Disk Cleanup)
   * go to **Clean up system files**   * go to **Clean up system files**
   * Select:   * Select: