Windows 10: Difference between revisions
Jump to navigation
Jump to search
(→How-to) |
|||
Line 21: | Line 21: | ||
To be completed |
To be completed |
||
=== Shortcut for sleep === |
|||
* Press {{kb|Win-X}}, then {{kb|U}}, then {{kb|S}} [https://answers.microsoft.com/en-us/windows/forum/windows_10-power-winpc/how-to-make-a-shortcut-to-put-windows-10-in-sleep/3c1ec06c-4029-488e-89fe-6ef63fa2ebba]. |
|||
* Press {{kb|Win-D}} to show the desktop and make sure no windows is in the focus, then {{kb|Alt-F4}}. Select '''sleep'''. |
|||
== Troubleshoot == |
== Troubleshoot == |
Revision as of 17:39, 20 October 2020
See also Windows 8
Tips
Restart in BIOS
- Click Restart while holding Shift. This should go to advanced restart menu, and select UEFI thingy.
- ... this works only from LOGIN screen it seems...
- Press Win key, then search for
bios
. This should prompt for advanced start-up options.
Restart with USB
- Click Restart while holding Shift. This should go to advanced restart menu, and select restart in USB thingy.
- ... this works only from LOGIN screen it seems...
How-to
Disable / remove BitLocker
To remove BitLocker from drive C:
Disable-BitLocker -MountPoint "C:" # Or: manage-bde -off C:
manage-bde -status
# Wait for completion
To be completed
Shortcut for sleep
- Press Win-X, then U, then S [1].
- Press Win-D to show the desktop and make sure no windows is in the focus, then Alt-F4. Select sleep.
Troubleshoot
- Reference [2].
Must disable Bing search:
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Search /v BingSearchEnabled /t REG_DWORD /d 0 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Search /v CortanaConsent /t REG_DWORD /d 0 /f