| | Name | Message | Date |
 | | Check your Secure Boot status: | [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023' | 2026-05-28 15:10:46 |
 | | Fix screen timeout | regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
New ? DWORD (32-bit) Value
PlatformAoAcOverride
Value data: 0 | 2026-05-14 18:44:14 |
 | | Without login screen | In the Windows Settings, select "Accounts" from the options.
On the left-hand sidebar, click on "Sign-in options."
Scroll down to the "Require Windows Hello sign-in for Microsoft accounts" section.
You might be prompted to enter your current PIN or password to proceed.
| 2025-03-06 19:32:29 |
 | | Power settings for network adaptor | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl\SetControlPower
CsEnabled "0"
PlatformAoAcOverride "0" | 2024-11-04 00:14:47 |
 | | Repair windows | CMD Commands used in the video
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
chkdsk /f /c | 2024-09-23 12:47:03 |
 | | How to Install Windows 11 Without a Microsoft Account | Follow the Windows 11 install process until you get to the "choose a country" screen. ...
Press Shift+(Fn)+F10 and select the window.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionOOBE
Right-click on OOBE in the left panel
Select New
Choose DWORD (32-bit) Value
Name it exactly: Hid | 2023-08-11 15:15:52 |
 | | Windows: Disable Password Expiration for Local Account(s) | A) Type the command you want below into the elevated command prompt
(Apply to all accounts)?
wmic UserAccount set PasswordExpires=False | 2023-08-10 19:07:49 |