WINDOWS 10

x64

  • problem: Black screen while hdd spinning,
  • Solution: boot iso/usb and chckdsk d:\

x32

  • Win10_1909_EnglishInternational_x32.iso SHA1: 31549049B73CEF72456AF0BFF71F494E76E1F506
    • Windows 10 Home : 6446M minimum HdD RequiremenT
    • Windows 10 Pro N : 6198M minimum
    • Windows 10 Home N: 6133M minimum
    • Windows 10 Single Lang : 6434M min
    • Windows 10 Education N : 6197M min

misc

install win10

  • download iso:
  • copy iso file to Ventoy UsB, move usb key to blank computer
  • unplug EtherNet, poweron
  • Boot on UsB
    • Input: lang: UK, US World, US international
    • ObservE: Getting files ready for installation
  • reboot (window10 appear) in BcD menu
    • ObservE: “Getting ready” (…) “Just a moment…” (…) Welcome
    • Input: disable mic on cortana
    • Region: UI …
  • Input: Network / I dont have internet
  • Input: continue with limited setup
    • (…)
  • Account: user
    • Input: security questions (x3)
  • Input: privacy: off (tab + space)
  • Input: services/ cortona: not now
  • todo
  • Input: disable index, rename hdd
  • Observe storage:
    • 22GB used with Win10_21H1_EnglishInternational_x64.iso
    • gparted resize p3 : 12572MB (>64000)
  • swap, rename host,
  • RdP : “Your Home edition of Windows 10 doesn't support Remote Desktop”
  • dxdiag : DirectX 12
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 223.6G  0 disk 
├─sda1   8:1    0   100M  0 part 
├─sda2   8:2    0    16M  0 part 
├─sda3   8:3    0   223G  0 part 
└─sda4   8:4    0   517M  0 part 

misc

Usage:

  • BIOS: SATA mode is ATA
  • zero mbr
  • boot on usb installer:
    • create 1GB part, use unallocated 5xx for system reserved and 32GB+)
  • resize to 32GB
  • Plug as USB ?

PrivacY:

PowerShell:

ssh

Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
# Install the OpenSSH Client
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0

# Install the OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0

RDP

In your Windows 10 Machine, Go to: System Properties > Remote > Uncheck “Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)”

Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

deps

Error:

iso

mkisofs -bboot/etfsboot.com -no-emul-boot -boot-load-seg 1984 -boot-load-size 8 -iso-level 2 -J -l -D -N -joliet-long -allow-limited-size -relaxed-filenames -V "WINSP" -o ~/MKISOFS_2016.iso .

PrivacY

MisC:

win10.txt · Last modified: 2023/02/12 12:03 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki