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/02/23 04:29] – derek | pub:windows_setup_-_oobe [2023/04/05 09:36] (current) – [rename computer, join domain] derek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | == windows setup - oobe |
| - | ==== windows setup - oobe ==== | + | |
| - | ==== oobe ==== | ||
| - | === win10 home create local account at OOBE === | + | === check hardware info |
| - | * **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 === | + | |
| <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 |
| + | Get-Ciminstance -ClassName " | ||
| + | Get-CimInstance Win32_LogicalDisk | where{$_.DriveType -eq ' | ||
| + | | Select DeviceID, DriveType, | ||
| + | @{N=' | ||
| + | ft -AutoSize | ||
| + | # | ||
| </ | </ | ||
| - | === create local admin user === | ||
| - | |||
| - | Create users / change account name/type | ||
| - | |||
| - | control userpasswords | ||
| - | |||
| - | Command line add user | ||
| - | net user /add Owner | ||
| - | net localgroup administrators Owner /add | ||
| - | === uninstall vendor bloatware, antivirus, office, etc === | + | === uninstall vendor bloatware, antivirus, office, etc |
| start appwiz.cpl | start appwiz.cpl | ||
| - | === rename computer, join domain | + | === rename computer, join domain |
| SystemPropertiesComputerName.exe | SystemPropertiesComputerName.exe | ||
| Line 42: | Line 32: | ||
| - | add domain user to local | + | add domain user to local administrator |
| control userpasswords2 | control userpasswords2 | ||
| Line 52: | Line 42: | ||
| restart-computer | restart-computer | ||
| - | === connect to server & printers | + | === connect to server & printers |
| - | | + | * map network drive |
| - | * connect printers | + | * connect printers |
| batch file to connect server | batch file to connect server | ||
| Line 65: | Line 55: | ||
| </ | </ | ||
| - | === enable System Protection | + | === enable System Protection |
| SystemPropertiesProtection.exe | SystemPropertiesProtection.exe | ||
| - | ==== regional | + | ==== regional |
| - | === multi-monitor users - set left right position | + | === multi-monitor users - set left right position |
| start desk.cpl | start desk.cpl | ||
| - | === keep the model and serial number | + | === keep the model and serial number |
| - | * register warranty after 7 days | + | * register warranty after 7 days |
| - | * take photo to my TG group | + | * take photo to my TG group |