windows

CMD

Versions

https://learn.microsoft.com/en-us/windows/release-health/release-information

  • Win10: 19041=2004 19045=22H2(EOS on October 14, 2025)

  • Win11: 22000=21H2 22621=22H2 26200=25H2

  • Server: 14393=2016 17763=2019 20348=2022

Windows 11

Download: https://www.microsoft.com/en-in/software-download/windows11

Components

Driver Backup

powercfg

Disable BitLocker

Networking

IP

VLAN

https://learn.microsoft.com/en-us/powershell/module/netadapter/set-netadapter?view=windowsserver2022-ps#examples

  • enable vlan on devmgmt.msc, then:

Restore OS

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/boot-windows-to-audit-mode-or-oobe

DotNet versions query

Configuration

gpupdate

Disable Windows Defender

  • gpedit.msc: Computer Configuration/Administrative Templates/Windows Components/Windows Defender

Disable update

  1. 计算机配置 -> 管理模板 -> Windows 组件 -> Windows 更新 -> Windows 更新不包括驱动程序

  2. 计算机配置 -> 管理模板 -> 系统 -> 设备安装 -> 指定设备驱动程序源位置的搜索顺序:启用并选择“不搜索 Windows 更新”

Registry locations

  • %WINDIR%\System32\config\

  • https://technet.microsoft.com/en-in/library/cc750583(en-us).aspx

NFS mount

Turn Windows features on or off -> Services for NFS

https://unix.stackexchange.com/questions/276292

Fix cifs/share mount

Installation

Tools

Force OOBE

  • Shift+F10

  • c:\windows\system32\oobe\msoobe.exe

BCD

GUI editor: http://www.zezula.net/en/fstools/bellavista.html

Fix boot

https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/adding-boot-entries#adding-a-new-boot-en

update-grub

Fix boot partiton

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di#command-line-options

EFI

\EFI\Boot\bootx64.efi

Copy Boot Entries

disk ATTRIBUTES

IDE to AHCI after Installation

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

    Win7 -> msahci: Win10 -> iaStorV,iaStorAV,storahci: Start => 0 \StartOverride => DELETE

Uninstall software in safemode

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service" net start msiserver

services.msc

sc delete srv_name

VS proxy

%ProgramFiles%\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe.config find the <system.net> block, and add this code:

AD

DC DNS

https://blogs.msdn.microsoft.com/servergeeks/2014/07/12/dns-records-that-are-required-for-proper-functionality-of-active-directory/ (4. DC Record - _ldap._tcp.dc._msdcs.)

Graphic

https://docs.microsoft.com/en-us/windows-hardware/drivers/display/ https://en.wikipedia.org/wiki/Windows_Display_Driver_Model

XDDM/XPDM:Windows 2000 and Windows XP, removal of XDDM from Windows 8 Windows Display Driver Model (WDDM): Windows Vista+

Storge

dynamic disks support the creation of new multipartition volumes

symbolic vs junction: https://superuser.com/a/1291446

CMD Tools

Check and unclock file

  • https://download.sysinternals.com/files/Handle.zip

  • http://unlocker.en.softonic.com/

Media Transfer Protocol

  • python 3.12 | https://github.com/Heribert17/mtp

    • https://heribert17.github.io/mtp/win_access/#mtp.win_access.PortableDeviceContent.get_path

  • powershell | https://github.com/nosalan/powershell-mtp-file-transfer # file size = 0

Server Core

https://technet.microsoft.com/en-us/library/jj574205(v=ws.11).aspx

MMC

GUI Tools

List: https://www.hanselman.com/tools SoftPerfect RAM Disk: https://www.softperfect.com/products/ramdisk

sysinternals tools

https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite

Linux Clients

http://www.freerdp.com/

WLAN Hosted Network

简繁体转换

win10: 先Ctrl+F,按住Ctrl,再按Shift+F

mstsc

GPU - NVIDIA

https://developer.nvidia.com/nvidia-opengl-rdp GeForce drivers R440 or later.

CredSSP

gpedit.msc - Computer Configuration > Administrative Templates > System > Credentials Delegation Encryption Oracle Remediation policy: Enabled > Protection Level: Vulnerable

Disk tools

DM Disk Editor and Data Recovery https://dmde.com/ (view for viewing)

KMS Activation

Windows

https://technet.microsoft.com/en-us/library/jj612867.aspx

Office

2016/2019/O365 Retail -> VL: https://github.com/kkkgo/office-C2R-to-VOL

https://docs.microsoft.com/en-us/deployoffice/vlactivation/gvlks

Last updated

Was this helpful?