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 [2018/03/19 09:57] – niziak | windows:windows10 [2023/12/13 16:39] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Windows 10 ====== | ||
| + | |||
| + | ===== Activate Administrator account ===== | ||
| + | <code bash> | ||
| + | net user Administrator /active:yes | ||
| + | </ | ||
| + | |||
| + | ===== Enable F8 boot menu ===== | ||
| + | <code bash> | ||
| + | bcdedit /set {default} bootmenupolicy legacy | ||
| + | </ | ||
| + | |||
| + | ===== Enable recovery options ===== | ||
| + | <code bash> | ||
| + | reagentc /info | ||
| + | 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 | ||
| + | </ | ||
| + | |||
| + | |||
| + | ====== Issues ====== | ||
| + | |||
| + | ===== no SMB1 support ===== | ||
| + | |||
| + | Reason: [[https:// | ||
| + | |||
| + | Solution: Run commandline and type " | ||
| + | |||
| + | |||
| ====== Performance Tips ====== | ====== Performance Tips ====== | ||
| Line 8: | Line 45: | ||
| * Windows Update | * Windows Update | ||
| + | ===== Harden system ===== | ||
| + | * gpedit.msc | ||
| + | * User Configuration > Administrative Templates > Start Menu and Taskbar | ||
| + | * Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands | ||
| ===== Enable more CPUs ===== | ===== Enable more CPUs ===== | ||