Table of Contents

WINDOWS 10

win10 prends 24 Go, 8.62GB after install , 27 after reboot

x64

x32

misc

install win10

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:

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:

@TaG: WindowS