Wonderzyra: Difference between revisions

From miki
Jump to navigation Jump to search
Line 24: Line 24:
* In Win 10, {{kb|Ctrl-X}}, powershell (admin), <code>powercfg -h off</code>
* In Win 10, {{kb|Ctrl-X}}, powershell (admin), <code>powercfg -h off</code>
* In Win 10, '''disable page file'''.
* In Win 10, '''disable page file'''.
* In BIOS, disabled secure boot.
* (note: we kept secure boot, apparently supported since Debian Buster)
* In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry <code>\\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled</code> with value 0 [https://www.windowscentral.com/how-fix-taskbar-search-not-working-windows-10], then restart.
* In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry <code>\\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled</code> with value 0 [https://www.windowscentral.com/how-fix-taskbar-search-not-working-windows-10], then restart.
* In Win 10, remote BitLocker from drive C:
<source lang=powershell>
Disable-BitLocker -MountPoint "C:" # Or: manage-bde -off C:
manage-bde -status
# Wait for completion
</source>


To be completed
To be completed

Revision as of 17:00, 4 October 2020

Installed Operating System

Current OS Log

System

Hardware

ASUS Zenbook 14 BX425JA-BM122R avec NumPad

References

TO be completed

Log

  • Boot in Windows 10, let update runs, etc.
  • In Win 10, disable fast startup.
  • In Win 10, Ctrl-X, powershell (admin), powercfg -h off
  • In Win 10, disable page file.
  • (note: we kept secure boot, apparently supported since Debian Buster)
  • In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry \\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled with value 0 [1], then restart.
  • In Win 10, remote BitLocker from drive C:
Disable-BitLocker -MountPoint "C:"          # Or: manage-bde -off C:
manage-bde -status
# Wait for completion

To be completed

Partition

TBc