http://www.groovypost.com/howto/create-local-account-windows-10/

http://www.cnet.com/how-to/how-to-switch-your-windows-8-1-log-in-to-a-local-account/



Shutdown command:
   WinXP:
shutdown -s -f -t 30
   Win7:
shutdown /s /f /t 30
 
------------
Everything
https://www.voidtools.com/
---------
PerigeeCopy
http://jstanley.pingerthinger.com/pscopy.html
-------------
To open the classic or legacy network connections panel (often called ncpa.cpl) in Windows 11, press the Windows Key + R, type ncpa.cpl into the Run dialog box, and press Enter Open the Start menu, type Turn Windows features on or off, and open it.
---------------
Skip Log in:
Hit the Start button, or press the Windows key, type netplwiz  ( netplwiz.exe ) and then click the entry at the top of the list of search results. If you're feeling old-school, press the Windows key and R to bring up the Run dialog and execute the same command.
or run this in WinXP:
CONTROL USERPASSWORDS2

netplwiz.exe missing check box?

Win + R, typing netplwiz missing "Users must enter a username and password" checkbox in netplwiz, change the DevicePasswordLessBuildVersion registry value to 0. This bypasses Windows' passwordless login restriction. You can also fix this via Settings by turning off Windows Hello requirements.
How to Fix netplwiz.exe missing check box via Registry Editor:
Press Win + R, type regedit, and press Enter. Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\DeviceDouble-click DevicePasswordLessBuildVersion. Change the value data from 2 (or 1) to 0.Click OK and restart your computer.

-----
Scroll down and check the box for SMB 1.0/CIFS File Sharing Support. Expand it and ensure SMB 1.0/CIFS Client is checked. Click OK and restart your Windows 11 computer

--------------------------------------
"an application control policy has blocked this file"

Disable Smart App Control
If Windows repeatedly blocks safe files and exclusions do not work, you can turn off Smart App Control [0x5.16]:
To turn off Smart App Control in Windows 11:

Open Windows Security:
Select Start, type Windows Security, and open it.
Go to App & browser control.
Select Smart App Control settings (or use the shortcut windowsdefender://smartapp/ if available).
Change the mode to Off.

Notes:
Smart App Control is only available on clean installs of Windows 11.
If Smart App Control has already been turned off (manually or automatically during evaluation), it cannot be turned back on without resetting or reinstalling Windows.
----------------
Restore File Explorer’s classic ribbon interface by executing a command that adds the {e2bf9676-5f8f-435c-97eb-11607a5bedf7} string value. Note that this is another method that won’t work in Windows 11 22H2.

However, you can restore Explorer’s classic ribbon UI in Windows 11 21H1 and earlier build versions via the Command Prompt as follows:

Press Win + S, input the CMD search phrase, and select Command Prompt’s Run as administrator option.
Execute this command to restore Explorer’s classic ribbon UI:
reg add "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32" /f /ve
---------------------------