grok Gemini chatgpt 豆包 元宝 千问 GitHub webVsCode cctvLive13 MarkDown Bloomberg azure-tiny switch520 aria2c webnote_123
download
  curl -s https://b.b2uk.com/miniDownloads.txt | aria2c -x 16 -s 16 -k 1M -c -j 5 --dir="./MiniDownloads" -i -

  powershell -Command "$z='https://man2078.visualstudio.com/46ddf9f6-b194-431b-8ff2-d27289d354ef/_apis/git/repositories/5db1a6f7-6382-422f-88f0-d96ea7f07192/items?path=/aria2-1.37.0-win-64bit-build1.zip&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=main&resolveLfs=true&%24format=octetStream&api-version=5.0&download=true'; $l='https://b.b2uk.com/miniDownloads.txt'; curl.exe -L $z -o a.zip; tar.exe -xf a.zip; curl.exe -L $l -o l.txt; $e=(gci -r aria2c.exe | select -f 1).FullName; & $e -i l.txt -j 10 -x 16"

  https://live.sysinternals.com/RDCMan.exe
  https://cloudbase.it/downloads/qemu-img-win-x64-2_3_0.zip MarkDown
  https://dl.motrix.app/release/Motrix-Setup-1.8.19.exe 
  https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user 
  https://s3.amazonaws.com/dl.bitvise.com/BvSshClient-Inst.exe
  https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe
  https://www.7-zip.org/a/7z2600-x64.exe
  https://www.7-zip.org/a/7z2600-extra.7z
  https://pkgs.tailscale.com/stable/tailscale-setup-latest.exe
  https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe
  https://download.vb-audio.com/Download_CABLE/VBCABLE_Driver_Pack43.zip
  https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/zh-cn/O365ProPlusRetail.img 
  
script
  Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
  irm https://get.activated.win | iex
  Set-VMVideo -VMName ltsc -HorizontalResolution 1920 -VerticalResolution 1200 -ResolutionType Single
  rem 关闭rdp证书提示
  reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client" /v "AuthenticationLevelOverride" /t "REG_DWORD" /d 0 /f
  curl -L https://bitbucket.org/man2078/t0/downloads/mycode_wr8we8.7z -o mycode_wr8we8.7z && 7za x mycode_wr8we8.7z && del mycode_wr8we8.7z
  pyinstaller --noconfirm --onefile --console  "duckApi.py"
  New-VM -Name new5 -NewVHDPath c:\vhd\base.vhdx -NewVHDSizeBytes 40GB -Generation 
  pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
  rem 打开netplwiz自动登录
  reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /d 0 /f /t "REG_DWORD"
  rem win11 右键菜单恢复
  reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  rem 隐藏登录用户名
  reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "dontdisplaylastusername" /d 1 /f /t "REG_DWORD"
  reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "DontDisplayLockedUserID" /d 3 /f /t "REG_DWORD"
  reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "NoLocalPasswordResetQuestions" /d 1 /f /t "REG_DWORD"

  ip link set eth0 address 1c:1b:0d:9c:06:56
  ip link set eth0 up
  ip addr add 192.168.97.3/24 dev eth0 

  New-VMSwitch -SwitchName "NAT" -SwitchType Internal
  Get-NetAdapter
  New-NetIPAddress -IPAddress 192.168.97.1 -PrefixLength 24 -InterfaceIndex 56
  New-NetNat -Name MyNATnetwork -InternalIPInterfaceAddressPrefix 192.168.97.0/24

  qemu-img.exe convert -p -f vmdk -O vhdx a.vmdk a.vhdx
  rem win11 右键菜单恢复
  reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve


  cls
  del c:\vhd.vhd
  (
  echo create vdisk file="c:\vhd.vhd" maximum=1024 type=fixed  
  echo select vdisk file="c:\vhd.vhd"
  echo attach vdisk
  echo convert mbr
  echo create partition primary size=300
  echo select part 1
  echo format fs=ntfs  quick
  echo assign letter=z
  echo exit 
  ) | diskpart
  echo attached successfully
  pause
  cls
  (
  echo select vdisk file="c:\vhd.vhd"
  echo detach vdisk
  echo exit 
  ) | diskpart
  echo detached successfully
  pause

    
>

这里可以放很长很长的文字、表格、图片、代码……

内容会自动撑开高度。

这里可以放很长很长的文字、表格、图片、代码……

内容会自动撑开高度。