This is an old revision of the document!


win setup oobe

windows setup - oobe

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
Get-CimInstance -ClassName Win32_Processor | Select-Object -ExcludeProperty "CIM*"

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

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.1645590570.txt.gz · Last modified: 2022/02/23 04:29 by derek