meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:windows10 [2020/05/12 11:49] – niziak | windows:windows10 [2026/03/18 12:31] (current) – [Remove Win10upgrade] niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Windows 10 ====== | ====== Windows 10 ====== | ||
| + | |||
| + | ===== Activate Administrator account ===== | ||
| + | <code bash> | ||
| + | net user Administrator /active:yes | ||
| + | </ | ||
| + | |||
| ===== Enable F8 boot menu ===== | ===== Enable F8 boot menu ===== | ||
| <code bash> | <code bash> | ||
| Line 7: | Line 13: | ||
| ===== Enable recovery options ===== | ===== Enable recovery options ===== | ||
| <code bash> | <code bash> | ||
| - | reagent | + | reagentc |
| reagentc /enable | reagentc /enable | ||
| + | </ | ||
| + | |||
| + | ==== Boot into safe mode ==== | ||
| + | <code bash> | ||
| + | bcdedit /set {default} safeboot minimal | ||
| + | bcdedit /set {default} safeboot network | ||
| + | |||
| + | bcdedit /set {default} safeboot minimal | ||
| + | bcdedit /set {default} safebootalternateshell yes | ||
| </ | </ | ||
| Line 18: | Line 33: | ||
| Reason: [[https:// | Reason: [[https:// | ||
| - | Solution: Run commandline and type " | + | Solution: Run commandline and type " |
| + | Power shell: | ||
| + | <code powershell> | ||
| + | Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol | ||
| + | Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol | ||
| + | Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol | ||
| + | </ | ||
| ====== Performance Tips ====== | ====== Performance Tips ====== | ||
| ===== Remove Win10upgrade ===== | ===== Remove Win10upgrade ===== | ||
| - | * Press Windows key + R then type: cleanmgr.exe (Disk Cleanup) | + | * Press Windows key + R then type: '' |
| * go to **Clean up system files** | * go to **Clean up system files** | ||
| * Select: | * Select: | ||