Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pub:windows_setup_-_oobe [2022/04/11 09:21] – [create local admin user] derek | pub:windows_setup_-_oobe [2023/04/05 09:36] (current) – [rename computer, join domain] derek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| == windows setup - oobe | == windows setup - oobe | ||
| - | === win10 home create local account at OOBE | ||
| - | * **DO NOT connect to internet** during OOBE | ||
| - | * if already connected, try restart the computer or turn off the wifi | ||
| - | * if must login, use '' | ||
| === check hardware info | === check hardware info | ||
| <code powershell> | <code powershell> | ||
| - | Get-CimInstance -ClassName Win32_BIOS | + | Get-CimInstance -ClassName Win32_BIOS |
| - | Get-CimInstance -ClassName Win32_Processor | Select-Object | + | Get-CimInstance -ClassName Win32_Processor | Format-List |
| - | </code> | + | Get-Ciminstance -ClassName |
| - | === create local admin user | + | Get-CimInstance Win32_LogicalDisk | where{$_.DriveType -eq ' |
| + | | Select DeviceID, DriveType, | ||
| + | @{N=' | ||
| + | ft -AutoSize | ||
| + | # | ||
| - | Create users / change account name/type | + | </code> |
| - | + | ||
| - | control userpasswords | + | |
| - | + | ||
| - | Command line add user | + | |
| - | net user /add Owner | ||
| - | net localgroup administrators Owner /add | ||
| - | # net user Owner / | ||
| === uninstall vendor bloatware, antivirus, office, etc | === uninstall vendor bloatware, antivirus, office, etc | ||
| Line 39: | Line 32: | ||
| - | add domain user to local | + | add domain user to local administrator |
| control userpasswords2 | control userpasswords2 | ||