| Name | Message | Date | Actions |
|---|---|---|---|
| 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 | |
| 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: HideOnlineAccountScreens Press Enter Change the Value data to 1 or "This is the lasest" net user "YourUserName" * /add net localgroup administrators "youraccountname" /add net user "YourUserName" /active:yes net user "YourUserName" /expires:never net user "Administrator" /active:no net user "defaultUser0" /delete Now type REGEDIT to open registry editor and navigate to: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionOOBE Delete DefaultAccount registry entry keys "DefaultAccountAction" "DefaultAccountSAMName" "DefaultAccountSID" Rename LaunchUserOOBE to SkipMachineOOBE Set value to 1 shutdown /r /t 0 Other old way Type start ms-cxh:localonly 1. Old way: type ncpa.cpl (It should open the network adapter window) 2. Right click on the wifi adapter, click disable. Close that window 3. type oobebypassnro in the command prompt. The pc will restart. 4. You should be able to continue with limited setup. |
2023-08-11 15:15:52 | |
| 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 | |
| Power settings for network adaptor | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl\SetControlPower CsEnabled "0" PlatformAoAcOverride "0" |
2024-11-04 00:14:47 | |
| 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 | |
| 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 | |
| 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 |