Tech 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
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
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
Clean Malicious Software MRT 2025-11-14 14:46:16
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. 2026-07-27 14:20:01
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.

OOBE \BYPASSNRO
It will reboot
ipconfig /release
close command prompt
click on I don't have internet

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.
2026-07-27 14:22:14
Word slow "Not responsive" When view is on "web layout" 2026-07-27 14:25:57