Repair Notes

➕ Add Record
Name Message Date Actions
Make a administrator with out being login boot with Hireing
rename osk.exe rename cmd.exe to osk.exe
reboot computer then ease of excess then on screen keyboard
in dos type: net user administrator /active:yes
2023-07-17 21:11:19
Debloat windows 10 iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4')) 2023-07-17 21:52:06
Disable Sign-in Requirement on Wakeup with Powercfg with command prompt powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0 2023-07-17 21:59:38
WIFI Password netsh wlan show profile
netsh wlan export profile folder=c: key=clear
or
netsh wlan show profile wifi name="" key=clear
2023-07-17 22:02:04
bit-locker delete Windows 10 Home
PowerShell (Admin)
Type: manage-bde -protectors -disable C:
2023-07-17 22:10:14
Windowspowertool iwr -useb tool.windowspowertool.workers.dev | iex 2023-07-17 22:13:19
Turn off Windows 10 S mode on Personal Laptops Press the Start button located at the bottom left of your screen.
Select the Settings icon, located just above the power icon on the Start menu.
Select Update & Security in the Settings app.
Select Activation, and then select Go to Store.
Select the Get option.
Then hit Install when ready to proceed.
The process to switch out of S mode is seconds (maybe about five to be exact). You do not need to restart the PC for it to take effect. You can just continue on and start installing .exe apps now in addition to apps from the Microsoft Store. And that's it. While Windows 10 in S mode is built for security and performance it's not for everyone. Microsoft at least gives you the choice as to which version you prefer.
2023-07-17 22:16:09
How do I get Windows 11 to automatically login without password? Step 1: Open the “Run” dialog box again with the shortcut [Windows] + [R] and enter “netplwiz”.
Step 2: The “User accounts” menu will open. Uncheck the box beside “Users must enter a user name and password to use this computer”. Uncheck the box to disable the password prompt to set an automatic login.
2023-08-09 18:12:46
Turn on chrome download bubble chrome://flags/#download-bubble 2023-08-09 20:29:35
Default profile %USERPROFILE%/Downloads 2023-08-10 01:20:57
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
To get out of s mode (without MS account) Settings
Recovery
Advanced startup
(It will reboot)
Troubleshoot
Advanced options
Command prompt
Regedit
HKEY_LOCAL_MACHINE\File\Load hive\C drive\Windows\system32\config
system (click on open)
Name the hive (anything)
Open the (anything)
Go to ControlSet001 or ControlSet
Control
Ci
Policy
SkuPolicyRequired
Open up change from 1 to 0
Go up to (anything)
Go to file
Unload hive
Close
Turn off your PC
Turn on PC
2023-11-04 17:34:57
Fix slow computers In Services disable and stop
Connected User Experiences and Telemetry
SysMain
download and run Bleachbit then run deep scan
2024-07-11 18:37:33
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
Turn Hibernate Off powercfg /hibernate off 2025-01-20 09:50:46
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
Enable Automatic Login Open the Registry Editor:
Press Windows + R, type regedit, and press Enter.
Navigate to the Registry Key:
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
Modify Registry Values:
Double-click on DefaultUserName and ensure it is set to your local account name.
Double-click on DefaultPassword (if it does not exist, create it as a String Value) and set it to your password. Since you want no password, leave it blank.
Double-click on AutoAdminLogon and set its value to 1.
Create a New Value:
If the AutoAdminLogon value is not present, create a new String Value named AutoAdminLogon and set its value to 1.
2025-03-06 19:58:28
Bitlocker aka.ms/myrecoverykey 2025-10-28 19:06:14
Clean Malicious Software MRT 2025-11-14 14:46:16
Word slow "Not responsive" When view is on "web layout" 2026-04-14 11:07:10
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