windows
system information
[!TIP|label:memorychip]
supported types:
0
Unknown
1
Other
2
DRAM
3
Synchronous DRAM
4
Cache DRAM
5
EDO
6
EDRAM
7
VRAM
8
SRAM
9
RAM
10
ROM
11
Flash
12
EEPROM
13
FEPROM
14
EPROM
15
CDRAM
16
3DRAM
17
SDRAM
18
SGRAM
19
RDRAM
20
DDR
21
DDR2
22
DDR2 FB-DIMM
24
DDR3
25
FBD2
26
DDR4
supported form factors:
0
Unknown
1
Other
2
SIP
3
DIP
4
ZIP
5
SOJ
6
Proprietary
7
SIMM
8
DIMM
9
TSOP
10
PGA
11
RIMM
12
SODIMM
13
SRIMM
14
SMD
15
SSMP
16
QFP
17
TQFP
18
SOIC
19
LCC
20
PLCC
21
BGA
22
FPBGA
23
LGA
24
FB-DIMM
or ctrl + r ->
msinfo32
manufacturer
serial number
product name
uuid
system slot
cpu
or
os
system sensor status
memory
disk
via diskpart
mac address
process
get the list of programs (wmic)
wmic)ps auxf
ps auxftasklist
stop service & process via powershell
reference:
get service:
stop service:
get process
stop process
restart docker service & process
restart via batch
reference:
reference CLSID Key (GUID) Shortcuts List for Windows 10 http://www.klapac.funsite.cz/mediawiki/index.php?title=List_of_Windows_10_CLSID_Key_(GUID)_Shortcuts
usage
or
details
regedit
regeditPuTTy
Backup PuTTy sessions
Launchy PuTTy session as shortcut
Backup PuTTy session
reference Configure screensaver command line
or by using autohotkey
Remove Graphics card context menu
Unregister igfxpph.dll
Remove register
Setting from regedit
Setting from setx
Set Environment Variables
Set User Varialbe
Set System Variable
details
windows default environment variable
setx problem
fix:
whoami check SID
fingerprint pro
enable gadgets
regedit
cmd
stop windows beep
[!NOTE|label:references:]
regedit
shell
shellutf-8 in windows terminal
[!TIP]
references:

win + r
references:
appfolder
startup folder
debug in powershell
references:
show all environment variables
setup environment via config file by powershell
references:
example
tricky
[!NOTE|label:references:]
remote link
enable LongPaths in windows
[!NOTE|label:references:]
Maximum Path Length Limitation
The maximum path of 32,767 characters is approximate
regedit

regedit -> LongPathsEnabled powershell
gpedit.msc
Local Group Policy Editor -> Computer Configuration -> Administrative Templates -> System > Filesystem
Enable win32 long paths -> Enabled

pgedit.msc -> Enable win32 long paths


[!TIP|label:references:]
pre-check
check openssh versions

check openssh version install client and server
install for windows 2019
[!NOTE|label:references:]
error
0x800f0954:[!NOTE|label:references:]
UseWUServer
Get-ItemPropertyValue -Path HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -Name UseWUServer 1
orREG query HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU NoAutoUpdate REG_DWORD 0x0 AUOptions REG_DWORD 0x3 ScheduledInstallDay REG_DWORD 0x0 ScheduledInstallTime REG_DWORD 0x3 NoAutoRebootWithLoggedOnUsers REG_DWORD 0x1 DetectionFrequencyEnabled REG_DWORD 0x1 DetectionFrequency REG_DWORD 0x16 UseWUServer REG_DWORD 0x1
REG query HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v UseWUServer HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU UseWUServer REG_DWORD 0x1
or full process
update help
[!NOTE|label:references:]
download OpenSSH-Win64.zip
extract to
c:\Program Files\OpenSSH-Win32execute as admin
start services
verify
connect via ssh

ssh windows server ssh key
[!NOTE|label:references:]
generate keys
standard user
administrative user
[!NOTE] This example shows the steps for creating the
administrators_authorized_keysfile. This only applies to administrator accounts and must be user instead of the per user file within the user's profile location.troubleshooting
[!NOTE] Permissions for '/path/to/private/key' are too open

ssh key cmd
powershell
uninstall
mount
NFS
[!NOTE|label:references:]

change the diver letter
[!NOTE|label:references:]
iso
[!NOTE|label:references:]
or
VHD or VHDX
[!NOTE|label:references:]
check
troubleshooting
Error code = 0x800f0954
Error code = 0x800f0954[!NOTE]
via
gpedit.mscwin + r ->
gpedit.mscComputer Configuration->Administrative Templates->SystemSpecify settings for optional component installation and component repairEnable
Enable: Download repair content and optional features directly from Windows update instead of Windows Server Update Services ( WSUS )
cmd run

win dism 0x800f0954 
win gpedit 0x800f0954 verify
via
wuauserv[!NOTE|label:references]

win openssh 0x800F0954 or
Last updated