This is an old revision of the document!


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 nobodyboss@outlook.com mSxxxx@xxx

check hardware info

Get-CimInstance -ClassName Win32_BIOS | Format-List
Get-CimInstance -ClassName Win32_Processor | Format-List
Get-Ciminstance -ClassName "cim_physicalmemory" | % { ($_.BankLabel)+":"+($_.Capacity/1gb)+"GB" }

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
# net user Owner /fullname:"Owner"

uninstall vendor bloatware, antivirus, office, etc

start appwiz.cpl

rename computer, join domain

SystemPropertiesComputerName.exe
start sysdm.cpl
  1. Rename-Computer -NewName "usernameYYYY"
  2. Rename-Computer -NewName "newname" -DomainCredential mydomain\administrator -Restart

add domain user to local

control userpasswords2

reboot

shutdown /r /t 0
restart-computer

connect to server & printers

  • map network drive
  • connect printers

batch file to connect server

net use n: /delete
net use /persistent:yes
net use N: \\server\share password /user:domain\username /savecred

enable System Protection

SystemPropertiesProtection.exe

regional

multi-monitor users - set left right position

start desk.cpl

keep the model and serial number

  • register warranty after 7 days
  • take photo to my TG group
pub/windows_setup_-_oobe.1671965612.txt.gz · Last modified: 2022/12/25 10:53 by derek